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