Package com.microsoft.graph.requests
Class WindowsAutopilotDeviceIdentityRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<WindowsAutopilotDeviceIdentity>
com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class WindowsAutopilotDeviceIdentityRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<WindowsAutopilotDeviceIdentity>
The class for the Windows Autopilot Device Identity Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionWindowsAutopilotDeviceIdentityRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the WindowsAutopilotDeviceIdentity -
Method Summary
Modifier and TypeMethodDescriptionAssigns user to Autopilot devices.buildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsUnassigns the user from an Autopilot device.Updates properties on Autopilot devices.Methods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
WindowsAutopilotDeviceIdentityRequestBuilder
public WindowsAutopilotDeviceIdentityRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the WindowsAutopilotDeviceIdentity- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public WindowsAutopilotDeviceIdentityRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the WindowsAutopilotDeviceIdentityRequest instance
-
buildRequest
@Nonnull public WindowsAutopilotDeviceIdentityRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions
- the options for this request- Returns:
- the WindowsAutopilotDeviceIdentityRequest instance
-
assignUserToDevice
@Nonnull public WindowsAutopilotDeviceIdentityAssignUserToDeviceRequestBuilder assignUserToDevice(@Nonnull WindowsAutopilotDeviceIdentityAssignUserToDeviceParameterSet parameters) Assigns user to Autopilot devices.- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-
unassignUserFromDevice
@Nonnull public WindowsAutopilotDeviceIdentityUnassignUserFromDeviceRequestBuilder unassignUserFromDevice()Unassigns the user from an Autopilot device.- Returns:
- the request builder
-
updateDeviceProperties
@Nonnull public WindowsAutopilotDeviceIdentityUpdateDevicePropertiesRequestBuilder updateDeviceProperties(@Nonnull WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet parameters) Updates properties on Autopilot devices.- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-