Package com.microsoft.graph.requests
Class DeviceComplianceActionItemCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DeviceComplianceActionItem,DeviceComplianceActionItemCollectionRequestBuilder>
com.microsoft.graph.requests.DeviceComplianceActionItemCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DeviceComplianceActionItemCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<DeviceComplianceActionItem,DeviceComplianceActionItemCollectionRequestBuilder>
The class for the Device Compliance Action Item Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceComplianceActionItemCollectionPage(DeviceComplianceActionItemCollectionResponse response, DeviceComplianceActionItemCollectionRequestBuilder builder) A collection page for DeviceComplianceActionItemDeviceComplianceActionItemCollectionPage(List<DeviceComplianceActionItem> pageContents, DeviceComplianceActionItemCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DeviceComplianceActionItem -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DeviceComplianceActionItemCollectionPage
public DeviceComplianceActionItemCollectionPage(@Nonnull DeviceComplianceActionItemCollectionResponse response, @Nonnull DeviceComplianceActionItemCollectionRequestBuilder builder) A collection page for DeviceComplianceActionItem- Parameters:
response- the serialized DeviceComplianceActionItemCollectionResponse from the servicebuilder- the request builder for the next collection page
-
DeviceComplianceActionItemCollectionPage
public DeviceComplianceActionItemCollectionPage(@Nonnull List<DeviceComplianceActionItem> pageContents, @Nullable DeviceComplianceActionItemCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DeviceComplianceActionItem- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-