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