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