public enum BucketAclPermission extends java.lang.Enum<BucketAclPermission>
Modifier and Type | Method and Description |
---|---|
static BucketAclPermission |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BucketAclPermission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BucketAclPermission LIST
public static final BucketAclPermission READ
public static final BucketAclPermission WRITE
public static final BucketAclPermission DELETE
public static final BucketAclPermission JOB
public static final BucketAclPermission OWNER
public static BucketAclPermission[] values()
for (BucketAclPermission c : BucketAclPermission.values()) System.out.println(c);
public static BucketAclPermission 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