Uses of Class
twitter4j.Annotation

Packages that use Annotation
twitter4j   
 

Uses of Annotation in twitter4j
 

Methods in twitter4j that return Annotation
 Annotation Annotation.attribute(java.lang.String name, java.lang.String value)
          Adds a single attribute
 Annotation Annotation.attributes(java.util.Map<java.lang.String,java.lang.String> attributes)
          Sets the attributes Ensures the class's property is not null
 Annotation Annotation.type(java.lang.String type)
          Sets the type Ensures the class's property is not null
 

Methods in twitter4j that return types with arguments of type Annotation
 java.util.List<Annotation> Annotations.getAnnotations()
           
 

Methods in twitter4j with parameters of type Annotation
 void StatusUpdate.addAnnotation(Annotation annotation)
           
 void Annotations.addAnnotation(Annotation annotation)
          Adds a single Annotation to the List of Annotation instances
 StatusUpdate StatusUpdate.annotation(Annotation annotation)
           
 Annotations Annotations.annotation(Annotation annotation)
          Adds a single Annotation to the List of Annotation instances
 int Annotation.compareTo(Annotation other)
           
 

Method parameters in twitter4j with type arguments of type Annotation
 void Annotations.setAnnotations(java.util.List<Annotation> annotations)
          Sets the List of Annotation instances Ensures the class's property is not null
 

Constructor parameters in twitter4j with type arguments of type Annotation
Annotations(java.util.List<Annotation> annotations)
          Construct Annotations instance from an exisiting List of Annotation instances
 



Copyright © 2011. All Rights Reserved.