public static enum CustomConversion.EnumActionSourceType extends Enum<CustomConversion.EnumActionSourceType>
| Enum Constant and Description |
|---|
VALUE_APP |
VALUE_BUSINESS_MESSAGING |
VALUE_CHAT |
VALUE_EMAIL |
VALUE_OTHER |
VALUE_PHONE_CALL |
VALUE_PHYSICAL_STORE |
VALUE_SYSTEM_GENERATED |
VALUE_WEBSITE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CustomConversion.EnumActionSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomConversion.EnumActionSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="app") public static final CustomConversion.EnumActionSourceType VALUE_APP
@SerializedName(value="business_messaging") public static final CustomConversion.EnumActionSourceType VALUE_BUSINESS_MESSAGING
@SerializedName(value="chat") public static final CustomConversion.EnumActionSourceType VALUE_CHAT
@SerializedName(value="email") public static final CustomConversion.EnumActionSourceType VALUE_EMAIL
@SerializedName(value="other") public static final CustomConversion.EnumActionSourceType VALUE_OTHER
@SerializedName(value="phone_call") public static final CustomConversion.EnumActionSourceType VALUE_PHONE_CALL
@SerializedName(value="physical_store") public static final CustomConversion.EnumActionSourceType VALUE_PHYSICAL_STORE
@SerializedName(value="system_generated") public static final CustomConversion.EnumActionSourceType VALUE_SYSTEM_GENERATED
@SerializedName(value="website") public static final CustomConversion.EnumActionSourceType VALUE_WEBSITE
public static CustomConversion.EnumActionSourceType[] values()
for (CustomConversion.EnumActionSourceType c : CustomConversion.EnumActionSourceType.values()) System.out.println(c);
public static CustomConversion.EnumActionSourceType 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<CustomConversion.EnumActionSourceType>Copyright © 2024. All rights reserved.