public static enum OpenTsdbClient.ResponseType extends Enum<OpenTsdbClient.ResponseType>
Modifier and Type | Method and Description |
---|---|
static OpenTsdbClient.ResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenTsdbClient.ResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenTsdbClient.ResponseType None
public static final OpenTsdbClient.ResponseType Summary
public static final OpenTsdbClient.ResponseType Details
public static OpenTsdbClient.ResponseType[] values()
for (OpenTsdbClient.ResponseType c : OpenTsdbClient.ResponseType.values()) System.out.println(c);
public static OpenTsdbClient.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 nullCopyright © 2019 The Apache Software Foundation. All rights reserved.