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 ContextAnnotationContextAnnotation. domain(ContextAnnotationDomainFields domain)ContextAnnotationContextAnnotation. entity(ContextAnnotationEntityFields entity)static ContextAnnotationContextAnnotation. 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 TweetTweet. addContextAnnotationsItem(ContextAnnotation contextAnnotationsItem)Method parameters in com.twitter.clientlib.model with type arguments of type ContextAnnotation Modifier and Type Method Description TweetTweet. contextAnnotations(List<ContextAnnotation> contextAnnotations)voidTweet. setContextAnnotations(List<ContextAnnotation> contextAnnotations)
-