protected static enum HttpPostCommandProcessor.ResponseType extends Enum<HttpPostCommandProcessor.ResponseType>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static HttpPostCommandProcessor.ResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpPostCommandProcessor.ResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpPostCommandProcessor.ResponseType SUCCESS
public static final HttpPostCommandProcessor.ResponseType FAIL
public static final HttpPostCommandProcessor.ResponseType FORBIDDEN
public static HttpPostCommandProcessor.ResponseType[] values()
for (HttpPostCommandProcessor.ResponseType c : HttpPostCommandProcessor.ResponseType.values()) System.out.println(c);
public static HttpPostCommandProcessor.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<HttpPostCommandProcessor.ResponseType>
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.