Uses of Enum Class
com.influxdb.client.domain.InfluxQLQuery.AcceptHeader
Packages that use InfluxQLQuery.AcceptHeader
-
Uses of InfluxQLQuery.AcceptHeader in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return InfluxQLQuery.AcceptHeaderModifier and TypeMethodDescriptionInfluxQLQuery.getAcceptHeader()
static InfluxQLQuery.AcceptHeader
Returns the enum constant of this class with the specified name.static InfluxQLQuery.AcceptHeader[]
InfluxQLQuery.AcceptHeader.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 InfluxQLQuery.AcceptHeaderModifier and TypeMethodDescriptionInfluxQLQuery.setAcceptHeader
(InfluxQLQuery.AcceptHeader acceptHeader) Constructors in com.influxdb.client.domain with parameters of type InfluxQLQuery.AcceptHeaderModifierConstructorDescriptionInfluxQLQuery
(String command, String database, InfluxQLQuery.AcceptHeader acceptHeader)