public interface CollectionService
| Modifier and Type | Method and Description |
|---|---|
<any> |
collection(String id,
Integer count,
Long maxPosition,
Long minPosition)
Retrieve the identified TwitterCollection, presented as a list of the curated Tweets.
|
<any> collection(String id,
Integer count,
Long maxPosition,
Long minPosition)
id - The identifier of the Collection to return results for (e.g. "custom-5394878324")count - Specifies the number of Tweets to try and retrieve, up to a maximum of 200 per
distinct request. The value of count is best thought of as an "up to" parameter;
receiving less results than the specified count does not necessarily mean there
aren't remaining results to fetch.maxPosition - Returns results with a position value less than or equal to the specified
position.minPosition - Returns results with a position greater than the specified position.