Uses of Class
com.adobe.aio.cloudmanager.Variable.Type
-
Packages that use Variable.Type Package Description com.adobe.aio.cloudmanager -
-
Uses of Variable.Type in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager that return Variable.Type Modifier and Type Method Description static Variable.Type
Variable.Type. fromValue(String text)
Variable.Type
Variable. getVarType()
The variable typestatic Variable.Type
Variable.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Variable.Type[]
Variable.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.aio.cloudmanager with parameters of type Variable.Type Modifier and Type Method Description Variable.Builder
Variable.Builder. type(@NotNull Variable.Type type)
-