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