| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<Component> |
ValidationIssue.requiredComponents |
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.Builder.build() |
Component |
Component.withComponentId(String componentId) |
Component |
Component.withComponentSubType(Integer componentSubType) |
Component |
Component.withComponentType(Integer componentType) |
Component |
Component.withDisplayName(String displayName) |
Component |
Component.withParentEntityId(String parentEntityId) |
Component |
Component.withParentEntityName(String parentEntityName) |
Component |
Component.withSchemaName(String schemaName) |
Component |
Component.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<Component> |
ValidationIssue.getRequiredComponents() |
com.github.davidmoten.odata.client.CollectionPage<Component> |
ValidationIssue.getRequiredComponents(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ValidationIssue.Builder |
ValidationIssue.Builder.requiredComponents(Component... requiredComponents) |
| Modifier and Type | Method and Description |
|---|---|
ValidationIssue.Builder |
ValidationIssue.Builder.requiredComponents(List<Component> requiredComponents) |
Copyright © 2018–2020. All rights reserved.