Uses of Class
microsoft.dynamics.crm.entity.OptionSetMetadataBase
-
Packages that use OptionSetMetadataBase Package Description microsoft.dynamics.crm.entity -
-
Uses of OptionSetMetadataBase in microsoft.dynamics.crm.entity
Subclasses of OptionSetMetadataBase in microsoft.dynamics.crm.entity Modifier and Type Class Description classBooleanOptionSetMetadataclassOptionSetMetadataMethods in microsoft.dynamics.crm.entity that return OptionSetMetadataBase Modifier and Type Method Description OptionSetMetadataBaseOptionSetMetadataBase.Builder. build()OptionSetMetadataBaseOptionSetMetadataBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.OptionSetMetadataBaseOptionSetMetadataBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).OptionSetMetadataBaseOptionSetMetadataBase. withDescription(Label description)OptionSetMetadataBaseOptionSetMetadataBase. withDisplayName(Label displayName)OptionSetMetadataBaseOptionSetMetadataBase. withExternalTypeName(String externalTypeName)OptionSetMetadataBaseOptionSetMetadataBase. withIntroducedVersion(String introducedVersion)OptionSetMetadataBaseOptionSetMetadataBase. withIsCustomizable(BooleanManagedProperty isCustomizable)OptionSetMetadataBaseOptionSetMetadataBase. withIsCustomOptionSet(Boolean isCustomOptionSet)OptionSetMetadataBaseOptionSetMetadataBase. withIsGlobal(Boolean isGlobal)OptionSetMetadataBaseOptionSetMetadataBase. withIsManaged(Boolean isManaged)OptionSetMetadataBaseOptionSetMetadataBase. withName(String name)OptionSetMetadataBaseOptionSetMetadataBase. withOptionSetType(OptionSetType optionSetType)OptionSetMetadataBaseOptionSetMetadataBase. withUnmappedField(String name, String value)
-