@Generated public enum AppResourceUcSecurableUcSecurablePermission extends Enum<AppResourceUcSecurableUcSecurablePermission>
| Enum Constant and Description |
|---|
READ_VOLUME |
WRITE_VOLUME |
| Modifier and Type | Method and Description |
|---|---|
static AppResourceUcSecurableUcSecurablePermission |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppResourceUcSecurableUcSecurablePermission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppResourceUcSecurableUcSecurablePermission READ_VOLUME
public static final AppResourceUcSecurableUcSecurablePermission WRITE_VOLUME
public static AppResourceUcSecurableUcSecurablePermission[] values()
for (AppResourceUcSecurableUcSecurablePermission c : AppResourceUcSecurableUcSecurablePermission.values()) System.out.println(c);
public static AppResourceUcSecurableUcSecurablePermission valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.