Package com.sforce.soap.metadata
Enum ConversationMessageDefinitionType
- java.lang.Object
-
- java.lang.Enum<ConversationMessageDefinitionType>
-
- com.sforce.soap.metadata.ConversationMessageDefinitionType
-
- All Implemented Interfaces:
Serializable,Comparable<ConversationMessageDefinitionType>
public enum ConversationMessageDefinitionType extends Enum<ConversationMessageDefinitionType>
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 ActionEnumeration : ActionAuthenticationRequestEnumeration : AuthenticationRequestAutoResponseEnumeration : AutoResponseLinkEnumeration : LinkNotificationEnumeration : NotificationPaymentRequestEnumeration : PaymentRequestPicklistEnumeration : PicklistRecordPickerEnumeration : RecordPickerRecordViewEnumeration : RecordViewTimePickerEnumeration : TimePicker
-
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 ConversationMessageDefinitionTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ConversationMessageDefinitionType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
RecordView
public static final ConversationMessageDefinitionType RecordView
Enumeration : RecordView
-
RecordPicker
public static final ConversationMessageDefinitionType RecordPicker
Enumeration : RecordPicker
-
Picklist
public static final ConversationMessageDefinitionType Picklist
Enumeration : Picklist
-
TimePicker
public static final ConversationMessageDefinitionType TimePicker
Enumeration : TimePicker
-
Link
public static final ConversationMessageDefinitionType Link
Enumeration : Link
-
AuthenticationRequest
public static final ConversationMessageDefinitionType AuthenticationRequest
Enumeration : AuthenticationRequest
-
Action
public static final ConversationMessageDefinitionType Action
Enumeration : Action
-
AutoResponse
public static final ConversationMessageDefinitionType AutoResponse
Enumeration : AutoResponse
-
PaymentRequest
public static final ConversationMessageDefinitionType PaymentRequest
Enumeration : PaymentRequest
-
Notification
public static final ConversationMessageDefinitionType Notification
Enumeration : Notification
-
-
Method Detail
-
values
public static ConversationMessageDefinitionType[] 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 (ConversationMessageDefinitionType c : ConversationMessageDefinitionType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConversationMessageDefinitionType 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<ConversationMessageDefinitionType>
-
-