Class DeviceComplianceScriptValidationResult
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceComplianceScriptValidationResult
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceComplianceScriptValidationResult extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceComplianceScriptValidationResult.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected List<DeviceComplianceScriptRuleError>ruleErrorsprotected StringruleErrorsNextLinkprotected List<DeviceComplianceScriptRule>rulesprotected StringrulesNextLinkprotected List<DeviceComplianceScriptError>scriptErrorsprotected StringscriptErrorsNextLinkprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceComplianceScriptValidationResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceComplianceScriptValidationResult.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.CollectionPage<DeviceComplianceScriptRuleError>getRuleErrors()“Errors in json for the script for rules.”com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptRuleError>getRuleErrors(com.github.davidmoten.odata.client.HttpRequestOptions options)“Errors in json for the script for rules.”com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptRule>getRules()“Parsed rules from json.”com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptRule>getRules(com.github.davidmoten.odata.client.HttpRequestOptions options)“Parsed rules from json.”com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptError>getScriptErrors()“Errors in json for the script.”com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptError>getScriptErrors(com.github.davidmoten.odata.client.HttpRequestOptions options)“Errors in json for the script.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceComplianceScriptValidationResultwithUnmappedField(String name, String value)
-
-
-
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
-
ruleErrors
protected List<DeviceComplianceScriptRuleError> ruleErrors
-
ruleErrorsNextLink
protected String ruleErrorsNextLink
-
rules
protected List<DeviceComplianceScriptRule> rules
-
rulesNextLink
protected String rulesNextLink
-
scriptErrors
protected List<DeviceComplianceScriptError> scriptErrors
-
scriptErrorsNextLink
protected String scriptErrorsNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getRuleErrors
public com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptRuleError> getRuleErrors()
“Errors in json for the script for rules.”- Returns:
- property ruleErrors
-
getRuleErrors
public com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptRuleError> getRuleErrors(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Errors in json for the script for rules.”- Parameters:
options- specify connect and read timeouts- Returns:
- property ruleErrors
-
getRules
public com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptRule> getRules()
“Parsed rules from json.”- Returns:
- property rules
-
getRules
public com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptRule> getRules(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Parsed rules from json.”- Parameters:
options- specify connect and read timeouts- Returns:
- property rules
-
getScriptErrors
public com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptError> getScriptErrors()
“Errors in json for the script.”- Returns:
- property scriptErrors
-
getScriptErrors
public com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptError> getScriptErrors(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Errors in json for the script.”- Parameters:
options- specify connect and read timeouts- Returns:
- property scriptErrors
-
withUnmappedField
public DeviceComplianceScriptValidationResult 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 DeviceComplianceScriptValidationResult.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
-
-