| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<ResourceInfo> |
ErrorInfo.resourceList |
| Modifier and Type | Method and Description |
|---|---|
ResourceInfo |
ResourceInfo.Builder.build() |
ResourceInfo |
ResourceInfo.withDisplayName(String displayName) |
ResourceInfo |
ResourceInfo.withEntityName(String entityName) |
ResourceInfo |
ResourceInfo.withId(String id) |
ResourceInfo |
ResourceInfo.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ResourceInfo> |
ErrorInfo.getResourceList() |
com.github.davidmoten.odata.client.CollectionPage<ResourceInfo> |
ErrorInfo.getResourceList(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo.Builder |
ErrorInfo.Builder.resourceList(ResourceInfo... resourceList) |
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo.Builder |
ErrorInfo.Builder.resourceList(List<ResourceInfo> resourceList) |
Copyright © 2018–2020. All rights reserved.