public static enum PlanRetryResponse.ModeEnum extends Enum<PlanRetryResponse.ModeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanRetryResponse.ModeEnum.Adapter |
| Enum Constant and Description |
|---|
CALENDAR |
DEFAULT |
INTERVAL |
NO_RETRY |
| Modifier and Type | Method and Description |
|---|---|
static PlanRetryResponse.ModeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static PlanRetryResponse.ModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanRetryResponse.ModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanRetryResponse.ModeEnum DEFAULT
public static final PlanRetryResponse.ModeEnum INTERVAL
public static final PlanRetryResponse.ModeEnum CALENDAR
public static final PlanRetryResponse.ModeEnum NO_RETRY
public static PlanRetryResponse.ModeEnum[] values()
for (PlanRetryResponse.ModeEnum c : PlanRetryResponse.ModeEnum.values()) System.out.println(c);
public static PlanRetryResponse.ModeEnum 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 getValue()
public String toString()
toString in class Enum<PlanRetryResponse.ModeEnum>public static PlanRetryResponse.ModeEnum fromValue(String text)
Copyright © 2024. All rights reserved.