Uses of Class
com.oracle.bmc.identitydataplane.model.ContextVariable.Type
-
Packages that use ContextVariable.Type Package Description com.oracle.bmc.identitydataplane.model -
-
Uses of ContextVariable.Type in com.oracle.bmc.identitydataplane.model
Methods in com.oracle.bmc.identitydataplane.model that return ContextVariable.Type Modifier and Type Method Description static ContextVariable.Type
ContextVariable.Type. create(String key)
ContextVariable.Type
ContextVariable. getType()
The type of the variable.static ContextVariable.Type
ContextVariable.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContextVariable.Type[]
ContextVariable.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydataplane.model with parameters of type ContextVariable.Type Modifier and Type Method Description ContextVariable.Builder
ContextVariable.Builder. type(ContextVariable.Type type)
The type of the variable.Constructors in com.oracle.bmc.identitydataplane.model with parameters of type ContextVariable.Type Constructor Description ContextVariable(String name, String value, ContextVariable.Type type)
Deprecated.
-