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