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