Uses of Class
microsoft.dynamics.crm.entity.BooleanOptionSetMetadata
-
Packages that use BooleanOptionSetMetadata Package Description microsoft.dynamics.crm.entity -
-
Uses of BooleanOptionSetMetadata in microsoft.dynamics.crm.entity
Fields in microsoft.dynamics.crm.entity declared as BooleanOptionSetMetadata Modifier and Type Field Description protected BooleanOptionSetMetadataBooleanAttributeMetadata. optionSetMethods in microsoft.dynamics.crm.entity that return BooleanOptionSetMetadata Modifier and Type Method Description BooleanOptionSetMetadataBooleanOptionSetMetadata.Builder. build()BooleanOptionSetMetadataBooleanOptionSetMetadata. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.BooleanOptionSetMetadataBooleanOptionSetMetadata. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).BooleanOptionSetMetadataBooleanOptionSetMetadata. withFalseOption(OptionMetadata falseOption)BooleanOptionSetMetadataBooleanOptionSetMetadata. withTrueOption(OptionMetadata trueOption)BooleanOptionSetMetadataBooleanOptionSetMetadata. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.entity with parameters of type BooleanOptionSetMetadata Modifier and Type Method Description BooleanAttributeMetadata.BuilderBooleanAttributeMetadata.Builder. optionSet(BooleanOptionSetMetadata optionSet)BooleanAttributeMetadataBooleanAttributeMetadata. withOptionSet(BooleanOptionSetMetadata optionSet)
-