Uses of Class
com.influxdb.client.domain.View
Packages that use View
-
Uses of View in com.influxdb.client
Methods in com.influxdb.client that return ViewModifier 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.Methods in com.influxdb.client with parameters of type ViewModifier 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
Methods in com.influxdb.client.domain that return ViewMethods in com.influxdb.client.domain that return types with arguments of type ViewMethods in com.influxdb.client.domain with parameters of type ViewMethod parameters in com.influxdb.client.domain with type arguments of type View -
Uses of View in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type ViewModifier 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 cellMethods in com.influxdb.client.service with parameters of type ViewModifier 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