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