public interface Tweet
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Tweet.CurrentUserRetweet |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
getCoordinates() |
OffsetDateTime |
getCreatedAt() |
Tweet.CurrentUserRetweet |
getCurrentUserRetweet() |
Entities |
getEntities() |
ExtendedEntities |
getExtendedEntities() |
int |
getFavoriteCount() |
String |
getFilterLevel() |
long |
getId() |
String |
getInReplyToScreenName() |
long |
getInReplyToStatusId() |
long |
getInReplyToUserId() |
Locale |
getLang() |
List<? extends Rule> |
getMatchingRules() |
Place |
getPlace() |
int |
getQuoteCount() |
Tweet |
getQuotedStatus() |
long |
getQuotedStatusId() |
int |
getReplyCount() |
int |
getRetweetCount() |
Tweet |
getRetweetedStatus() |
Map<String,Object> |
getScopes() |
String |
getSource() |
String |
getText() |
User |
getUser() |
List<String> |
getWithheldCountries() |
String |
getWithheldScope() |
boolean |
isFavorited() |
boolean |
isPossiblySensitive() |
boolean |
isQuoteStatus() |
boolean |
isRetweeted() |
boolean |
isTruncated() |
boolean |
isWithheldCopyright() |
OffsetDateTime getCreatedAt()
long getId()
String getText()
String getSource()
boolean isTruncated()
long getInReplyToStatusId()
long getInReplyToUserId()
String getInReplyToScreenName()
User getUser()
Coordinates getCoordinates()
Place getPlace()
long getQuotedStatusId()
boolean isQuoteStatus()
Tweet getQuotedStatus()
Tweet getRetweetedStatus()
int getQuoteCount()
int getReplyCount()
int getRetweetCount()
int getFavoriteCount()
Entities getEntities()
ExtendedEntities getExtendedEntities()
boolean isFavorited()
boolean isRetweeted()
boolean isPossiblySensitive()
String getFilterLevel()
Locale getLang()
Tweet.CurrentUserRetweet getCurrentUserRetweet()
boolean isWithheldCopyright()
String getWithheldScope()
Copyright © 2019 FJOBI Labs Softwareentwicklung - Felix Jordan. All rights reserved.