public static interface Page.Builder extends SdkPojo, CopyableBuilder<Page.Builder,Page>
| Modifier and Type | Method and Description |
|---|---|
Page.Builder |
nextPageToken(String nextPageToken)
The token of the next page.
|
Page.Builder |
values(Collection<ValueHolder> values)
A structure that contains values in multiple encoding formats.
|
Page.Builder |
values(Consumer<ValueHolder.Builder>... values)
A structure that contains values in multiple encoding formats.
|
Page.Builder |
values(ValueHolder... values)
A structure that contains values in multiple encoding formats.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPage.Builder values(Collection<ValueHolder> values)
A structure that contains values in multiple encoding formats.
values - A structure that contains values in multiple encoding formats.Page.Builder values(ValueHolder... values)
A structure that contains values in multiple encoding formats.
values - A structure that contains values in multiple encoding formats.Page.Builder values(Consumer<ValueHolder.Builder>... values)
A structure that contains values in multiple encoding formats.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #values(List) .values - a consumer that will call methods on List.Builder #values(List) Page.Builder nextPageToken(String nextPageToken)
The token of the next page.
nextPageToken - The token of the next page.Copyright © 2019. All rights reserved.