Uses of Class
com.azure.storage.file.datalake.models.AccessControlType
-
Packages that use AccessControlType Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of AccessControlType in com.azure.storage.file.datalake.models
Fields in com.azure.storage.file.datalake.models declared as AccessControlType Modifier and Type Field Description static AccessControlTypeAccessControlType. GROUPStatic value group for AccessControlType.static AccessControlTypeAccessControlType. MASKStatic value mask for AccessControlType.static AccessControlTypeAccessControlType. OTHERStatic value other for AccessControlType.static AccessControlTypeAccessControlType. USERStatic value user for AccessControlType.Methods in com.azure.storage.file.datalake.models that return AccessControlType Modifier and Type Method Description static AccessControlTypeAccessControlType. fromString(String name)Creates or finds a ArchiveStatus from its string representation.AccessControlTypePathAccessControlEntry. getAccessControlType()Returns theAccessControlTypefor this entry.AccessControlTypePathRemoveAccessControlEntry. getAccessControlType()Specifies which role this entry targets.Methods in com.azure.storage.file.datalake.models that return types with arguments of type AccessControlType Modifier and Type Method Description static Collection<AccessControlType>AccessControlType. values()Methods in com.azure.storage.file.datalake.models with parameters of type AccessControlType Modifier and Type Method Description PathAccessControlEntryPathAccessControlEntry. setAccessControlType(AccessControlType accessControlType)Sets theAccessControlTypefor this entry.PathRemoveAccessControlEntryPathRemoveAccessControlEntry. setAccessControlType(AccessControlType accessControlType)Specifies which role this entry targets.
-