Package com.microsoft.graph.requests
Class ManagedDeviceCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ManagedDevice,ManagedDeviceCollectionRequestBuilder>
com.microsoft.graph.requests.ManagedDeviceCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ManagedDeviceCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ManagedDevice,ManagedDeviceCollectionRequestBuilder>
The class for the Managed Device Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionManagedDeviceCollectionPage(ManagedDeviceCollectionResponse response, ManagedDeviceCollectionRequestBuilder builder) A collection page for ManagedDeviceManagedDeviceCollectionPage(List<ManagedDevice> pageContents, ManagedDeviceCollectionRequestBuilder 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
-
ManagedDeviceCollectionPage
public ManagedDeviceCollectionPage(@Nonnull ManagedDeviceCollectionResponse response, @Nonnull ManagedDeviceCollectionRequestBuilder builder) A collection page for ManagedDevice- Parameters:
response- the serialized ManagedDeviceCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ManagedDeviceCollectionPage
public ManagedDeviceCollectionPage(@Nonnull List<ManagedDevice> pageContents, @Nullable ManagedDeviceCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ManagedDevice- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-