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