Package com.microsoft.graph.requests
Class DeviceDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<Device,DeviceDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.DeviceDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DeviceDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<Device,DeviceDeltaCollectionRequestBuilder>
The class for the Device Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionDeviceDeltaCollectionPage(DeviceDeltaCollectionResponse response, DeviceDeltaCollectionRequestBuilder builder) A collection page for Device.DeviceDeltaCollectionPage(List<Device> pageContents, DeviceDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DeviceDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLinkMethods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DeviceDeltaCollectionPage
public DeviceDeltaCollectionPage(@Nonnull DeviceDeltaCollectionResponse response, @Nonnull DeviceDeltaCollectionRequestBuilder builder) A collection page for Device.- Parameters:
response- The serialized DeviceDeltaCollectionResponse from the servicebuilder- The request builder for the next collection page
-
DeviceDeltaCollectionPage
public DeviceDeltaCollectionPage(@Nonnull List<Device> pageContents, @Nullable DeviceDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DeviceDelta- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-