Uses of Class
org.genesys.amphibian.client.model.DatasetTable
-
Packages that use DatasetTable Package Description org.genesys.amphibian.client.api org.genesys.amphibian.client.model -
-
Uses of DatasetTable in org.genesys.amphibian.client.api
Methods in org.genesys.amphibian.client.api that return DatasetTable Modifier and Type Method Description DatasetTableDatasetsApi. createTable(DatasetTable datasetTable)Create a new tableDatasetTableDatasetsApi. dropTable(DatasetTable datasetTable)Drop a tableDatasetTableDatasetsApi. getDataset(String tableKey)Get dataset informationDatasetTableDatasetsApi. removeDescriptorData(String tableKey, UUID descriptorUuid)Remove descriptor data from tableDatasetTableDatasetsApi. updateTable(DatasetTable datasetTable)Update tableMethods in org.genesys.amphibian.client.api that return types with arguments of type DatasetTable Modifier and Type Method Description org.springframework.http.ResponseEntity<DatasetTable>DatasetsApi. createTableWithHttpInfo(DatasetTable datasetTable)Create a new tableorg.springframework.http.ResponseEntity<DatasetTable>DatasetsApi. dropTableWithHttpInfo(DatasetTable datasetTable)Drop a tableorg.springframework.http.ResponseEntity<DatasetTable>DatasetsApi. getDatasetWithHttpInfo(String tableKey)Get dataset informationorg.springframework.http.ResponseEntity<DatasetTable>DatasetsApi. removeDescriptorDataWithHttpInfo(String tableKey, UUID descriptorUuid)Remove descriptor data from tableorg.springframework.http.ResponseEntity<DatasetTable>DatasetsApi. updateTableWithHttpInfo(DatasetTable datasetTable)Update tableMethods in org.genesys.amphibian.client.api with parameters of type DatasetTable Modifier and Type Method Description DatasetTableDatasetsApi. createTable(DatasetTable datasetTable)Create a new tableorg.springframework.http.ResponseEntity<DatasetTable>DatasetsApi. createTableWithHttpInfo(DatasetTable datasetTable)Create a new tableDatasetTableDatasetsApi. dropTable(DatasetTable datasetTable)Drop a tableorg.springframework.http.ResponseEntity<DatasetTable>DatasetsApi. dropTableWithHttpInfo(DatasetTable datasetTable)Drop a tableDatasetTableDatasetsApi. updateTable(DatasetTable datasetTable)Update tableorg.springframework.http.ResponseEntity<DatasetTable>DatasetsApi. updateTableWithHttpInfo(DatasetTable datasetTable)Update table -
Uses of DatasetTable in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return DatasetTable Modifier and Type Method Description DatasetTableDatasetTable. collection(String collection)DatasetTableDatasetTable. columns(Map<String,Map<String,Object>> columns)DatasetTableDatasetTable. createdDate(Date createdDate)DatasetTableDatasetTable. extras(DatasetTableExtras extras)DatasetTableDatasetTable. id(String id)DatasetTableDatasetTable. key(String key)DatasetTableDatasetTable. modifiedDate(Date modifiedDate)DatasetTableDatasetTable. putColumnsItem(String key, Map<String,Object> columnsItem)DatasetTableDatasetTable. title(String title)DatasetTableDatasetTable. version(Long version)
-