| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<LookupEntityInfo> |
LookupDataRequest.lookupEntityByName |
| Modifier and Type | Method and Description |
|---|---|
LookupEntityInfo |
LookupEntityInfo.Builder.build() |
LookupEntityInfo |
LookupEntityInfo.withCustomFilter(String customFilter) |
LookupEntityInfo |
LookupEntityInfo.withEntityLogicalName(String entityLogicalName) |
LookupEntityInfo |
LookupEntityInfo.withFetchXml(String fetchXml) |
LookupEntityInfo |
LookupEntityInfo.withLayoutJson(String layoutJson) |
LookupEntityInfo |
LookupEntityInfo.withPagingInfo(PagingInfo pagingInfo) |
LookupEntityInfo |
LookupEntityInfo.withRelationshipName(String relationshipName) |
LookupEntityInfo |
LookupEntityInfo.withUnmappedField(String name,
String value) |
LookupEntityInfo |
LookupEntityInfo.withViewId(String viewId) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<LookupEntityInfo> |
LookupDataRequest.getLookupEntityByName() |
com.github.davidmoten.odata.client.CollectionPage<LookupEntityInfo> |
LookupDataRequest.getLookupEntityByName(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
LookupDataRequest.Builder |
LookupDataRequest.Builder.lookupEntityByName(LookupEntityInfo... lookupEntityByName) |
| Modifier and Type | Method and Description |
|---|---|
LookupDataRequest.Builder |
LookupDataRequest.Builder.lookupEntityByName(List<LookupEntityInfo> lookupEntityByName) |
Copyright © 2018–2021. All rights reserved.