Class AccessControlType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AccessControlType>
com.azure.storage.file.datalake.models.AccessControlType
Defines values for AccessControlType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AccessControlType
Static value group for AccessControlType.static final AccessControlType
Static value mask for AccessControlType.static final AccessControlType
Static value other for AccessControlType.static final AccessControlType
Static value user for AccessControlType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessControlType
fromString
(String name) Creates or finds a ArchiveStatus from its string representation.static Collection<AccessControlType>
values()
Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
USER
Static value user for AccessControlType. -
GROUP
Static value group for AccessControlType. -
MASK
Static value mask for AccessControlType. -
OTHER
Static value other for AccessControlType.
-
-
Constructor Details
-
AccessControlType
public AccessControlType()
-
-
Method Details
-
fromString
Creates or finds a ArchiveStatus from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ArchiveStatus.
-
values
- Returns:
- known ArchiveStatus values.
-