Uses of Enum Class
com.influxdb.client.domain.LineProtocolError.CodeEnum
Packages that use LineProtocolError.CodeEnum
-
Uses of LineProtocolError.CodeEnum in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return LineProtocolError.CodeEnumModifier and TypeMethodDescriptionstatic LineProtocolError.CodeEnumLineProtocolError.getCode()Code is the machine-readable error code.LineProtocolError.CodeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static LineProtocolError.CodeEnumReturns the enum constant of this class with the specified name.static LineProtocolError.CodeEnum[]LineProtocolError.CodeEnum.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 LineProtocolError.CodeEnumModifier and TypeMethodDescriptionvoidLineProtocolError.CodeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, LineProtocolError.CodeEnum enumeration)