Uses of Enum Class
com.influxdb.client.domain.ScriptLanguage
Packages that use ScriptLanguage
-
Uses of ScriptLanguage in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return ScriptLanguageModifier 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.Methods in com.influxdb.client.domain with parameters of type ScriptLanguageModifier 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)