public class OAuth2PermissionGrantDeltaCollectionPage extends BaseCollectionPage<OAuth2PermissionGrant,IOAuth2PermissionGrantDeltaCollectionRequestBuilder> implements IOAuth2PermissionGrantDeltaCollectionPage
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
deltaLink
The opaque link to query delta after the
initial request
|
| Constructor and Description |
|---|
OAuth2PermissionGrantDeltaCollectionPage(OAuth2PermissionGrantDeltaCollectionResponse response,
IOAuth2PermissionGrantDeltaCollectionRequestBuilder builder)
A collection page for OAuth2PermissionGrant.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
deltaLink()
The deltaLink to make future delta requests
|
additionalDataManager, getCurrentPage, getNextPage, getRawObject, getSerializer, setRawObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentPage, getNextPage, getRawObjectadditionalDataManager, setRawObjectpublic java.lang.String deltaLink
public OAuth2PermissionGrantDeltaCollectionPage(OAuth2PermissionGrantDeltaCollectionResponse response, IOAuth2PermissionGrantDeltaCollectionRequestBuilder builder)
response - The serialized OAuth2PermissionGrantDeltaCollectionResponse from the servicebuilder - The request builder for the next collection pagepublic java.lang.String deltaLink()
deltaLink in interface IOAuth2PermissionGrantDeltaCollectionPage