| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected Code |
DeviceComplianceScriptError.code |
| Modifier and Type | Method and Description |
|---|---|
Optional<Code> |
DeviceComplianceScriptError.getCode()
“Error code.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceComplianceScriptError.Builder |
DeviceComplianceScriptError.Builder.code(Code code)
“Error code.”
|
DeviceComplianceScriptRuleError.Builder |
DeviceComplianceScriptRuleError.Builder.code(Code code) |
DeviceComplianceScriptError |
DeviceComplianceScriptError.withCode(Code code)
Returns an immutable copy of
this with just the code field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static Code |
Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Code[] |
Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.