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