Uses of Class
odata.msgraph.client.beta.entity.DeviceHealthScriptAssignment
-
Packages that use DeviceHealthScriptAssignment Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of DeviceHealthScriptAssignment in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return DeviceHealthScriptAssignment Modifier and Type Method Description DeviceHealthScriptAssignmentDeviceHealthScriptAssignment.Builder. build()DeviceHealthScriptAssignmentDeviceHealthScriptAssignment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DeviceHealthScriptAssignmentDeviceHealthScriptAssignment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DeviceHealthScriptAssignmentDeviceHealthScriptAssignment. withRunRemediationScript(Boolean runRemediationScript)Returns an immutable copy ofthiswith just therunRemediationScriptfield changed.DeviceHealthScriptAssignmentDeviceHealthScriptAssignment. withRunSchedule(DeviceHealthScriptRunSchedule runSchedule)Returns an immutable copy ofthiswith just therunSchedulefield changed.DeviceHealthScriptAssignmentDeviceHealthScriptAssignment. withTarget(DeviceAndAppManagementAssignmentTarget target)Returns an immutable copy ofthiswith just thetargetfield changed.DeviceHealthScriptAssignmentDeviceHealthScriptAssignment. withUnmappedField(String name, String value)Method parameters in odata.msgraph.client.beta.entity with type arguments of type DeviceHealthScriptAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnDeviceComplianceScript. assign(List<DeviceHealthScriptAssignment> deviceHealthScriptAssignments)com.github.davidmoten.odata.client.ActionRequestNoReturnDeviceHealthScript. assign(List<DeviceHealthScriptAssignment> deviceHealthScriptAssignments) -
Uses of DeviceHealthScriptAssignment in odata.msgraph.client.beta.entity.request
Method parameters in odata.msgraph.client.beta.entity.request with type arguments of type DeviceHealthScriptAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnDeviceComplianceScriptRequest. assign(List<DeviceHealthScriptAssignment> deviceHealthScriptAssignments)com.github.davidmoten.odata.client.ActionRequestNoReturnDeviceHealthScriptRequest. assign(List<DeviceHealthScriptAssignment> deviceHealthScriptAssignments)
-