public static class EmotionOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Modifier and Type | Method and Description | 
|---|---|
| EmotionOptions.Builder | addTargets(java.lang.String targets)Adds an targets to targets. | 
| EmotionOptions | build()Builds a EmotionOptions. | 
| EmotionOptions.Builder | document(java.lang.Boolean document)Set the document. | 
| EmotionOptions.Builder | targets(java.util.List<java.lang.String> targets)Set the targets. | 
public EmotionOptions build()
public EmotionOptions.Builder addTargets(java.lang.String targets)
targets - the new targetspublic EmotionOptions.Builder document(java.lang.Boolean document)
document - the documentpublic EmotionOptions.Builder targets(java.util.List<java.lang.String> targets)
targets - the targets