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