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