DeltaCollectionPage<T,T2> Class

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 deltaLink to make future delta requests

Methods inherited from BaseCollectionPage

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

public String deltaLink

The opaque link to query delta after the initial request

Constructor Details

DeltaCollectionPage

public DeltaCollectionPage(ICollectionResponse response, T2 builder)

A collection page for the delta response.

Parameters:

response - The serialized delta reponse from the service
builder - The request builder for the next collection page

DeltaCollectionPage

public DeltaCollectionPage(List pageContents, T2 nextRequestBuilder)

Creates the collection page

Parameters:

pageContents - the contents of this page
nextRequestBuilder - the request builder for the next page

Method Details

deltaLink

public String deltaLink()

The deltaLink to make future delta requests

Returns:

String The deltaLink URL

Applies to