| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceComplianceScriptRuleError |
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceComplianceScriptError> |
DeviceComplianceScriptValidationResult.scriptErrors |
| Modifier and Type | Method and Description |
|---|---|
DeviceComplianceScriptError |
DeviceComplianceScriptError.Builder.build() |
DeviceComplianceScriptError |
DeviceComplianceScriptError.withCode(Code code)
Returns an immutable copy of
this with just the code field
changed. |
DeviceComplianceScriptError |
DeviceComplianceScriptError.withMessage(String message)
Returns an immutable copy of
this with just the message field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptError> |
DeviceComplianceScriptValidationResult.getScriptErrors()
“Errors in json for the script.”
|
com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptError> |
DeviceComplianceScriptValidationResult.getScriptErrors(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Errors in json for the script.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceComplianceScriptValidationResult.Builder |
DeviceComplianceScriptValidationResult.Builder.scriptErrors(DeviceComplianceScriptError... scriptErrors)
“Errors in json for the script.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceComplianceScriptValidationResult.Builder |
DeviceComplianceScriptValidationResult.Builder.scriptErrors(List<DeviceComplianceScriptError> scriptErrors)
“Errors in json for the script.”
|
Copyright © 2018–2020. All rights reserved.