| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceComplianceScriptRule> |
DeviceComplianceScriptValidationResult.rules |
| Modifier and Type | Method and Description |
|---|---|
DeviceComplianceScriptRule |
DeviceComplianceScriptRule.Builder.build() |
DeviceComplianceScriptRule |
DeviceComplianceScriptRule.withDataType(DataType dataType)
Returns an immutable copy of
this with just the dataType field
changed. |
DeviceComplianceScriptRule |
DeviceComplianceScriptRule.withOperand(String operand)
Returns an immutable copy of
this with just the operand field
changed. |
DeviceComplianceScriptRule |
DeviceComplianceScriptRule.withOperator(Operator operator)
Returns an immutable copy of
this with just the operator field
changed. |
DeviceComplianceScriptRule |
DeviceComplianceScriptRule.withSettingName(String settingName)
Returns an immutable copy of
this with just the settingName
field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptRule> |
DeviceComplianceScriptValidationResult.getRules()
“Parsed rules from json.”
|
com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptRule> |
DeviceComplianceScriptValidationResult.getRules(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Parsed rules from json.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceComplianceScriptValidationResult.Builder |
DeviceComplianceScriptValidationResult.Builder.rules(DeviceComplianceScriptRule... rules)
“Parsed rules from json.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceComplianceScriptValidationResult.Builder |
DeviceComplianceScriptValidationResult.Builder.rules(List<DeviceComplianceScriptRule> rules)
“Parsed rules from json.”
|
Copyright © 2018–2020. All rights reserved.