Uses of Class
com.twitter.clientlib.model.ContextAnnotation
-
Packages that use ContextAnnotation Package Description com.twitter.clientlib.model -
-
Uses of ContextAnnotation in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return ContextAnnotation Modifier and Type Method Description ContextAnnotation
ContextAnnotation. domain(ContextAnnotationDomainFields domain)
ContextAnnotation
ContextAnnotation. entity(ContextAnnotationEntityFields entity)
static ContextAnnotation
ContextAnnotation. fromJson(String jsonString)
Create an instance of ContextAnnotation given an JSON stringMethods in com.twitter.clientlib.model that return types with arguments of type ContextAnnotation Modifier and Type Method Description List<ContextAnnotation>
Tweet. getContextAnnotations()
Get contextAnnotationsMethods in com.twitter.clientlib.model with parameters of type ContextAnnotation Modifier and Type Method Description Tweet
Tweet. addContextAnnotationsItem(ContextAnnotation contextAnnotationsItem)
Method parameters in com.twitter.clientlib.model with type arguments of type ContextAnnotation Modifier and Type Method Description Tweet
Tweet. contextAnnotations(List<ContextAnnotation> contextAnnotations)
void
Tweet. setContextAnnotations(List<ContextAnnotation> contextAnnotations)
-