Uses of Class
com.influxdb.client.domain.View
-
Uses of View in com.influxdb.client
Modifier and TypeMethodDescriptionDashboardsApi.addCellView
(View view, Cell cell, Dashboard dashboard) Add the view to a cell.DashboardsApi.addCellView
(View view, String cellID, String dashboardID) Add the view to a cell.DashboardsApi.getCellView
(Cell cell, Dashboard dashboard) Retrieve the view for a cell in a dashboard.DashboardsApi.getCellView
(String cellID, String dashboardID) Retrieve the view for a cell in a dashboard.DashboardsApi.updateCellView
(View view, Cell cell, Dashboard dashboard) Update the view for a cell.DashboardsApi.updateCellView
(View view, String cellID, String dashboardID) Update the view for a cell.Modifier and TypeMethodDescriptionDashboardsApi.addCellView
(View view, Cell cell, Dashboard dashboard) Add the view to a cell.DashboardsApi.addCellView
(View view, String cellID, String dashboardID) Add the view to a cell.DashboardsApi.updateCellView
(View view, Cell cell, Dashboard dashboard) Update the view for a cell.DashboardsApi.updateCellView
(View view, String cellID, String dashboardID) Update the view for a cell. -
Uses of View in com.influxdb.client.domain
-
Uses of View in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<View> CellsService.getDashboardsIDCellsIDView
(String dashboardID, String cellID, String zapTraceSpan) Retrieve the view for a cellretrofit2.Call
<View> DashboardsService.getDashboardsIDCellsIDView
(String dashboardID, String cellID, String zapTraceSpan) Retrieve the view for a cellretrofit2.Call
<View> ViewsService.getDashboardsIDCellsIDView
(String dashboardID, String cellID, String zapTraceSpan) Retrieve the view for a cellretrofit2.Call
<View> CellsService.patchDashboardsIDCellsIDView
(String dashboardID, String cellID, View view, String zapTraceSpan) Update the view for a cellretrofit2.Call
<View> DashboardsService.patchDashboardsIDCellsIDView
(String dashboardID, String cellID, View view, String zapTraceSpan) Update the view for a cellretrofit2.Call
<View> ViewsService.patchDashboardsIDCellsIDView
(String dashboardID, String cellID, View view, String zapTraceSpan) Update the view for a cellModifier and TypeMethodDescriptionretrofit2.Call
<View> CellsService.patchDashboardsIDCellsIDView
(String dashboardID, String cellID, View view, String zapTraceSpan) Update the view for a cellretrofit2.Call
<View> DashboardsService.patchDashboardsIDCellsIDView
(String dashboardID, String cellID, View view, String zapTraceSpan) Update the view for a cellretrofit2.Call
<View> ViewsService.patchDashboardsIDCellsIDView
(String dashboardID, String cellID, View view, String zapTraceSpan) Update the view for a cell