| Package | Description |
|---|---|
| com.qubole.qds.sdk.java.api | |
| com.qubole.qds.sdk.java.entities |
| Modifier and Type | Method and Description |
|---|---|
InvokableBuilder<DbTap> |
DbTapApi.create(DbTapBuilder dbTap)
Corresponds to http://www.qubole.com/docs/create-a-dbtap/
|
InvokableBuilder<DbTap> |
DbTapApi.edit(int dbTapId,
DbTapBuilder dbTap)
Corresponds to http://www.qubole.com/docs/edit-a-dbtap/
|
InvokableBuilder<DbTap> |
DbTapApi.view(int dbTapId)
Corresponds to http://www.qubole.com/docs/view-a-dbtap/
|
| Modifier and Type | Method and Description |
|---|---|
List<DbTap> |
DbTapList.getDb_taps() |
| Modifier and Type | Method and Description |
|---|---|
void |
DbTapList.setDb_taps(List<DbTap> db_taps) |
| Constructor and Description |
|---|
DbTapList(List<DbTap> db_taps) |
DbTapList(PagingInfo paging_info,
List<DbTap> db_taps) |
Copyright © 2020. All rights reserved.