public static enum ThirdPartyPartnerPanelRequest.EnumStatus extends Enum<ThirdPartyPartnerPanelRequest.EnumStatus>
| Enum Constant and Description |
|---|
VALUE_CREATED |
VALUE_FAILURE |
VALUE_IN_PROGRESS |
VALUE_SCHEDULED |
VALUE_SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ThirdPartyPartnerPanelRequest.EnumStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThirdPartyPartnerPanelRequest.EnumStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="CREATED") public static final ThirdPartyPartnerPanelRequest.EnumStatus VALUE_CREATED
@SerializedName(value="FAILURE") public static final ThirdPartyPartnerPanelRequest.EnumStatus VALUE_FAILURE
@SerializedName(value="IN_PROGRESS") public static final ThirdPartyPartnerPanelRequest.EnumStatus VALUE_IN_PROGRESS
@SerializedName(value="SCHEDULED") public static final ThirdPartyPartnerPanelRequest.EnumStatus VALUE_SCHEDULED
@SerializedName(value="SUCCESS") public static final ThirdPartyPartnerPanelRequest.EnumStatus VALUE_SUCCESS
public static ThirdPartyPartnerPanelRequest.EnumStatus[] values()
for (ThirdPartyPartnerPanelRequest.EnumStatus c : ThirdPartyPartnerPanelRequest.EnumStatus.values()) System.out.println(c);
public static ThirdPartyPartnerPanelRequest.EnumStatus 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<ThirdPartyPartnerPanelRequest.EnumStatus>Copyright © 2024. All rights reserved.