public static final class TwitterCollection.Metadata.Position
extends Object
| Modifier and Type | Field and Description |
|---|---|
Long |
maxPosition
The inclusive maximum position value of the results (positions will be less than or
equal to this value).
|
Long |
minPosition
The exclusive minimum position value of the results (positions will be greater than
this value).
|
| Constructor and Description |
|---|
Position(Long maxPosition,
Long minPosition) |