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
Methods 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, String value)
-