public static enum AlchemyEndPoints.AlchemyAPI extends java.lang.Enum<AlchemyEndPoints.AlchemyAPI>
Enum Constant and Description |
---|
AUTHORS
The authors.
|
COMBINED
The combined.
|
CONCEPTS
The concepts.
|
DATES
dates.
|
EMOTION
emotion.
|
ENTITIES
The entities.
|
FEEDS
The feeds.
|
IMAGE_KEYWORDS
The image_keywords.
|
IMAGE_LINK
The image_link.
|
IMAGE_RECOGNITION
The image_recognition.
|
IMAGE_SCENE_TEXT
The image_scene_text.
|
KEYWORDS
The keywords.
|
LANGUAGE
The language.
|
MICROFORMATS
The microformats.
|
PUBLICATION_DATE
The publication date.
|
RELATIONS
The relations.
|
SENTIMENT
The sentiment.
|
SENTIMENT_TARGETED
The sentiment_targeted.
|
TAXONOMY
The taxonomy.
|
TEXT
The text.
|
TEXT_RAW
The text_raw.
|
TITLE
The title.
|
TYPED
The typed.
|
Modifier and Type | Method and Description |
---|---|
static AlchemyEndPoints.AlchemyAPI |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlchemyEndPoints.AlchemyAPI[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlchemyEndPoints.AlchemyAPI AUTHORS
public static final AlchemyEndPoints.AlchemyAPI COMBINED
public static final AlchemyEndPoints.AlchemyAPI CONCEPTS
public static final AlchemyEndPoints.AlchemyAPI DATES
public static final AlchemyEndPoints.AlchemyAPI EMOTION
public static final AlchemyEndPoints.AlchemyAPI ENTITIES
public static final AlchemyEndPoints.AlchemyAPI FEEDS
public static final AlchemyEndPoints.AlchemyAPI IMAGE_KEYWORDS
public static final AlchemyEndPoints.AlchemyAPI IMAGE_LINK
public static final AlchemyEndPoints.AlchemyAPI IMAGE_RECOGNITION
public static final AlchemyEndPoints.AlchemyAPI IMAGE_SCENE_TEXT
public static final AlchemyEndPoints.AlchemyAPI KEYWORDS
public static final AlchemyEndPoints.AlchemyAPI LANGUAGE
public static final AlchemyEndPoints.AlchemyAPI MICROFORMATS
public static final AlchemyEndPoints.AlchemyAPI PUBLICATION_DATE
public static final AlchemyEndPoints.AlchemyAPI RELATIONS
public static final AlchemyEndPoints.AlchemyAPI SENTIMENT
public static final AlchemyEndPoints.AlchemyAPI SENTIMENT_TARGETED
public static final AlchemyEndPoints.AlchemyAPI TAXONOMY
public static final AlchemyEndPoints.AlchemyAPI TEXT
public static final AlchemyEndPoints.AlchemyAPI TEXT_RAW
public static final AlchemyEndPoints.AlchemyAPI TITLE
public static final AlchemyEndPoints.AlchemyAPI TYPED
public static AlchemyEndPoints.AlchemyAPI[] values()
for (AlchemyEndPoints.AlchemyAPI c : AlchemyEndPoints.AlchemyAPI.values()) System.out.println(c);
public static AlchemyEndPoints.AlchemyAPI 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