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