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.TypeParameter.Type. create(String key)Parameter.TypeParameter. getType()static Parameter.TypeParameter.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.BuilderParameter.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.
-