| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceHealthScriptBooleanParameter |
class |
DeviceHealthScriptIntegerParameter |
class |
DeviceHealthScriptStringParameter |
| Modifier and Type | Method and Description |
|---|---|
DeviceHealthScriptParameter |
DeviceHealthScriptParameter.withApplyDefaultValueWhenNotAssigned(Boolean applyDefaultValueWhenNotAssigned)
Returns an immutable copy of
this with just the applyDefaultValueWhenNotAssigned field changed. |
DeviceHealthScriptParameter |
DeviceHealthScriptParameter.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
DeviceHealthScriptParameter |
DeviceHealthScriptParameter.withIsRequired(Boolean isRequired)
Returns an immutable copy of
this with just the isRequired field
changed. |
DeviceHealthScriptParameter |
DeviceHealthScriptParameter.withName(String name)
Returns an immutable copy of
this with just the name field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceHealthScriptParameter> |
DeviceHealthScript.detectionScriptParameters |
protected List<DeviceHealthScriptParameter> |
DeviceHealthScript.remediationScriptParameters |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DeviceHealthScriptParameter> |
DeviceHealthScript.getDetectionScriptParameters()
“List of ComplexType DetectionScriptParameters objects.”
|
com.github.davidmoten.odata.client.CollectionPage<DeviceHealthScriptParameter> |
DeviceHealthScript.getRemediationScriptParameters()
“List of ComplexType RemediationScriptParameters objects.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceHealthScript.Builder |
DeviceHealthScript.Builder.detectionScriptParameters(List<DeviceHealthScriptParameter> detectionScriptParameters)
“List of ComplexType DetectionScriptParameters objects.”
|
DeviceHealthScript.Builder |
DeviceHealthScript.Builder.remediationScriptParameters(List<DeviceHealthScriptParameter> remediationScriptParameters)
“List of ComplexType RemediationScriptParameters objects.”
|
Copyright © 2018–2020. All rights reserved.