public enum WasbAuthorizationOperations extends Enum<WasbAuthorizationOperations>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static WasbAuthorizationOperations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WasbAuthorizationOperations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WasbAuthorizationOperations READ
public static final WasbAuthorizationOperations WRITE
public static final WasbAuthorizationOperations EXECUTE
public static WasbAuthorizationOperations[] values()
for (WasbAuthorizationOperations c : WasbAuthorizationOperations.values()) System.out.println(c);
public static WasbAuthorizationOperations 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 nullpublic String toString()
toString in class Enum<WasbAuthorizationOperations>Copyright © 2008–2020 Apache Software Foundation. All rights reserved.