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.TypeVariable.Type. fromValue(String text)Variable.TypeVariable. getVarType()The variable typestatic Variable.TypeVariable.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.BuilderVariable.Builder. type(@NotNull Variable.Type type)
-