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