@Generated(value="org.jsonschema2pojo") public static enum Operation.Method extends Enum<Operation.Method>
| Enum Constant and Description |
|---|
DELETE |
GET |
HEAD |
OPTIONS |
PATCH |
POST |
PUT |
| Modifier and Type | Method and Description |
|---|---|
static Operation.Method |
fromValue(String value) |
String |
toString() |
static Operation.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Operation.Method GET
public static final Operation.Method HEAD
public static final Operation.Method POST
public static final Operation.Method PUT
public static final Operation.Method PATCH
public static final Operation.Method DELETE
public static final Operation.Method OPTIONS
public static Operation.Method[] values()
for (Operation.Method c : Operation.Method.values()) System.out.println(c);
public static Operation.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 nullpublic String toString()
toString in class Enum<Operation.Method>public static Operation.Method fromValue(String value)
Copyright © 2011–2015 Red Hat. All rights reserved.