Uses of Class
microsoft.dynamics.crm.entity.DoubleAttributeMetadata
-
Packages that use DoubleAttributeMetadata Package Description microsoft.dynamics.crm.entity -
-
Uses of DoubleAttributeMetadata in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return DoubleAttributeMetadata Modifier and Type Method Description DoubleAttributeMetadataDoubleAttributeMetadata.Builder. build()DoubleAttributeMetadataDoubleAttributeMetadata. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DoubleAttributeMetadataDoubleAttributeMetadata. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DoubleAttributeMetadataDoubleAttributeMetadata. withImeMode(ImeMode imeMode)DoubleAttributeMetadataDoubleAttributeMetadata. withMaxValue(Double maxValue)DoubleAttributeMetadataDoubleAttributeMetadata. withMinValue(Double minValue)DoubleAttributeMetadataDoubleAttributeMetadata. withPrecision(Integer precision)DoubleAttributeMetadataDoubleAttributeMetadata. withUnmappedField(String name, String value)
-