winterwell.jtwitter
Interface Twitter.ITweet

All Known Implementing Classes:
Twitter.Message, Twitter.Status
Enclosing class:
Twitter

public static interface Twitter.ITweet

This gives common access to features that are common to both Twitter.Messages and Twitter.Statuses.

Author:
daniel

Method Summary
 java.util.Date getCreatedAt()
           
 long getId()
           
 java.lang.String getText()
          The actual status text.
 Twitter.User getUser()
          The User who made the tweet
 

Method Detail

getCreatedAt

java.util.Date getCreatedAt()

getId

long getId()
Returns:
The Twitter id for this post. This is used by some API methods.

getText

java.lang.String getText()
The actual status text. This is also returned by Object.toString()


getUser

Twitter.User getUser()
The User who made the tweet



Copyright © 2014 gvSIG Association. All Rights Reserved.