default BatchCreateTableRowsResponse |
HoneycodeClient.batchCreateTableRows(Consumer<BatchCreateTableRowsRequest.Builder> batchCreateTableRowsRequest) |
The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook.
|
default BatchCreateTableRowsResponse |
HoneycodeClient.batchCreateTableRows(BatchCreateTableRowsRequest batchCreateTableRowsRequest) |
The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook.
|
default BatchUpsertTableRowsResponse |
HoneycodeClient.batchUpsertTableRows(Consumer<BatchUpsertTableRowsRequest.Builder> batchUpsertTableRowsRequest) |
The BatchUpsertTableRows API allows you to upsert one or more rows in a table.
|
default BatchUpsertTableRowsResponse |
HoneycodeClient.batchUpsertTableRows(BatchUpsertTableRowsRequest batchUpsertTableRowsRequest) |
The BatchUpsertTableRows API allows you to upsert one or more rows in a table.
|
default InvokeScreenAutomationResponse |
HoneycodeClient.invokeScreenAutomation(Consumer<InvokeScreenAutomationRequest.Builder> invokeScreenAutomationRequest) |
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
|
default InvokeScreenAutomationResponse |
HoneycodeClient.invokeScreenAutomation(InvokeScreenAutomationRequest invokeScreenAutomationRequest) |
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
|
default StartTableDataImportJobResponse |
HoneycodeClient.startTableDataImportJob(Consumer<StartTableDataImportJobRequest.Builder> startTableDataImportJobRequest) |
The StartTableDataImportJob API allows you to start an import job on a table.
|
default StartTableDataImportJobResponse |
HoneycodeClient.startTableDataImportJob(StartTableDataImportJobRequest startTableDataImportJobRequest) |
The StartTableDataImportJob API allows you to start an import job on a table.
|