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