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