Package com.sforce.soap.metadata
Enum ConversationMessageFormatType
- java.lang.Object
-
- java.lang.Enum<ConversationMessageFormatType>
-
- com.sforce.soap.metadata.ConversationMessageFormatType
-
- All Implemented Interfaces:
Serializable,Comparable<ConversationMessageFormatType>
public enum ConversationMessageFormatType extends Enum<ConversationMessageFormatType>
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ApplicationEnumeration : ApplicationButtonsEnumeration : ButtonsCarouselEnumeration : CarouselEncryptedOAuthTokenEnumeration : EncryptedOAuthTokenExternalTemplateEnumeration : ExternalTemplateInputsEnumeration : InputsListPickerEnumeration : ListPickerMediaEnumeration : MediaPaymentEnumeration : PaymentQuickRepliesEnumeration : QuickRepliesRichLinkEnumeration : RichLinkTextEnumeration : TextTimePickerEnumeration : TimePickerWebViewEnumeration : WebView
-
Field Summary
Fields Modifier and Type Field Description static Map<String,String>valuesToEnums
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()static ConversationMessageFormatTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ConversationMessageFormatType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Text
public static final ConversationMessageFormatType Text
Enumeration : Text
-
RichLink
public static final ConversationMessageFormatType RichLink
Enumeration : RichLink
-
Media
public static final ConversationMessageFormatType Media
Enumeration : Media
-
Buttons
public static final ConversationMessageFormatType Buttons
Enumeration : Buttons
-
Carousel
public static final ConversationMessageFormatType Carousel
Enumeration : Carousel
-
QuickReplies
public static final ConversationMessageFormatType QuickReplies
Enumeration : QuickReplies
-
ListPicker
public static final ConversationMessageFormatType ListPicker
Enumeration : ListPicker
-
TimePicker
public static final ConversationMessageFormatType TimePicker
Enumeration : TimePicker
-
EncryptedOAuthToken
public static final ConversationMessageFormatType EncryptedOAuthToken
Enumeration : EncryptedOAuthToken
-
Application
public static final ConversationMessageFormatType Application
Enumeration : Application
-
Inputs
public static final ConversationMessageFormatType Inputs
Enumeration : Inputs
-
WebView
public static final ConversationMessageFormatType WebView
Enumeration : WebView
-
Payment
public static final ConversationMessageFormatType Payment
Enumeration : Payment
-
ExternalTemplate
public static final ConversationMessageFormatType ExternalTemplate
Enumeration : ExternalTemplate
-
-
Method Detail
-
values
public static ConversationMessageFormatType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ConversationMessageFormatType c : ConversationMessageFormatType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConversationMessageFormatType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
public String toString()
- Overrides:
toStringin classEnum<ConversationMessageFormatType>
-
-