| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
View |
DashboardsApi.addCellView(View view,
Cell cell,
Dashboard dashboard)
Add the view to a cell.
|
View |
DashboardsApi.addCellView(View view,
String cellID,
String dashboardID)
Add the view to a cell.
|
View |
DashboardsApi.getCellView(Cell cell,
Dashboard dashboard)
Retrieve the view for a cell in a dashboard.
|
View |
DashboardsApi.getCellView(String cellID,
String dashboardID)
Retrieve the view for a cell in a dashboard.
|
View |
DashboardsApi.updateCellView(View view,
Cell cell,
Dashboard dashboard)
Update the view for a cell.
|
View |
DashboardsApi.updateCellView(View view,
String cellID,
String dashboardID)
Update the view for a cell.
|
| Modifier and Type | Method and Description |
|---|---|
View |
DashboardsApi.addCellView(View view,
Cell cell,
Dashboard dashboard)
Add the view to a cell.
|
View |
DashboardsApi.addCellView(View view,
String cellID,
String dashboardID)
Add the view to a cell.
|
View |
DashboardsApi.updateCellView(View view,
Cell cell,
Dashboard dashboard)
Update the view for a cell.
|
View |
DashboardsApi.updateCellView(View view,
String cellID,
String dashboardID)
Update the view for a cell.
|
| Modifier and Type | Method and Description |
|---|---|
View |
View.links(ViewLinks links) |
View |
View.name(String name) |
View |
View.properties(ViewProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
List<View> |
Views.getViews()
Get views
|
| Modifier and Type | Method and Description |
|---|---|
Views |
Views.addViewsItem(View viewsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
Views.setViews(List<View> views) |
Views |
Views.views(List<View> views) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<View> |
ViewsService.getDashboardsIDCellsIDView(String dashboardID,
String cellID,
String zapTraceSpan)
Retrieve the view for a cell
|
retrofit2.Call<View> |
DashboardsService.getDashboardsIDCellsIDView(String dashboardID,
String cellID,
String zapTraceSpan)
Retrieve the view for a cell
|
retrofit2.Call<View> |
CellsService.getDashboardsIDCellsIDView(String dashboardID,
String cellID,
String zapTraceSpan)
Retrieve the view for a cell
|
retrofit2.Call<View> |
ViewsService.patchDashboardsIDCellsIDView(String dashboardID,
String cellID,
View view,
String zapTraceSpan)
Update the view for a cell
|
retrofit2.Call<View> |
DashboardsService.patchDashboardsIDCellsIDView(String dashboardID,
String cellID,
View view,
String zapTraceSpan)
Update the view for a cell
|
retrofit2.Call<View> |
CellsService.patchDashboardsIDCellsIDView(String dashboardID,
String cellID,
View view,
String zapTraceSpan)
Update the view for a cell
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<View> |
ViewsService.patchDashboardsIDCellsIDView(String dashboardID,
String cellID,
View view,
String zapTraceSpan)
Update the view for a cell
|
retrofit2.Call<View> |
DashboardsService.patchDashboardsIDCellsIDView(String dashboardID,
String cellID,
View view,
String zapTraceSpan)
Update the view for a cell
|
retrofit2.Call<View> |
CellsService.patchDashboardsIDCellsIDView(String dashboardID,
String cellID,
View view,
String zapTraceSpan)
Update the view for a cell
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.