DataLakeSignedIdentifier Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. DataLakeSignedIdentifier
- com.
public class DataLakeSignedIdentifier
signed identifier.
Constructor Summary
Constructor | Description |
---|---|
DataLakeSignedIdentifier() |
Creates a new instance of DataLakeSignedIdentifier. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Data |
getAccessPolicy()
Get the access |
String |
getId()
Get the id property: a unique id. |
Data |
setAccessPolicy(DataLakeAccessPolicy accessPolicy)
Set the access |
Data |
setId(String id)
Set the id property: a unique id. |
Methods inherited from java.lang.Object
Constructor Details
DataLakeSignedIdentifier
public DataLakeSignedIdentifier()
Creates a new instance of DataLakeSignedIdentifier.
Method Details
getAccessPolicy
public DataLakeAccessPolicy getAccessPolicy()
Get the accessPolicy property: The accessPolicy property.
Returns:
getId
public String getId()
Get the id property: a unique id.
Returns:
setAccessPolicy
public DataLakeSignedIdentifier setAccessPolicy(DataLakeAccessPolicy accessPolicy)
Set the accessPolicy property: The accessPolicy property.
Parameters:
Returns:
setId
public DataLakeSignedIdentifier setId(String id)
Set the id property: a unique id.
Parameters:
Returns:
Applies to
Azure SDK for Java