Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiDashboardList |
DashboardsResourceApi.createDashboards(ApiDashboardList body)
Creates the list of dashboards.
|
ApiDashboardList |
DashboardsResourceApi.getDashboards()
Returns the list of all user-customized dashboards.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiDashboardList> |
DashboardsResourceApi.createDashboardsWithHttpInfo(ApiDashboardList body)
Creates the list of dashboards.
|
ApiResponse<ApiDashboardList> |
DashboardsResourceApi.getDashboardsWithHttpInfo()
Returns the list of all user-customized dashboards.
|
Modifier and Type | Method and Description |
---|---|
ApiDashboardList |
DashboardsResourceApi.createDashboards(ApiDashboardList body)
Creates the list of dashboards.
|
com.squareup.okhttp.Call |
DashboardsResourceApi.createDashboardsAsync(ApiDashboardList body,
ApiCallback<ApiDashboardList> callback)
Creates the list of dashboards.
|
com.squareup.okhttp.Call |
DashboardsResourceApi.createDashboardsCall(ApiDashboardList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createDashboards
|
ApiResponse<ApiDashboardList> |
DashboardsResourceApi.createDashboardsWithHttpInfo(ApiDashboardList body)
Creates the list of dashboards.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
DashboardsResourceApi.createDashboardsAsync(ApiDashboardList body,
ApiCallback<ApiDashboardList> callback)
Creates the list of dashboards.
|
com.squareup.okhttp.Call |
DashboardsResourceApi.getDashboardsAsync(ApiCallback<ApiDashboardList> callback)
Returns the list of all user-customized dashboards.
|
Modifier and Type | Method and Description |
---|---|
ApiDashboardList |
ApiDashboardList.addItemsItem(ApiDashboard itemsItem) |
ApiDashboardList |
ApiDashboardList.items(List<ApiDashboard> items) |
Copyright © 2019. All rights reserved.