Uses of Class
microsoft.dynamics.crm.complex.EntityAndAttribute
-
Packages that use EntityAndAttribute Package Description microsoft.dynamics.crm.complex -
-
Uses of EntityAndAttribute in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as EntityAndAttribute Modifier and Type Field Description protected EntityAndAttributeLookupDataRequest. entityAndAttributeMethods in microsoft.dynamics.crm.complex that return EntityAndAttribute Modifier and Type Method Description EntityAndAttributeEntityAndAttribute.Builder. build()EntityAndAttributeEntityAndAttribute. withAttributeName(String attributeName)EntityAndAttributeEntityAndAttribute. withEntityName(String entityName)EntityAndAttributeEntityAndAttribute. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type EntityAndAttribute Modifier and Type Method Description Optional<EntityAndAttribute>LookupDataRequest. getEntityAndAttribute()Methods in microsoft.dynamics.crm.complex with parameters of type EntityAndAttribute Modifier and Type Method Description LookupDataRequest.BuilderLookupDataRequest.Builder. entityAndAttribute(EntityAndAttribute entityAndAttribute)LookupDataRequestLookupDataRequest. withEntityAndAttribute(EntityAndAttribute entityAndAttribute)
-