Uses of Enum Class
com.influxdb.client.domain.QueryEditMode
-
Uses of QueryEditMode in com.influxdb.client.domain
Modifier 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.Modifier and TypeMethodDescriptionDashboardQuery.editMode
(QueryEditMode editMode) void
DashboardQuery.setEditMode
(QueryEditMode editMode) void
QueryEditMode.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, QueryEditMode enumeration)