public static enum Constants.ResponseType extends Enum<Constants.ResponseType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Constants.ResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ResponseType |
valueOfIgnoreCase(String value) |
static Constants.ResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.ResponseType CODE
public static final Constants.ResponseType TOKEN
public static Constants.ResponseType[] values()
for (Constants.ResponseType c : Constants.ResponseType.values()) System.out.println(c);
public static Constants.ResponseType 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 toString()
toString in class Enum<Constants.ResponseType>public static Constants.ResponseType valueOfIgnoreCase(String value)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.