Package com.sforce.soap.metadata
Enum DefinitionCreationType
- java.lang.Object
-
- java.lang.Enum<DefinitionCreationType>
-
- com.sforce.soap.metadata.DefinitionCreationType
-
- All Implemented Interfaces:
Serializable,Comparable<DefinitionCreationType>
public enum DefinitionCreationType extends Enum<DefinitionCreationType>
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 Activation_AudienceEnumeration : Activation_AudienceADGEnumeration : ADGBridgeEnumeration : BridgeCalculated_InsightEnumeration : Calculated_InsightCG_AudienceEnumeration : CG_AudienceChunkEnumeration : ChunkCuratedEnumeration : CuratedCustomEnumeration : CustomDerivedEnumeration : DerivedDirectory_TableEnumeration : Directory_TableExternalEnumeration : ExternalMl_PredictionEnumeration : Ml_PredictionProblem_RecordsEnumeration : Problem_RecordsSegment_MembershipEnumeration : Segment_MembershipSemanticEnumeration : SemanticStandardEnumeration : StandardSystemEnumeration : SystemTransformEnumeration : TransformVector_EmbeddingEnumeration : Vector_Embedding
-
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 DefinitionCreationTypevalueOf(String name)Returns the enum constant of this type with the specified name.static DefinitionCreationType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Standard
public static final DefinitionCreationType Standard
Enumeration : Standard
-
Custom
public static final DefinitionCreationType Custom
Enumeration : Custom
-
System
public static final DefinitionCreationType System
Enumeration : System
-
Derived
public static final DefinitionCreationType Derived
Enumeration : Derived
-
Bridge
public static final DefinitionCreationType Bridge
Enumeration : Bridge
-
Curated
public static final DefinitionCreationType Curated
Enumeration : Curated
-
Segment_Membership
public static final DefinitionCreationType Segment_Membership
Enumeration : Segment_Membership
-
Calculated_Insight
public static final DefinitionCreationType Calculated_Insight
Enumeration : Calculated_Insight
-
Ml_Prediction
public static final DefinitionCreationType Ml_Prediction
Enumeration : Ml_Prediction
-
Activation_Audience
public static final DefinitionCreationType Activation_Audience
Enumeration : Activation_Audience
-
CG_Audience
public static final DefinitionCreationType CG_Audience
Enumeration : CG_Audience
-
Transform
public static final DefinitionCreationType Transform
Enumeration : Transform
-
ADG
public static final DefinitionCreationType ADG
Enumeration : ADG
-
External
public static final DefinitionCreationType External
Enumeration : External
-
Vector_Embedding
public static final DefinitionCreationType Vector_Embedding
Enumeration : Vector_Embedding
-
Chunk
public static final DefinitionCreationType Chunk
Enumeration : Chunk
-
Directory_Table
public static final DefinitionCreationType Directory_Table
Enumeration : Directory_Table
-
Semantic
public static final DefinitionCreationType Semantic
Enumeration : Semantic
-
Problem_Records
public static final DefinitionCreationType Problem_Records
Enumeration : Problem_Records
-
-
Method Detail
-
values
public static DefinitionCreationType[] 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 (DefinitionCreationType c : DefinitionCreationType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DefinitionCreationType 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<DefinitionCreationType>
-
-