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