Uses of Class
microsoft.dynamics.crm.complex.RetrieveEntityResponse
-
Packages that use RetrieveEntityResponse Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container -
-
Uses of RetrieveEntityResponse in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return RetrieveEntityResponse Modifier and Type Method Description RetrieveEntityResponseRetrieveEntityResponse.Builder. build()RetrieveEntityResponseRetrieveEntityResponse. withEntityMetadata(ComplexEntityMetadata entityMetadata)RetrieveEntityResponseRetrieveEntityResponse. withUnmappedField(String name, Object value) -
Uses of RetrieveEntityResponse in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return types with arguments of type RetrieveEntityResponse Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<RetrieveEntityResponse>System. retrieveEntity(EntityFilters entityFilters, String logicalName, UUID metadataId, Boolean retrieveAsIfPublished)
-