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