public static enum FavoriteRequest.EnumHttpMethod extends Enum<FavoriteRequest.EnumHttpMethod>
| Enum Constant and Description |
|---|
NULL |
VALUE_DELETE |
VALUE_GET |
VALUE_POST |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FavoriteRequest.EnumHttpMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FavoriteRequest.EnumHttpMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FavoriteRequest.EnumHttpMethod VALUE_GET
public static final FavoriteRequest.EnumHttpMethod VALUE_POST
public static final FavoriteRequest.EnumHttpMethod VALUE_DELETE
public static final FavoriteRequest.EnumHttpMethod NULL
public static FavoriteRequest.EnumHttpMethod[] values()
for (FavoriteRequest.EnumHttpMethod c : FavoriteRequest.EnumHttpMethod.values()) System.out.println(c);
public static FavoriteRequest.EnumHttpMethod 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<FavoriteRequest.EnumHttpMethod>Copyright © 2018. All rights reserved.