Uses of Class
microsoft.dynamics.crm.enums.OptionSetType
-
Packages that use OptionSetType Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.enums -
-
Uses of OptionSetType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as OptionSetType Modifier and Type Field Description protected OptionSetTypeComplexBooleanOptionSetMetadata. optionSetTypeprotected OptionSetTypeComplexOptionSetMetadata. optionSetTypeMethods in microsoft.dynamics.crm.complex that return types with arguments of type OptionSetType Modifier and Type Method Description Optional<OptionSetType>ComplexBooleanOptionSetMetadata. getOptionSetType()Optional<OptionSetType>ComplexOptionSetMetadata. getOptionSetType()Methods in microsoft.dynamics.crm.complex with parameters of type OptionSetType Modifier and Type Method Description ComplexBooleanOptionSetMetadata.BuilderComplexBooleanOptionSetMetadata.Builder. optionSetType(OptionSetType optionSetType)ComplexOptionSetMetadata.BuilderComplexOptionSetMetadata.Builder. optionSetType(OptionSetType optionSetType)ComplexBooleanOptionSetMetadataComplexBooleanOptionSetMetadata. withOptionSetType(OptionSetType optionSetType)ComplexOptionSetMetadataComplexOptionSetMetadata. withOptionSetType(OptionSetType optionSetType) -
Uses of OptionSetType in microsoft.dynamics.crm.entity
Fields in microsoft.dynamics.crm.entity declared as OptionSetType Modifier and Type Field Description protected OptionSetTypeOptionSetMetadataBase. optionSetTypeMethods in microsoft.dynamics.crm.entity that return types with arguments of type OptionSetType Modifier and Type Method Description Optional<OptionSetType>OptionSetMetadataBase. getOptionSetType()Methods in microsoft.dynamics.crm.entity with parameters of type OptionSetType Modifier and Type Method Description BooleanOptionSetMetadata.BuilderBooleanOptionSetMetadata.Builder. optionSetType(OptionSetType optionSetType)OptionSetMetadata.BuilderOptionSetMetadata.Builder. optionSetType(OptionSetType optionSetType)OptionSetMetadataBase.BuilderOptionSetMetadataBase.Builder. optionSetType(OptionSetType optionSetType)OptionSetMetadataBaseOptionSetMetadataBase. withOptionSetType(OptionSetType optionSetType) -
Uses of OptionSetType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return OptionSetType Modifier and Type Method Description static OptionSetTypeOptionSetType. valueOf(String name)Returns the enum constant of this type with the specified name.static OptionSetType[]OptionSetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-