|
Spring Social Twitter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.social.twitter.api.StreamDeleteEvent
public class StreamDeleteEvent
A stream event indicating that a tweet should be removed from the client.
| Constructor Summary | |
|---|---|
StreamDeleteEvent(long tweetId,
long userId)
|
|
| Method Summary | |
|---|---|
long |
getTweetId()
The ID of the tweet to delete |
long |
getUserId()
The ID of the user who posted the tweet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamDeleteEvent(long tweetId,
long userId)
| Method Detail |
|---|
public long getTweetId()
public long getUserId()
|
Spring Social Twitter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||