| Package | Description |
|---|---|
| com.github.agadar.nsapi | |
| com.github.agadar.nsapi.query |
| Modifier and Type | Method and Description |
|---|---|
static WorldQuery |
NSAPI.world(WorldShard... shards)
Starts building a world query, using the selected shards.
|
| Modifier and Type | Method and Description |
|---|---|
WorldQuery |
WorldQuery.dispatchAuthor(String nation)
Sets the author to list dispatches of.
|
WorldQuery |
WorldQuery.dispatchCategory(DispatchCat 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(DispatchSubCat subcategory)
Sets the subcategory to list dispatches of.
|
WorldQuery |
WorldQuery.happeningsBeforeId(int id)
If this is set, only happenings with a lower id than the one supplied
will be retrieved.
|
WorldQuery |
WorldQuery.happeningsFilter(HapFilter... 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(int id)
If this is set, only happenings with a higher id than the one supplied
will be retrieved.
|
WorldQuery |
WorldQuery.regionsWithoutTags(String... tags)
Sets the tags, used for retrieving regions that do NOT have those tags.
|
WorldQuery |
WorldQuery.regionsWithTags(String... tags)
Sets the tags, used for retrieving regions that have those tags.
|
Copyright © 2016. All rights reserved.