public static enum SugestioClient.ResourceType extends java.lang.Enum<SugestioClient.ResourceType>
Enum Constant and Description |
---|
ANALYTICS |
CONSUMPTION |
ITEM |
RECOMMENDATION |
SIMILAR |
USER |
Modifier and Type | Method and Description |
---|---|
static SugestioClient.ResourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SugestioClient.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SugestioClient.ResourceType USER
public static final SugestioClient.ResourceType ITEM
public static final SugestioClient.ResourceType CONSUMPTION
public static final SugestioClient.ResourceType RECOMMENDATION
public static final SugestioClient.ResourceType SIMILAR
public static final SugestioClient.ResourceType ANALYTICS
public static SugestioClient.ResourceType[] values()
for (SugestioClient.ResourceType c : SugestioClient.ResourceType.values()) System.out.println(c);
public static SugestioClient.ResourceType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null