Package microsoft.dynamics.crm.complex
Class ValidationResult
- java.lang.Object
-
- microsoft.dynamics.crm.complex.ValidationResult
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ValidationResult extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValidationResult.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringactivityIdprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected TraceInfotraceInfoprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected BooleanvalidationSuccess
-
Constructor Summary
Constructors Modifier Constructor Description protectedValidationResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ValidationResult.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getActivityId()Optional<TraceInfo>getTraceInfo()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Boolean>getValidationSuccess()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()ValidationResultwithActivityId(String activityId)ValidationResultwithTraceInfo(TraceInfo traceInfo)ValidationResultwithUnmappedField(String name, String value)ValidationResultwithValidationSuccess(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
-
traceInfo
protected TraceInfo traceInfo
-
activityId
protected String activityId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withValidationSuccess
public ValidationResult withValidationSuccess(Boolean validationSuccess)
-
withTraceInfo
public ValidationResult withTraceInfo(TraceInfo traceInfo)
-
withActivityId
public ValidationResult withActivityId(String activityId)
-
withUnmappedField
public ValidationResult withUnmappedField(String name, String 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 ValidationResult.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
-
-