public final class AclType extends com.microsoft.rest.ExpandableStringEnum<AclType>
| Modifier and Type | Field and Description |
|---|---|
static AclType |
GROUP
Static value Group for AclType.
|
static AclType |
GROUP_OBJ
Static value GroupObj for AclType.
|
static AclType |
OTHER
Static value Other for AclType.
|
static AclType |
USER
Static value User for AclType.
|
static AclType |
USER_OBJ
Static value UserObj for AclType.
|
| Constructor and Description |
|---|
AclType() |
| Modifier and Type | Method and Description |
|---|---|
static AclType |
fromString(String name)
Creates or finds a AclType from its string representation.
|
static Collection<AclType> |
values() |
public static final AclType USER_OBJ
public static final AclType GROUP_OBJ
public static final AclType OTHER
public static final AclType USER
public static final AclType GROUP
public static AclType fromString(String name)
name - a name to look forpublic static Collection<AclType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/