Uses of Class
odata.msgraph.client.beta.entity.WindowsQualityUpdateProfileAssignment
-
Packages that use WindowsQualityUpdateProfileAssignment Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of WindowsQualityUpdateProfileAssignment in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WindowsQualityUpdateProfileAssignment Modifier and Type Method Description WindowsQualityUpdateProfileAssignmentWindowsQualityUpdateProfileAssignment.Builder. build()WindowsQualityUpdateProfileAssignmentWindowsQualityUpdateProfileAssignment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WindowsQualityUpdateProfileAssignmentWindowsQualityUpdateProfileAssignment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WindowsQualityUpdateProfileAssignmentWindowsQualityUpdateProfileAssignment. withTarget(DeviceAndAppManagementAssignmentTarget target)Returns an immutable copy ofthiswith just thetargetfield changed.WindowsQualityUpdateProfileAssignmentWindowsQualityUpdateProfileAssignment. withUnmappedField(String name, String value)Method parameters in odata.msgraph.client.beta.entity with type arguments of type WindowsQualityUpdateProfileAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnWindowsQualityUpdateProfile. assign(List<WindowsQualityUpdateProfileAssignment> assignments) -
Uses of WindowsQualityUpdateProfileAssignment in odata.msgraph.client.beta.entity.request
Method parameters in odata.msgraph.client.beta.entity.request with type arguments of type WindowsQualityUpdateProfileAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnWindowsQualityUpdateProfileRequest. assign(List<WindowsQualityUpdateProfileAssignment> assignments)
-