public class ValidationIssue extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationIssue.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentId |
protected Integer |
componentSubType |
protected Integer |
componentType |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
cRMErrorCode |
protected String |
displayName |
protected ErrorType |
errorType |
protected String |
message |
protected String |
odataType |
protected String |
parentEntityId |
protected String |
parentEntityName |
protected List<Component> |
requiredComponents |
protected String |
requiredComponentsNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ValidationIssue() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected ErrorType errorType
protected String message
protected String displayName
protected String componentId
protected Integer componentType
protected Integer componentSubType
protected String parentEntityId
protected String parentEntityName
protected String requiredComponentsNextLink
protected Integer cRMErrorCode
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ValidationIssue withErrorType(ErrorType errorType)
public ValidationIssue withMessage(String message)
public ValidationIssue withDisplayName(String displayName)
public ValidationIssue withComponentId(String componentId)
public ValidationIssue withComponentType(Integer componentType)
public ValidationIssue withComponentSubType(Integer componentSubType)
public ValidationIssue withParentEntityId(String parentEntityId)
public ValidationIssue withParentEntityName(String parentEntityName)
public com.github.davidmoten.odata.client.CollectionPage<Component> getRequiredComponents()
public com.github.davidmoten.odata.client.CollectionPage<Component> getRequiredComponents(com.github.davidmoten.odata.client.HttpRequestOptions options)
public ValidationIssue withCRMErrorCode(Integer cRMErrorCode)
public ValidationIssue withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ValidationIssue.Builder builder()
Copyright © 2018–2020. All rights reserved.