Uses of Class
microsoft.dynamics.crm.entity.IntegerAttributeMetadata
-
Packages that use IntegerAttributeMetadata Package Description microsoft.dynamics.crm.entity -
-
Uses of IntegerAttributeMetadata in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return IntegerAttributeMetadata Modifier and Type Method Description IntegerAttributeMetadataIntegerAttributeMetadata.Builder. build()IntegerAttributeMetadataIntegerAttributeMetadata. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.IntegerAttributeMetadataIntegerAttributeMetadata. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).IntegerAttributeMetadataIntegerAttributeMetadata. withFormat(IntegerFormat format)IntegerAttributeMetadataIntegerAttributeMetadata. withFormulaDefinition(String formulaDefinition)IntegerAttributeMetadataIntegerAttributeMetadata. withMaxValue(Integer maxValue)IntegerAttributeMetadataIntegerAttributeMetadata. withMinValue(Integer minValue)IntegerAttributeMetadataIntegerAttributeMetadata. withSourceTypeMask(Integer sourceTypeMask)IntegerAttributeMetadataIntegerAttributeMetadata. withUnmappedField(String name, String value)
-