public class AccessControlType extends com.azure.core.util.ExpandableStringEnum<AccessControlType>
| Modifier and Type | Field and Description |
|---|---|
static AccessControlType |
GROUP
Static value group for AccessControlType.
|
static AccessControlType |
MASK
Static value mask for AccessControlType.
|
static AccessControlType |
OTHER
Static value other for AccessControlType.
|
static AccessControlType |
USER
Static value user for AccessControlType.
|
| Constructor and Description |
|---|
AccessControlType() |
| Modifier and Type | Method and Description |
|---|---|
static AccessControlType |
fromString(String name)
Creates or finds a ArchiveStatus from its string representation.
|
static Collection<AccessControlType> |
values() |
public static final AccessControlType USER
public static final AccessControlType GROUP
public static final AccessControlType MASK
public static final AccessControlType OTHER
public static AccessControlType fromString(String name)
name - a name to look for.public static Collection<AccessControlType> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.