Uses of Class
com.influxdb.client.domain.CellWithViewProperties
Packages that use CellWithViewProperties
-
Uses of CellWithViewProperties in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return CellWithViewPropertiesModifier and TypeMethodDescriptionPatchDashboardRequest.getCells()
Get cellsCellWithViewProperties.properties
(ViewProperties properties) Methods in com.influxdb.client.domain that return types with arguments of type CellWithViewPropertiesMethods in com.influxdb.client.domain with parameters of type CellWithViewPropertiesModifier and TypeMethodDescriptionDashboardWithViewProperties.addCellsItem
(CellWithViewProperties cellsItem) PatchDashboardRequest.cells
(CellWithViewProperties cells) void
PatchDashboardRequest.setCells
(CellWithViewProperties cells) Method parameters in com.influxdb.client.domain with type arguments of type CellWithViewPropertiesModifier and TypeMethodDescriptionDashboardWithViewProperties.cells
(List<CellWithViewProperties> cells) void
DashboardWithViewProperties.setCells
(List<CellWithViewProperties> cells)