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