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
Fields in microsoft.dynamics.crm.entity declared as LookupAttributeMetadata Modifier and Type Field Description protected LookupAttributeMetadataOneToManyRelationshipMetadata. lookupMethods 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, Object value)Methods in microsoft.dynamics.crm.entity with parameters of type LookupAttributeMetadata Modifier and Type Method Description OneToManyRelationshipMetadata.BuilderOneToManyRelationshipMetadata.Builder. lookup(LookupAttributeMetadata lookup)OneToManyRelationshipMetadataOneToManyRelationshipMetadata. withLookup(LookupAttributeMetadata lookup)
-