public static enum Transaction.EnumProductType extends Enum<Transaction.EnumProductType>
| Enum Constant and Description |
|---|
VALUE_CP_RETURN_LABEL |
VALUE_FACEBOOK_AD |
VALUE_IG_AD |
VALUE_WHATSAPP |
VALUE_WORKPLACE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Transaction.EnumProductType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.EnumProductType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="cp_return_label") public static final Transaction.EnumProductType VALUE_CP_RETURN_LABEL
@SerializedName(value="facebook_ad") public static final Transaction.EnumProductType VALUE_FACEBOOK_AD
@SerializedName(value="ig_ad") public static final Transaction.EnumProductType VALUE_IG_AD
@SerializedName(value="whatsapp") public static final Transaction.EnumProductType VALUE_WHATSAPP
@SerializedName(value="workplace") public static final Transaction.EnumProductType VALUE_WORKPLACE
public static Transaction.EnumProductType[] values()
for (Transaction.EnumProductType c : Transaction.EnumProductType.values()) System.out.println(c);
public static Transaction.EnumProductType 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<Transaction.EnumProductType>Copyright © 2024. All rights reserved.