| Package | Description |
|---|---|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| Modifier and Type | Method and Description |
|---|---|
static PathRemoveAccessControlEntry |
PathRemoveAccessControlEntry.parse(String str)
Parses the provided string into a
PathAccessControlEntry. |
PathRemoveAccessControlEntry |
PathRemoveAccessControlEntry.setAccessControlType(AccessControlType accessControlType)
Specifies which role this entry targets.
|
PathRemoveAccessControlEntry |
PathRemoveAccessControlEntry.setDefaultScope(boolean defaultScope)
Sets whether this is the default entry for the ACL.
|
PathRemoveAccessControlEntry |
PathRemoveAccessControlEntry.setEntityId(String entityId)
Specifies the entity for which this entry applies.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.