Uses of Class
com.influxdb.client.domain.Variable
Packages that use Variable
-
Uses of Variable in com.influxdb.client
Methods in com.influxdb.client that return VariableModifier and TypeMethodDescriptionVariablesApi.cloneVariable
(String clonedName, Variable variable) Clone a variable.VariablesApi.cloneVariable
(String clonedName, String variableID) Clone a variable.VariablesApi.createVariable
(Variable variable) Create a variable.VariablesApi.findVariableByID
(String variableID) Get a variable.VariablesApi.updateVariable
(Variable variable) Update a variable.Methods in com.influxdb.client that return types with arguments of type VariableModifier and TypeMethodDescriptionVariablesApi.findVariables
(Organization organization) Get all variables.VariablesApi.findVariables
(String orgID) Get all variables.Methods in com.influxdb.client with parameters of type VariableModifier and TypeMethodDescriptionAdd a label to a variable.VariablesApi.cloneVariable
(String clonedName, Variable variable) Clone a variable.VariablesApi.createVariable
(Variable variable) Create a variable.void
VariablesApi.deleteLabel
(Label label, Variable variable) Delete a label from a variable.void
VariablesApi.deleteVariable
(Variable variable) Delete a variable.List all labels for a variable.VariablesApi.updateVariable
(Variable variable) Update a variable. -
Uses of Variable in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return VariableModifier and TypeMethodDescriptionVariable.addLabelsItem
(Label labelsItem) Variable.addSelectedItem
(String selectedItem) Variable.arguments
(VariableProperties arguments) Variable.createdAt
(OffsetDateTime createdAt) Variable.description
(String description) Variable.links
(VariableLinks links) Variable.updatedAt
(OffsetDateTime updatedAt) Methods in com.influxdb.client.domain that return types with arguments of type VariableMethods in com.influxdb.client.domain with parameters of type VariableMethod parameters in com.influxdb.client.domain with type arguments of type Variable -
Uses of Variable in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type VariableModifier and TypeMethodDescriptionretrofit2.Call
<Variable> VariablesService.getVariablesID
(String variableID, String zapTraceSpan) Retrieve a variableretrofit2.Call
<Variable> VariablesService.patchVariablesID
(String variableID, Variable variable, String zapTraceSpan) Update a variableretrofit2.Call
<Variable> VariablesService.postVariables
(Variable variable, String zapTraceSpan) Create a variableretrofit2.Call
<Variable> VariablesService.putVariablesID
(String variableID, Variable variable, String zapTraceSpan) Replace a variableMethods in com.influxdb.client.service with parameters of type VariableModifier and TypeMethodDescriptionretrofit2.Call
<Variable> VariablesService.patchVariablesID
(String variableID, Variable variable, String zapTraceSpan) Update a variableretrofit2.Call
<Variable> VariablesService.postVariables
(Variable variable, String zapTraceSpan) Create a variableretrofit2.Call
<Variable> VariablesService.putVariablesID
(String variableID, Variable variable, String zapTraceSpan) Replace a variable