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