T
- The type of the request builder objectpublic class RequestBuilderAndToken<T> extends Object
A container class for a request builder and next page token. These pieces will be used to create a request to a list operation.
There are three possible values for the token:
Constructor and Description |
---|
RequestBuilderAndToken(T requestBuilder,
com.google.common.base.Optional<String> token) |
Modifier and Type | Method and Description |
---|---|
T |
getRequestBuilder() |
com.google.common.base.Optional<String> |
getToken() |
Copyright © 2016–2022. All rights reserved.