public class WindowsAutopilotDeviceIdentityRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<WindowsAutopilotDeviceIdentity>
| Constructor and Description |
|---|
WindowsAutopilotDeviceIdentityRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the WindowsAutopilotDeviceIdentity
|
| Modifier and Type | Method and Description |
|---|---|
WindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder |
assignUserToDevice(WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet parameters)
Assigns user to Autopilot devices.
|
WindowsAutopilotDeviceIdentityRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
WindowsAutopilotDeviceIdentityRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder |
unassignUserFromDevice()
Unassigns the user from an Autopilot device.
|
WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder |
updateDeviceProperties(WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet parameters)
Updates properties on Autopilot devices.
|
public WindowsAutopilotDeviceIdentityRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public WindowsAutopilotDeviceIdentityRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public WindowsAutopilotDeviceIdentityRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public WindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder assignUserToDevice(@Nonnull WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet parameters)
parameters - the parameters for the service method@Nonnull public WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder unassignUserFromDevice()
@Nonnull public WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder updateDeviceProperties(@Nonnull WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet parameters)
parameters - the parameters for the service method