public static class KeywordsOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Modifier and Type | Method and Description | 
|---|---|
| KeywordsOptions | build()Builds a KeywordsOptions. | 
| KeywordsOptions.Builder | emotion(java.lang.Boolean emotion)Set the emotion. | 
| KeywordsOptions.Builder | limit(long limit)Set the limit. | 
| KeywordsOptions.Builder | sentiment(java.lang.Boolean sentiment)Set the sentiment. | 
public KeywordsOptions build()
public KeywordsOptions.Builder limit(long limit)
limit - the limitpublic KeywordsOptions.Builder sentiment(java.lang.Boolean sentiment)
sentiment - the sentimentpublic KeywordsOptions.Builder emotion(java.lang.Boolean emotion)
emotion - the emotion