Package | Description |
---|---|
org.apache.streams.twitter.pojo |
Modifier and Type | Method and Description |
---|---|
UserMentions |
UserMentions.withAdditionalProperty(String name,
Object value) |
UserMentions |
UserMentions.withId(Long id) |
UserMentions |
UserMentions.withIdStr(String idStr) |
UserMentions |
UserMentions.withIndices(List<Object> indices) |
UserMentions |
UserMentions.withName(String name) |
UserMentions |
UserMentions.withScreenName(String screenName) |
Modifier and Type | Method and Description |
---|---|
List<UserMentions> |
Entities.getUserMentions() |
Modifier and Type | Method and Description |
---|---|
void |
Entities.setUserMentions(List<UserMentions> userMentions) |
Entities |
Entities.withUserMentions(List<UserMentions> userMentions) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.