public static enum JsonServiceInvoker.ContentType extends Enum<JsonServiceInvoker.ContentType>
| Enum Constant and Description |
|---|
APPLICATION_JSON |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static JsonServiceInvoker.ContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonServiceInvoker.ContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonServiceInvoker.ContentType UNDEFINED
public static final JsonServiceInvoker.ContentType APPLICATION_JSON
public static JsonServiceInvoker.ContentType[] values()
for (JsonServiceInvoker.ContentType c : JsonServiceInvoker.ContentType.values()) System.out.println(c);
public static JsonServiceInvoker.ContentType 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<JsonServiceInvoker.ContentType>Copyright © 2016. All rights reserved.