public static enum AlbumACL.PermissionType extends java.lang.Enum<AlbumACL.PermissionType>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static AlbumACL.PermissionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlbumACL.PermissionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlbumACL.PermissionType VIEW
public static final AlbumACL.PermissionType DOWNLOAD
public static final AlbumACL.PermissionType EDIT
public static AlbumACL.PermissionType[] values()
for (AlbumACL.PermissionType c : AlbumACL.PermissionType.values()) System.out.println(c);
public static AlbumACL.PermissionType 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<AlbumACL.PermissionType>Copyright ? 2022. All Rights Reserved.