Package com.microsoft.graph.http
Class DeltaCollectionPage<T,T2 extends BaseRequestBuilder<T>>
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<T,T2>
- Type Parameters:
T- the type of the item contained within the collection
- All Implemented Interfaces:
IJsonBackedObject
public class DeltaCollectionPage<T,T2 extends BaseRequestBuilder<T>>
extends BaseCollectionPage<T,T2>
A page of results from a delta collection
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeltaCollectionPage(ICollectionResponse<T> response, T2 builder)A collection page for the delta response.DeltaCollectionPage(List<T> pageContents, T2 nextRequestBuilder)Creates the collection page -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Field Details
-
deltaLink
The opaque link to query delta after the initial request
-
-
Constructor Details
-
DeltaCollectionPage
A collection page for the delta response.- Parameters:
response- The serialized delta reponse from the servicebuilder- The request builder for the next collection page
-
DeltaCollectionPage
Creates the collection page- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-
-
Method Details
-
deltaLink
The deltaLink to make future delta requests- Returns:
- String The deltaLink URL
-