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