Package com.microsoft.graph.requests
Class ManagedDeviceCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ManagedDevice,ManagedDeviceCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.ManagedDeviceCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ManagedDeviceCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<ManagedDevice,ManagedDeviceCollectionWithReferencesRequestBuilder>
The class for the Managed Device Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionManagedDeviceCollectionWithReferencesPage(ManagedDeviceCollectionResponse response, ManagedDeviceCollectionWithReferencesRequestBuilder builder) A collection page for ManagedDeviceManagedDeviceCollectionWithReferencesPage(List<ManagedDevice> pageContents, ManagedDeviceCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for ManagedDevice -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ManagedDeviceCollectionWithReferencesPage
public ManagedDeviceCollectionWithReferencesPage(@Nonnull ManagedDeviceCollectionResponse response, @Nullable ManagedDeviceCollectionWithReferencesRequestBuilder builder) A collection page for ManagedDevice- Parameters:
response- the serialized ManagedDeviceCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ManagedDeviceCollectionWithReferencesPage
public ManagedDeviceCollectionWithReferencesPage(@Nonnull List<ManagedDevice> pageContents, @Nullable ManagedDeviceCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for ManagedDevice- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-