Package com.microsoft.graph.requests
Class WindowsAutopilotDeviceIdentityCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WindowsAutopilotDeviceIdentity,WindowsAutopilotDeviceIdentityCollectionRequestBuilder>
com.microsoft.graph.requests.WindowsAutopilotDeviceIdentityCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WindowsAutopilotDeviceIdentityCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<WindowsAutopilotDeviceIdentity,WindowsAutopilotDeviceIdentityCollectionRequestBuilder>
The class for the Windows Autopilot Device Identity Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionWindowsAutopilotDeviceIdentityCollectionPage
(WindowsAutopilotDeviceIdentityCollectionResponse response, WindowsAutopilotDeviceIdentityCollectionRequestBuilder builder) A collection page for WindowsAutopilotDeviceIdentityWindowsAutopilotDeviceIdentityCollectionPage
(List<WindowsAutopilotDeviceIdentity> pageContents, WindowsAutopilotDeviceIdentityCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WindowsAutopilotDeviceIdentity -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WindowsAutopilotDeviceIdentityCollectionPage
public WindowsAutopilotDeviceIdentityCollectionPage(@Nonnull WindowsAutopilotDeviceIdentityCollectionResponse response, @Nonnull WindowsAutopilotDeviceIdentityCollectionRequestBuilder builder) A collection page for WindowsAutopilotDeviceIdentity- Parameters:
response
- the serialized WindowsAutopilotDeviceIdentityCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
WindowsAutopilotDeviceIdentityCollectionPage
public WindowsAutopilotDeviceIdentityCollectionPage(@Nonnull List<WindowsAutopilotDeviceIdentity> pageContents, @Nullable WindowsAutopilotDeviceIdentityCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WindowsAutopilotDeviceIdentity- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-