Class WindowsAutopilotDeviceIdentityCollectionRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseEntityCollectionRequest<WindowsAutopilotDeviceIdentity,WindowsAutopilotDeviceIdentityCollectionResponse,WindowsAutopilotDeviceIdentityCollectionPage>
com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityCollectionRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class WindowsAutopilotDeviceIdentityCollectionRequest extends com.microsoft.graph.http.BaseEntityCollectionRequest<WindowsAutopilotDeviceIdentity,WindowsAutopilotDeviceIdentityCollectionResponse,WindowsAutopilotDeviceIdentityCollectionPage>
The class for the Windows Autopilot Device Identity Collection Request.
  • Constructor Details

    • WindowsAutopilotDeviceIdentityCollectionRequest

      public WindowsAutopilotDeviceIdentityCollectionRequest(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request builder for this collection of WindowsAutopilotDeviceIdentity
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details