public static enum AlchemyEndPoints.AlchemyAPI extends Enum<AlchemyEndPoints.AlchemyAPI>
| Enum Constant and Description | 
|---|
| authorsThe authors. | 
| combinedThe combined. | 
| conceptsThe concepts. | 
| entitiesThe entities. | 
| feedsThe feeds. | 
| image_keywordsThe image_keywords. | 
| image_linkThe image_link. | 
| image_recognitionThe image_recognition. | 
| keywordsThe keywords. | 
| languageThe language. | 
| microformatsThe microformats. | 
| publication_dateThe publication date | 
| relationsThe relations. | 
| sentimentThe sentiment. | 
| sentiment_targetedThe sentiment_targeted. | 
| taxonomyThe taxonomy. | 
| textThe text. | 
| text_rawThe text_raw. | 
| titleThe title. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AlchemyEndPoints.AlchemyAPI | valueOf(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 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 keywords
public static final AlchemyEndPoints.AlchemyAPI language
public static final AlchemyEndPoints.AlchemyAPI microformats
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 publication_date
public static AlchemyEndPoints.AlchemyAPI[] values()
for (AlchemyEndPoints.AlchemyAPI c : AlchemyEndPoints.AlchemyAPI.values()) System.out.println(c);
public static AlchemyEndPoints.AlchemyAPI 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 © 2015–2016. All rights reserved.