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 method that creates an instance of theValueHolder.Builder avoiding the need to create one
manually via ValueHolder.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #values(List.
values - a consumer that will call methods on
ValueHolder.Builder#values(java.util.Collection) Page.Builder nextPageToken(String nextPageToken)
The token of the next page.
nextPageToken - The token of the next page.Copyright © 2023. All rights reserved.