Uses of Enum Class
com.influxdb.client.domain.ScriptLanguage
-
Uses of ScriptLanguage in com.influxdb.client.domain
Modifier and TypeMethodDescriptionstatic ScriptLanguage
Script.getLanguage()
Get languageScriptCreateRequest.getLanguage()
Get languageScriptLanguage.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static ScriptLanguage
Returns the enum constant of this class with the specified name.static ScriptLanguage[]
ScriptLanguage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionScript.language
(ScriptLanguage language) ScriptCreateRequest.language
(ScriptLanguage language) void
Script.setLanguage
(ScriptLanguage language) void
ScriptCreateRequest.setLanguage
(ScriptLanguage language) void
ScriptLanguage.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, ScriptLanguage enumeration)