| Package | Description |
|---|---|
| com.github.agadar.nationstates | |
| com.github.agadar.nationstates.query |
| Modifier and Type | Method and Description |
|---|---|
WorldQuery |
INationStates.getWorld(WorldShard... shards)
Starts building a world query, using the selected shards.
|
WorldQuery |
NationStates.getWorld(WorldShard... shards) |
| Modifier and Type | Method and Description |
|---|---|
WorldQuery |
WorldQuery.dispatchAuthor(String nation)
Sets the author to list dispatches of.
|
WorldQuery |
WorldQuery.dispatchCategory(DispatchCategory category)
Sets the category to list dispatches of.
|
WorldQuery |
WorldQuery.dispatchGetBest()
Sets the type to list dispatches of to 'best', as opposed to the default
'new'.
|
WorldQuery |
WorldQuery.dispatchId(int dispatchId)
Sets the id of the dispatch to select.
|
WorldQuery |
WorldQuery.dispatchSubcategory(DispatchSubCategory subcategory)
Sets the subcategory to list dispatches of.
|
WorldQuery |
WorldQuery.happeningsBeforeId(long id)
If this is set, only happenings with a lower id than the one supplied
will be retrieved.
|
WorldQuery |
WorldQuery.happeningsBeforeTime(long time)
If this is set, only happenings with an earlier timestamp than the one
supplied will be retrieved.
|
WorldQuery |
WorldQuery.happeningsFilter(HappeningsFilter... filters)
Sets the filters for happenings.
|
WorldQuery |
WorldQuery.happeningsLimit(int limit)
Sets the maximum number of happenings to retrieve.
|
WorldQuery |
WorldQuery.happeningsOfNation(String... nation)
Sets the nation(s) to view happenings of.
|
WorldQuery |
WorldQuery.happeningsOfRegion(String... region)
Sets the region(s) to view happenings of.
|
WorldQuery |
WorldQuery.happeningsSinceId(long id)
If this is set, only happenings with a higher id than the one supplied
will be retrieved.
|
WorldQuery |
WorldQuery.happeningsSinceTime(long time)
If this is set, only happenings with a later timestamp than the one
supplied will be retrieved.
|
WorldQuery |
WorldQuery.regionsWithoutTags(RegionTag... tags)
Sets the tags, used for retrieving regions that do NOT have those tags.
|
WorldQuery |
WorldQuery.regionsWithTags(RegionTag... tags)
Sets the tags, used for retrieving regions that have those tags.
|
Copyright © 2017. All rights reserved.