Package com.sforce.soap.metadata
Enum ServiceAISetupFieldType
- java.lang.Object
-
- java.lang.Enum<ServiceAISetupFieldType>
-
- com.sforce.soap.metadata.ServiceAISetupFieldType
-
- All Implemented Interfaces:
Serializable,Comparable<ServiceAISetupFieldType>
public enum ServiceAISetupFieldType extends Enum<ServiceAISetupFieldType>
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 ARTICLE_ANSWEREnumeration : ARTICLE_ANSWERARTICLE_CONTENTEnumeration : ARTICLE_CONTENTARTICLE_QUESTIONEnumeration : ARTICLE_QUESTIONARTICLE_SUMMARYEnumeration : ARTICLE_SUMMARYARTICLE_TITLEEnumeration : ARTICLE_TITLECASE_DESCEnumeration : CASE_DESCCASE_SUBJEnumeration : CASE_SUBJ
-
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 ServiceAISetupFieldTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ServiceAISetupFieldType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CASE_DESC
public static final ServiceAISetupFieldType CASE_DESC
Enumeration : CASE_DESC
-
CASE_SUBJ
public static final ServiceAISetupFieldType CASE_SUBJ
Enumeration : CASE_SUBJ
-
ARTICLE_TITLE
public static final ServiceAISetupFieldType ARTICLE_TITLE
Enumeration : ARTICLE_TITLE
-
ARTICLE_CONTENT
public static final ServiceAISetupFieldType ARTICLE_CONTENT
Enumeration : ARTICLE_CONTENT
-
ARTICLE_SUMMARY
public static final ServiceAISetupFieldType ARTICLE_SUMMARY
Enumeration : ARTICLE_SUMMARY
-
ARTICLE_ANSWER
public static final ServiceAISetupFieldType ARTICLE_ANSWER
Enumeration : ARTICLE_ANSWER
-
ARTICLE_QUESTION
public static final ServiceAISetupFieldType ARTICLE_QUESTION
Enumeration : ARTICLE_QUESTION
-
-
Method Detail
-
values
public static ServiceAISetupFieldType[] 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 (ServiceAISetupFieldType c : ServiceAISetupFieldType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ServiceAISetupFieldType 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<ServiceAISetupFieldType>
-
-