Class WindowsDriverUpdateProfileRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<WindowsDriverUpdateProfile>
-
- odata.msgraph.client.beta.entity.request.WindowsDriverUpdateProfileRequest
-
public class WindowsDriverUpdateProfileRequest extends com.github.davidmoten.odata.client.EntityRequest<WindowsDriverUpdateProfile>
-
-
Constructor Summary
Constructors Constructor Description WindowsDriverUpdateProfileRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnassign(List<WindowsDriverUpdateProfileAssignment> assignments)WindowsDriverUpdateProfileAssignmentCollectionRequestassignments()WindowsDriverUpdateProfileAssignmentRequestassignments(String id)WindowsDriverUpdateInventoryCollectionRequestdriverInventories()WindowsDriverUpdateInventoryRequestdriverInventories(String id)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<BulkDriverActionResult>executeAction(DriverApprovalAction actionName, List<String> driverIds, OffsetDateTime deploymentDate)com.github.davidmoten.odata.client.ActionRequestNoReturnsyncInventory()
-
-
-
Method Detail
-
assignments
public WindowsDriverUpdateProfileAssignmentRequest assignments(String id)
-
assignments
public WindowsDriverUpdateProfileAssignmentCollectionRequest assignments()
-
driverInventories
public WindowsDriverUpdateInventoryRequest driverInventories(String id)
-
driverInventories
public WindowsDriverUpdateInventoryCollectionRequest driverInventories()
-
assign
public com.github.davidmoten.odata.client.ActionRequestNoReturn assign(List<WindowsDriverUpdateProfileAssignment> assignments)
-
executeAction
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<BulkDriverActionResult> executeAction(DriverApprovalAction actionName, List<String> driverIds, OffsetDateTime deploymentDate)
-
syncInventory
public com.github.davidmoten.odata.client.ActionRequestNoReturn syncInventory()
-
-