public static enum Mediawiki.Method extends Enum<Mediawiki.Method>
| Modifier and Type | Method and Description |
|---|---|
static Mediawiki.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mediawiki.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mediawiki.Method Post
public static final Mediawiki.Method Get
public static final Mediawiki.Method Head
public static final Mediawiki.Method Put
public static Mediawiki.Method[] values()
for (Mediawiki.Method c : Mediawiki.Method.values()) System.out.println(c);
public static Mediawiki.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 © 2018 BITPlan GmbH. All rights reserved.