DeltaCollectionPage<T,T2> Class
- java.
lang. Object - com.
microsoft. graph. http. BaseCollectionPage<T,T2> - com.
microsoft. graph. http. DeltaCollectionPage<T,T2>
- com.
- com.
Type Parameters
- T
the type of the item contained within the collection
- T2
public class DeltaCollectionPage<T,T2>
extends BaseCollectionPage<T,T2>
A page of results from a delta collection
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| java.lang.String |
deltaLink
The opaque link to query delta after the initial request |
Constructor Summary
| Constructor | Description |
|---|---|
| DeltaCollectionPage(ICollectionResponse<T> response, T2 builder) |
A collection page for the delta response. |
| DeltaCollectionPage(List<T> pageContents, T2 nextRequestBuilder) |
Creates the collection page |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
deltaLink()
The delta |
Methods inherited from BaseCollectionPage
Methods inherited from java.lang.Object
Field Details
deltaLink
public String deltaLink
The opaque link to query delta after the initial request
Constructor Details
DeltaCollectionPage
public DeltaCollectionPage(ICollectionResponse
A collection page for the delta response.
Parameters:
DeltaCollectionPage
public DeltaCollectionPage(List
Creates the collection page
Parameters:
Method Details
deltaLink
public String deltaLink()
The deltaLink to make future delta requests
Returns: