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 ScriptLanguageScript.getLanguage()Get languageScriptCreateRequest.getLanguage()Get languageScriptLanguage.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static ScriptLanguageReturns 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) voidScript.setLanguage(ScriptLanguage language) voidScriptCreateRequest.setLanguage(ScriptLanguage language) voidScriptLanguage.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ScriptLanguage enumeration)