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