Uses of Class
com.oracle.bmc.loganalytics.model.VariableDefinition.Type
-
Packages that use VariableDefinition.Type Package Description com.oracle.bmc.loganalytics.model -
-
Uses of VariableDefinition.Type in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return VariableDefinition.Type Modifier and Type Method Description static VariableDefinition.TypeVariableDefinition.Type. create(String key)VariableDefinition.TypeVariableDefinition. getType()Type of the variable to show the user.static VariableDefinition.TypeVariableDefinition.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableDefinition.Type[]VariableDefinition.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type VariableDefinition.Type Modifier and Type Method Description VariableDefinition.BuilderVariableDefinition.Builder. type(VariableDefinition.Type type)Type of the variable to show the user.Constructors in com.oracle.bmc.loganalytics.model with parameters of type VariableDefinition.Type Constructor Description VariableDefinition(String name, String description, VariableDefinition.Type type, String defaultValue, List<PropertyDefinition> properties)Deprecated.
-