Uses of Enum Class
com.influxdb.client.domain.InfluxQLQuery.AcceptHeader
-
Uses of InfluxQLQuery.AcceptHeader in com.influxdb.client.domain
Modifier 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.Modifier and TypeMethodDescriptionInfluxQLQuery.setAcceptHeader
(InfluxQLQuery.AcceptHeader acceptHeader) ModifierConstructorDescriptionInfluxQLQuery
(String command, String database, InfluxQLQuery.AcceptHeader acceptHeader)