Uses of Class
microsoft.dynamics.crm.entity.LookupAttributeMetadata
-
Packages that use LookupAttributeMetadata Package Description microsoft.dynamics.crm.entity -
-
Uses of LookupAttributeMetadata in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return LookupAttributeMetadata Modifier and Type Method Description LookupAttributeMetadataLookupAttributeMetadata.Builder. build()LookupAttributeMetadataLookupAttributeMetadata. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.LookupAttributeMetadataLookupAttributeMetadata. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).LookupAttributeMetadataLookupAttributeMetadata. withFormat(LookupFormat format)LookupAttributeMetadataLookupAttributeMetadata. withTargets(List<String> targets)LookupAttributeMetadataLookupAttributeMetadata. withUnmappedField(String name, String value)
-