public static enum Organization.RequestAPIAccessResult extends Enum<Organization.RequestAPIAccessResult>
| Modifier and Type | Method and Description |
|---|---|
static Organization.RequestAPIAccessResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Organization.RequestAPIAccessResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Organization.RequestAPIAccessResult GRANTED
public static final Organization.RequestAPIAccessResult RESTORED
public static final Organization.RequestAPIAccessResult PENDING
public static Organization.RequestAPIAccessResult[] values()
for (Organization.RequestAPIAccessResult c : Organization.RequestAPIAccessResult.values()) System.out.println(c);
public static Organization.RequestAPIAccessResult 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 © 2019 Kloudtek. All rights reserved.