| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<LookupEntityResponse> |
LookupDataResponse.entityResponses |
| Modifier and Type | Method and Description |
|---|---|
LookupEntityResponse |
LookupEntityResponse.Builder.build() |
LookupEntityResponse |
LookupEntityResponse.withEntityLogicalName(String entityLogicalName) |
LookupEntityResponse |
LookupEntityResponse.withMetadata(LookupMetadata metadata) |
LookupEntityResponse |
LookupEntityResponse.withPagingCookie(String pagingCookie) |
LookupEntityResponse |
LookupEntityResponse.withTotalRecordCount(Integer totalRecordCount) |
LookupEntityResponse |
LookupEntityResponse.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
LookupDataResponse.Builder |
LookupDataResponse.Builder.entityResponses(LookupEntityResponse... entityResponses) |
| Modifier and Type | Method and Description |
|---|---|
LookupDataResponse.Builder |
LookupDataResponse.Builder.entityResponses(List<LookupEntityResponse> entityResponses) |
Copyright © 2018–2021. All rights reserved.