public enum RequestDisposition extends Enum<RequestDisposition>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
static RequestDisposition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestDisposition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestDisposition PROCESSED
public static final RequestDisposition BLOCKED
public static RequestDisposition[] values()
for (RequestDisposition c : RequestDisposition.values()) System.out.println(c);
public static RequestDisposition valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
public String toString()
toString in class Enum<RequestDisposition>Copyright © 2014–2023 MuleSoft, Inc.. All rights reserved.