Uses of Class
microsoft.dynamics.crm.entity.BooleanAttributeMetadata
-
Packages that use BooleanAttributeMetadata Package Description microsoft.dynamics.crm.entity -
-
Uses of BooleanAttributeMetadata in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return BooleanAttributeMetadata Modifier and Type Method Description BooleanAttributeMetadataBooleanAttributeMetadata.Builder. build()BooleanAttributeMetadataBooleanAttributeMetadata. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.BooleanAttributeMetadataBooleanAttributeMetadata. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).BooleanAttributeMetadataBooleanAttributeMetadata. withDefaultValue(Boolean defaultValue)BooleanAttributeMetadataBooleanAttributeMetadata. withFormulaDefinition(String formulaDefinition)BooleanAttributeMetadataBooleanAttributeMetadata. withOptionSet(BooleanOptionSetMetadata optionSet)BooleanAttributeMetadataBooleanAttributeMetadata. withSourceTypeMask(Integer sourceTypeMask)BooleanAttributeMetadataBooleanAttributeMetadata. withUnmappedField(String name, Object value)
-