Package microsoft.dynamics.crm.complex
Class AppValidationResponse
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AppValidationResponse
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AppValidationResponse extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppValidationResponse.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected List<ValidationIssue>validationIssueListprotected StringvalidationIssueListNextLinkprotected BooleanvalidationSuccess
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppValidationResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppValidationResponse.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()com.github.davidmoten.odata.client.CollectionPage<ValidationIssue>getValidationIssueList()com.github.davidmoten.odata.client.CollectionPage<ValidationIssue>getValidationIssueList(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<Boolean>getValidationSuccess()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AppValidationResponsewithUnmappedField(String name, Object value)AppValidationResponsewithValidationSuccess(Boolean validationSuccess)
-
-
-
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
-
validationSuccess
protected Boolean validationSuccess
-
validationIssueList
protected List<ValidationIssue> validationIssueList
-
validationIssueListNextLink
protected String validationIssueListNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withValidationSuccess
public AppValidationResponse withValidationSuccess(Boolean validationSuccess)
-
getValidationIssueList
public com.github.davidmoten.odata.client.CollectionPage<ValidationIssue> getValidationIssueList()
-
getValidationIssueList
public com.github.davidmoten.odata.client.CollectionPage<ValidationIssue> getValidationIssueList(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public AppValidationResponse 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 AppValidationResponse.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
-
-