Package com.microsoft.graph.requests
Class DeviceManagementExportJobCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DeviceManagementExportJob,DeviceManagementExportJobCollectionRequestBuilder>
com.microsoft.graph.requests.DeviceManagementExportJobCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DeviceManagementExportJobCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<DeviceManagementExportJob,DeviceManagementExportJobCollectionRequestBuilder>
The class for the Device Management Export Job Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceManagementExportJobCollectionPage
(DeviceManagementExportJobCollectionResponse response, DeviceManagementExportJobCollectionRequestBuilder builder) A collection page for DeviceManagementExportJobDeviceManagementExportJobCollectionPage
(List<DeviceManagementExportJob> pageContents, DeviceManagementExportJobCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DeviceManagementExportJob -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DeviceManagementExportJobCollectionPage
public DeviceManagementExportJobCollectionPage(@Nonnull DeviceManagementExportJobCollectionResponse response, @Nonnull DeviceManagementExportJobCollectionRequestBuilder builder) A collection page for DeviceManagementExportJob- Parameters:
response
- the serialized DeviceManagementExportJobCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
DeviceManagementExportJobCollectionPage
public DeviceManagementExportJobCollectionPage(@Nonnull List<DeviceManagementExportJob> pageContents, @Nullable DeviceManagementExportJobCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DeviceManagementExportJob- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-