public class TwitterCollection
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TwitterCollection.Content
Contents represent the grouped, decomposed collection objects (tweets, users).
|
static class |
TwitterCollection.Metadata
Metadata lists references to decomposed objects and contextual information (such as cursors)
needed to navigate the boundaries of the collection in subsequent requests.
|
static class |
TwitterCollection.TimelineItem
Represents an item in a Timeline with a object references.
|
| Modifier and Type | Field and Description |
|---|---|
TwitterCollection.Content |
contents |
TwitterCollection.Metadata |
metadata |
| Constructor and Description |
|---|
TwitterCollection(TwitterCollection.Content contents,
TwitterCollection.Metadata metadata) |
public final TwitterCollection.Content contents
public final TwitterCollection.Metadata metadata
public TwitterCollection(TwitterCollection.Content contents, TwitterCollection.Metadata metadata)