public class DeviceInstallStateCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DeviceInstallState,DeviceInstallStateCollectionRequestBuilder>
| Constructor and Description |
|---|
DeviceInstallStateCollectionPage(DeviceInstallStateCollectionResponse response,
DeviceInstallStateCollectionRequestBuilder builder)
A collection page for DeviceInstallState
|
DeviceInstallStateCollectionPage(java.util.List<DeviceInstallState> pageContents,
DeviceInstallStateCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for DeviceInstallState
|
public DeviceInstallStateCollectionPage(@Nonnull
DeviceInstallStateCollectionResponse response,
@Nonnull
DeviceInstallStateCollectionRequestBuilder builder)
response - the serialized DeviceInstallStateCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic DeviceInstallStateCollectionPage(@Nonnull
java.util.List<DeviceInstallState> pageContents,
@Nullable
DeviceInstallStateCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page