Package-level declarations
Functions
Link copied to clipboard
fun HoneycodeClient.listTableColumnsPaginated(initialRequest: ListTableColumnsRequest): Flow<ListTableColumnsResponse>
fun HoneycodeClient.listTableColumnsPaginated(block: ListTableColumnsRequest.Builder.() -> Unit): Flow<ListTableColumnsResponse>
Paginate over ListTableColumnsResponse results.
Link copied to clipboard
fun HoneycodeClient.listTableRowsPaginated(initialRequest: ListTableRowsRequest): Flow<ListTableRowsResponse>
fun HoneycodeClient.listTableRowsPaginated(block: ListTableRowsRequest.Builder.() -> Unit): Flow<ListTableRowsResponse>
Paginate over ListTableRowsResponse results.
Link copied to clipboard
fun HoneycodeClient.listTablesPaginated(initialRequest: ListTablesRequest): Flow<ListTablesResponse>
fun HoneycodeClient.listTablesPaginated(block: ListTablesRequest.Builder.() -> Unit): Flow<ListTablesResponse>
Paginate over ListTablesResponse results.
Link copied to clipboard
fun HoneycodeClient.queryTableRowsPaginated(initialRequest: QueryTableRowsRequest): Flow<QueryTableRowsResponse>
fun HoneycodeClient.queryTableRowsPaginated(block: QueryTableRowsRequest.Builder.() -> Unit): Flow<QueryTableRowsResponse>
Paginate over QueryTableRowsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listTableRowsPaginated to access the nested member TableRow
This paginator transforms the flow returned by queryTableRowsPaginated to access the nested member TableRow
Link copied to clipboard
This paginator transforms the flow returned by listTableColumnsPaginated to access the nested member TableColumn
Link copied to clipboard
This paginator transforms the flow returned by listTablesPaginated to access the nested member Table