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