public static enum HostedPage.State extends Enum<HostedPage.State>
| Enum Constant and Description |
|---|
_UNKNOWN |
ACKNOWLEDGED |
CANCELLED |
CREATED |
FAILED
Deprecated.
|
REQUESTED |
SUCCEEDED |
| Modifier and Type | Method and Description |
|---|---|
static HostedPage.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostedPage.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostedPage.State CREATED
public static final HostedPage.State REQUESTED
public static final HostedPage.State SUCCEEDED
public static final HostedPage.State CANCELLED
@Deprecated public static final HostedPage.State FAILED
public static final HostedPage.State ACKNOWLEDGED
public static final HostedPage.State _UNKNOWN
public static HostedPage.State[] values()
for (HostedPage.State c : HostedPage.State.values()) System.out.println(c);
public static HostedPage.State 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 © 2023 ChargeBee. All rights reserved.