| Package | Description |
|---|---|
| com.github.agadar.nationstates | |
| com.github.agadar.nationstates.query |
| Modifier and Type | Method and Description |
|---|---|
RegionQuery |
INationStates.getRegion(String regionName)
Starts building a region query, using the given region name.
|
RegionQuery |
NationStates.getRegion(String regionName) |
| Modifier and Type | Method and Description |
|---|---|
RegionQuery |
RegionQuery.messagesFromId(long id)
Sets the id of the post to start from.
|
RegionQuery |
RegionQuery.messagesLimit(int limit)
Sets the maximum number of posts to retrieve, or the maximum number of
results to return for MostLiked, MostLikes, or MostPosts to retrieve.
|
RegionQuery |
RegionQuery.messagesOffset(int offset)
Sets the offset for the 10 most recent regional messages.
|
RegionQuery |
RegionQuery.postsFrom(long postsFrom)
Sets the earliest epoch date of messages to take into account for
MostPosts, MostLiked, and MostLikes shards.
|
RegionQuery |
RegionQuery.postsTo(long postsTo)
Sets the latest epoch date of messages to take into account for
MostPosts, MostLiked, and MostLikes shards.
|
Copyright © 2017. All rights reserved.