Package | Description |
---|---|
org.apache.streams.twitter.converter | |
org.apache.streams.twitter.pojo |
Modifier and Type | Method and Description |
---|---|
Follow |
TwitterFollowActivityConverter.fromActivity(Activity deserialized) |
Modifier and Type | Method and Description |
---|---|
List<Follow> |
TwitterFollowActivityConverter.fromActivityList(List<Activity> list) |
Modifier and Type | Method and Description |
---|---|
List<Activity> |
TwitterFollowActivityConverter.toActivityList(Follow event) |
Modifier and Type | Method and Description |
---|---|
List<Activity> |
TwitterFollowActivityConverter.toActivityList(List<Follow> list) |
Modifier and Type | Method and Description |
---|---|
Follow |
Follow.withAdditionalProperty(String name,
Object value) |
Follow |
Follow.withFollowee(User followee) |
Follow |
Follow.withFollower(User follower) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.