| Enum Constant and Description |
|---|
EVERYONE
everyone
|
EVERYONE_EXCEPT_GUESTS
everyone Except Guests
|
EXTERNAL_GROUP
external Group
|
GROUP
group
|
UNEXPECTED_VALUE
For AclType values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
USER
user
|
| Modifier and Type | Method and Description |
|---|---|
static AclType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AclType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AclType USER
public static final AclType GROUP
public static final AclType EVERYONE
public static final AclType EVERYONE_EXCEPT_GUESTS
public static final AclType EXTERNAL_GROUP
public static final AclType UNKNOWN_FUTURE_VALUE
public static final AclType UNEXPECTED_VALUE
public static AclType[] values()
for (AclType c : AclType.values()) System.out.println(c);
public static AclType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null