Uses of Class
com.sforce.soap.metadata.DefinitionCreationType
-
-
Uses of DefinitionCreationType in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return DefinitionCreationType Modifier and Type Method Description DefinitionCreationTypeMktDataLakeAttributes. getCreationType()DefinitionCreationTypeMktDataModelAttributes. getCreationType()DefinitionCreationTypeMktDataLakeFieldAttributes. getDefinitionCreationType()DefinitionCreationTypeMktDataModelFieldAttributes. getDefinitionCreationType()static DefinitionCreationTypeDefinitionCreationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DefinitionCreationType[]DefinitionCreationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type DefinitionCreationType Modifier and Type Method Description voidMktDataLakeAttributes. setCreationType(DefinitionCreationType creationType)voidMktDataModelAttributes. setCreationType(DefinitionCreationType creationType)voidMktDataLakeFieldAttributes. setDefinitionCreationType(DefinitionCreationType definitionCreationType)voidMktDataModelFieldAttributes. setDefinitionCreationType(DefinitionCreationType definitionCreationType)
-