DataLakeSignedIdentifier Class

  • java.lang.Object
    • com.azure.storage.file.datalake.models.DataLakeSignedIdentifier

public class DataLakeSignedIdentifier

signed identifier.

Constructor Summary

Constructor Description
DataLakeSignedIdentifier()

Method Summary

Modifier and Type Method and Description
DataLakeAccessPolicy getAccessPolicy()

Get the accessPolicy property: The accessPolicy property.

String getId()

Get the id property: a unique id.

DataLakeSignedIdentifier setAccessPolicy(DataLakeAccessPolicy accessPolicy)

Set the accessPolicy property: The accessPolicy property.

DataLakeSignedIdentifier setId(String id)

Set the id property: a unique id.

Methods inherited from java.lang.Object

Constructor Details

DataLakeSignedIdentifier

public DataLakeSignedIdentifier()

Method Details

getAccessPolicy

public DataLakeAccessPolicy getAccessPolicy()

Get the accessPolicy property: The accessPolicy property.

Returns:

the accessPolicy value.

getId

public String getId()

Get the id property: a unique id.

Returns:

the id value.

setAccessPolicy

public DataLakeSignedIdentifier setAccessPolicy(DataLakeAccessPolicy accessPolicy)

Set the accessPolicy property: The accessPolicy property.

Parameters:

accessPolicy - the accessPolicy value to set.

Returns:

the DataLakeSignedIdentifier object itself.

setId

public DataLakeSignedIdentifier setId(String id)

Set the id property: a unique id.

Parameters:

id - the id value to set.

Returns:

the DataLakeSignedIdentifier object itself.

Applies to