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