| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
DeviceHealthScriptAssignment |
DeviceHealthScriptAssignment.Builder.build() |
DeviceHealthScriptAssignment |
DeviceHealthScriptAssignment.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceHealthScriptAssignment |
DeviceHealthScriptAssignment.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceHealthScriptAssignment |
DeviceHealthScriptAssignment.withRunRemediationScript(Boolean runRemediationScript)
Returns an immutable copy of
this with just the runRemediationScript field changed. |
DeviceHealthScriptAssignment |
DeviceHealthScriptAssignment.withRunSchedule(DeviceHealthScriptRunSchedule runSchedule)
Returns an immutable copy of
this with just the runSchedule
field changed. |
DeviceHealthScriptAssignment |
DeviceHealthScriptAssignment.withTarget(DeviceAndAppManagementAssignmentTarget target)
Returns an immutable copy of
this with just the target field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
DeviceComplianceScript.assign(List<DeviceHealthScriptAssignment> deviceHealthScriptAssignments) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
DeviceHealthScript.assign(List<DeviceHealthScriptAssignment> deviceHealthScriptAssignments) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
DeviceComplianceScriptRequest.assign(List<DeviceHealthScriptAssignment> deviceHealthScriptAssignments) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
DeviceHealthScriptRequest.assign(List<DeviceHealthScriptAssignment> deviceHealthScriptAssignments) |
Copyright © 2018–2020. All rights reserved.