public static interface GetScreenDataResponse.Builder extends HoneycodeResponse.Builder, SdkPojo, CopyableBuilder<GetScreenDataResponse.Builder,GetScreenDataResponse>
| Modifier and Type | Method and Description |
|---|---|
GetScreenDataResponse.Builder |
nextToken(String nextToken)
Provides the pagination token to load the next page if there are more results matching the request.
|
GetScreenDataResponse.Builder |
results(Map<String,ResultSet> results)
A map of all the rows on the screen keyed by block name.
|
GetScreenDataResponse.Builder |
workbookCursor(Long workbookCursor)
Indicates the cursor of the workbook at which the data returned by this workbook is read.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetScreenDataResponse.Builder results(Map<String,ResultSet> results)
A map of all the rows on the screen keyed by block name.
results - A map of all the rows on the screen keyed by block name.GetScreenDataResponse.Builder workbookCursor(Long workbookCursor)
Indicates the cursor of the workbook at which the data returned by this workbook is read. Workbook cursor keeps increasing with every update and the increments are not sequential.
workbookCursor - Indicates the cursor of the workbook at which the data returned by this workbook is read. Workbook
cursor keeps increasing with every update and the increments are not sequential.GetScreenDataResponse.Builder nextToken(String nextToken)
Provides the pagination token to load the next page if there are more results matching the request. If a pagination token is not present in the response, it means that all data matching the query has been loaded.
nextToken - Provides the pagination token to load the next page if there are more results matching the request. If
a pagination token is not present in the response, it means that all data matching the query has been
loaded.Copyright © 2020. All rights reserved.