public static enum SavedMessageResponse.EnumCategory extends Enum<SavedMessageResponse.EnumCategory>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SavedMessageResponse.EnumCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SavedMessageResponse.EnumCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SavedMessageResponse.EnumCategory VALUE_APPOINTMENT_REMINDER
public static final SavedMessageResponse.EnumCategory VALUE_AWAY_MESSAGE
public static final SavedMessageResponse.EnumCategory VALUE_FOLLOW_UP
public static final SavedMessageResponse.EnumCategory VALUE_INSTANT_REPLY
public static final SavedMessageResponse.EnumCategory VALUE_JOB_APPLICATION
public static final SavedMessageResponse.EnumCategory VALUE_MESSENGER_CODE
public static final SavedMessageResponse.EnumCategory VALUE_REFERRAL
public static final SavedMessageResponse.EnumCategory VALUE_SMART_REPLY_CONTACT
public static final SavedMessageResponse.EnumCategory VALUE_SMART_REPLY_HOURS
public static final SavedMessageResponse.EnumCategory VALUE_SMART_REPLY_LOCATION
public static final SavedMessageResponse.EnumCategory VALUE_SMART_REPLY_NEGATIVE_FEEDBACK
public static final SavedMessageResponse.EnumCategory VALUE_SMART_REPLY_POSITIVE_FEEDBACK
public static final SavedMessageResponse.EnumCategory VALUE_STANDARD
public static final SavedMessageResponse.EnumCategory VALUE_WELCOME_MESSAGE
public static SavedMessageResponse.EnumCategory[] values()
for (SavedMessageResponse.EnumCategory c : SavedMessageResponse.EnumCategory.values()) System.out.println(c);
public static SavedMessageResponse.EnumCategory 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<SavedMessageResponse.EnumCategory>
Copyright © 2020. All rights reserved.