public static enum FakeHttpRawMessageGenerator.GeneratorState.Method extends Enum<FakeHttpRawMessageGenerator.GeneratorState.Method>
| Modifier and Type | Method and Description |
|---|---|
static FakeHttpRawMessageGenerator.GeneratorState.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FakeHttpRawMessageGenerator.GeneratorState.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FakeHttpRawMessageGenerator.GeneratorState.Method GET
public static final FakeHttpRawMessageGenerator.GeneratorState.Method POST
public static final FakeHttpRawMessageGenerator.GeneratorState.Method DELETE
public static final FakeHttpRawMessageGenerator.GeneratorState.Method PUT
public static FakeHttpRawMessageGenerator.GeneratorState.Method[] values()
for (FakeHttpRawMessageGenerator.GeneratorState.Method c : FakeHttpRawMessageGenerator.GeneratorState.Method.values()) System.out.println(c);
public static FakeHttpRawMessageGenerator.GeneratorState.Method 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 © 2012-2016 Graylog, Inc.. All Rights Reserved.