Package microsoft.dynamics.crm.complex
Class ValidationIssue
- java.lang.Object
-
- microsoft.dynamics.crm.complex.ValidationIssue
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ValidationIssue extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValidationIssue.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUIDcomponentIdprotected IntegercomponentSubTypeprotected IntegercomponentTypeprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected IntegercRMErrorCodeprotected StringdisplayNameprotected ErrorTypeerrorTypeprotected Stringmessageprotected StringodataTypeprotected UUIDparentEntityIdprotected StringparentEntityNameprotected List<Component>requiredComponentsprotected StringrequiredComponentsNextLinkprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedValidationIssue()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
errorType
protected ErrorType errorType
-
message
protected String message
-
displayName
protected String displayName
-
componentId
protected UUID componentId
-
componentType
protected Integer componentType
-
componentSubType
protected Integer componentSubType
-
parentEntityId
protected UUID parentEntityId
-
parentEntityName
protected String parentEntityName
-
requiredComponentsNextLink
protected String requiredComponentsNextLink
-
cRMErrorCode
protected Integer cRMErrorCode
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withErrorType
public ValidationIssue withErrorType(ErrorType errorType)
-
withMessage
public ValidationIssue withMessage(String message)
-
withDisplayName
public ValidationIssue withDisplayName(String displayName)
-
withComponentId
public ValidationIssue withComponentId(UUID componentId)
-
withComponentType
public ValidationIssue withComponentType(Integer componentType)
-
withComponentSubType
public ValidationIssue withComponentSubType(Integer componentSubType)
-
withParentEntityId
public ValidationIssue withParentEntityId(UUID parentEntityId)
-
withParentEntityName
public ValidationIssue withParentEntityName(String parentEntityName)
-
getRequiredComponents
public com.github.davidmoten.odata.client.CollectionPage<Component> getRequiredComponents()
-
getRequiredComponents
public com.github.davidmoten.odata.client.CollectionPage<Component> getRequiredComponents(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withCRMErrorCode
public ValidationIssue withCRMErrorCode(Integer cRMErrorCode)
-
withUnmappedField
public ValidationIssue withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static ValidationIssue.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-