public class DirectMessage extends TwitterObject
Constructor and Description |
---|
DirectMessage(long id,
String text,
TwitterProfile sender,
TwitterProfile recipient,
Date createdAt) |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt() |
long |
getId() |
TwitterProfile |
getRecipient() |
TwitterProfile |
getSender() |
String |
getText() |
add, getExtraData
public DirectMessage(long id, String text, TwitterProfile sender, TwitterProfile recipient, Date createdAt)
public long getId()
public String getText()
public TwitterProfile getSender()
public TwitterProfile getRecipient()
public Date getCreatedAt()