Uses of Class
microsoft.dynamics.crm.complex.LookupEntityResponse
-
Packages that use LookupEntityResponse Package Description microsoft.dynamics.crm.complex -
-
Uses of LookupEntityResponse in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type LookupEntityResponse Modifier and Type Field Description protected List<LookupEntityResponse>LookupDataResponse. entityResponsesMethods in microsoft.dynamics.crm.complex that return LookupEntityResponse Modifier and Type Method Description LookupEntityResponseLookupEntityResponse.Builder. build()LookupEntityResponseLookupEntityResponse. withEntityLogicalName(String entityLogicalName)LookupEntityResponseLookupEntityResponse. withMetadata(LookupMetadata metadata)LookupEntityResponseLookupEntityResponse. withPagingCookie(String pagingCookie)LookupEntityResponseLookupEntityResponse. withTotalRecordCount(Integer totalRecordCount)LookupEntityResponseLookupEntityResponse. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type LookupEntityResponse Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LookupEntityResponse>LookupDataResponse. getEntityResponses()com.github.davidmoten.odata.client.CollectionPage<LookupEntityResponse>LookupDataResponse. getEntityResponses(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type LookupEntityResponse Modifier and Type Method Description LookupDataResponse.BuilderLookupDataResponse.Builder. entityResponses(LookupEntityResponse... entityResponses)Method parameters in microsoft.dynamics.crm.complex with type arguments of type LookupEntityResponse Modifier and Type Method Description LookupDataResponse.BuilderLookupDataResponse.Builder. entityResponses(List<LookupEntityResponse> entityResponses)
-