public class DeviceManagementExportJobCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DeviceManagementExportJob,DeviceManagementExportJobCollectionRequestBuilder>
| Constructor and Description |
|---|
DeviceManagementExportJobCollectionPage(DeviceManagementExportJobCollectionResponse response,
DeviceManagementExportJobCollectionRequestBuilder builder)
A collection page for DeviceManagementExportJob
|
DeviceManagementExportJobCollectionPage(java.util.List<DeviceManagementExportJob> pageContents,
DeviceManagementExportJobCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for DeviceManagementExportJob
|
public DeviceManagementExportJobCollectionPage(@Nonnull
DeviceManagementExportJobCollectionResponse response,
@Nonnull
DeviceManagementExportJobCollectionRequestBuilder builder)
response - the serialized DeviceManagementExportJobCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic DeviceManagementExportJobCollectionPage(@Nonnull
java.util.List<DeviceManagementExportJob> pageContents,
@Nullable
DeviceManagementExportJobCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page