public static interface FetchPageRequest.Builder extends SdkPojo, CopyableBuilder<FetchPageRequest.Builder,FetchPageRequest>
| Modifier and Type | Method and Description |
|---|---|
FetchPageRequest.Builder |
nextPageToken(String nextPageToken)
Specifies the next page token of the page to be fetched.
|
FetchPageRequest.Builder |
transactionId(String transactionId)
Specifies the transaction ID of the page to be fetched.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFetchPageRequest.Builder transactionId(String transactionId)
Specifies the transaction ID of the page to be fetched.
transactionId - Specifies the transaction ID of the page to be fetched.FetchPageRequest.Builder nextPageToken(String nextPageToken)
Specifies the next page token of the page to be fetched.
nextPageToken - Specifies the next page token of the page to be fetched.Copyright © 2023. All rights reserved.