Uses of Enum Class
com.influxdb.client.domain.QueryEditMode
Packages that use QueryEditMode
-
Uses of QueryEditMode in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return QueryEditModeModifier and TypeMethodDescriptionstatic QueryEditMode
DashboardQuery.getEditMode()
Get editModeQueryEditMode.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static QueryEditMode
Returns the enum constant of this class with the specified name.static QueryEditMode[]
QueryEditMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.influxdb.client.domain with parameters of type QueryEditModeModifier and TypeMethodDescriptionDashboardQuery.editMode
(QueryEditMode editMode) void
DashboardQuery.setEditMode
(QueryEditMode editMode) void
QueryEditMode.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, QueryEditMode enumeration)