RunsRequest |
RunsRequest.category(Category category) |
Restricts the results to runs played in the given Category.
|
RunsRequest |
RunsRequest.category(String id) |
Restricts the results to runs played in the given Category.
|
RunsRequest |
RunsRequest.emulated(boolean isEmulated) |
Restricts the results to runs that are on emulators, or runs that are not on an emulator.
|
RunsRequest |
RunsRequest.game(Game game) |
Restricts the results to runs in the given Game.
|
RunsRequest |
RunsRequest.game(String id) |
Restricts the results to runs in the given Game.
|
RunsRequest |
RunsRequest.guest(Guest guest) |
Restricts the results to runs that the given Guest has participated in.
|
RunsRequest |
RunsRequest.guest(String name) |
Restricts the results to runs that the given Guest has participated in.
|
RunsRequest |
RunsRequest.level(Level level) |
Restricts the results to runs played on the given Level.
|
RunsRequest |
RunsRequest.level(String id) |
Restricts the results to runs played on the given Level.
|
RunsRequest |
RunsRequest.platform(Platform platform) |
Restricts the results to runs played on the given Platform.
|
RunsRequest |
RunsRequest.platform(String id) |
Restricts the results to runs played on the given Platform.
|
RunsRequest |
RunsRequest.region(Region region) |
Restricts the results to runs played on the given Region.
|
RunsRequest |
RunsRequest.region(String id) |
Restricts the results to runs played on the given Region.
|
RunsRequest |
RunsRequest.sortByCategory() |
Sorts the results by the creation time of Categorys.
|
RunsRequest |
RunsRequest.sortByDate() |
Sorts the results by the date of the run.
|
RunsRequest |
RunsRequest.sortByEmulation() |
|
RunsRequest |
RunsRequest.sortByGame() |
Sorts the results by the creation time of Games.
|
RunsRequest |
RunsRequest.sortByLevel() |
Sorts the results by the creation time of Levels.
|
RunsRequest |
RunsRequest.sortByPlatform() |
Sorts the results by the creation time of Platforms.
|
RunsRequest |
RunsRequest.sortByRegion() |
Sorts the results by the creation time of Regions.
|
RunsRequest |
RunsRequest.sortBySubmissionDate() |
Sorts the results by the submission time of the run.
|
RunsRequest |
RunsRequest.sortByVerificationDate() |
Sorts the results by the time that the run was rejected or verified.
|
RunsRequest |
RunsRequest.sortByVerificationStatus() |
Sorts the results by the verification status.
|
RunsRequest |
RunsRequest.sortDirection(SortDirection direction) |
Sets the direction (ascending or descending) of the sorting.
|
RunsRequest |
RunsRequest.status(SubmissionStatus submissionStatus) |
|
RunsRequest |
RunsRequest.user(User user) |
Restricts the results to runs that the given User has participated in.
|
RunsRequest |
RunsRequest.user(String id) |
Restricts the results to runs that the given User has participated in.
|
RunsRequest |
RunsRequest.verifier(User user) |
Restricts the results to runs that the given User has rejected or verified.
|
RunsRequest |
RunsRequest.verifier(String id) |
Restricts the results to runs that the given User has rejected or verified.
|