public static class FixedTweetTimeline.Builder
extends Object
| Constructor and Description |
|---|
Builder()
Constructs a Builder.
|
| Modifier and Type | Method and Description |
|---|---|
FixedTweetTimeline |
build()
Builds a FixedTweetTimeline from the Builder parameters.
|
FixedTweetTimeline.Builder |
setTweets(List<Tweet> tweets)
Sets the Tweets to be returned by the timeline.
|
public FixedTweetTimeline.Builder setTweets(List<Tweet> tweets)
tweets - fixed set of Tweets provided by the timeline.public FixedTweetTimeline build()