GamesRequest |
GamesRequest.abbreviation(String abbreviation) |
Search for an exact game abbreviation.
|
GamesRequest |
GamesRequest.asBulk() |
|
GamesRequest |
GamesRequest.developer(Developer developer) |
Restricts the results to games with the given Developer.
|
GamesRequest |
GamesRequest.developer(String id) |
Restricts the results to games with the given Developer.
|
GamesRequest |
GamesRequest.engine(Engine engine) |
Restricts the results to games with the given Engine.
|
GamesRequest |
GamesRequest.engine(String id) |
Restricts the results to games with the given Engine.
|
GamesRequest |
GamesRequest.gameType(Gametype gametype) |
Restricts the results to games with the given Gametype.
|
GamesRequest |
GamesRequest.gameType(String id) |
Restricts the results to games with the given Gametype.
|
GamesRequest |
GamesRequest.genre(Genre genre) |
Restricts the results to games with the given Genre.
|
GamesRequest |
GamesRequest.genre(String id) |
Restricts the results to games with the given Genre.
|
GamesRequest |
GamesRequest.moderator(User user) |
Restricts the results to games where the given User is a moderator.
|
GamesRequest |
GamesRequest.moderator(String id) |
Restricts the results to games where the given User is a moderator.
|
GamesRequest |
GamesRequest.name(String name) |
Use a fuzzy search to filter game names and abbreviations.
|
GamesRequest |
GamesRequest.platform(Platform platform) |
Restricts the results to games with the given Platform.
|
GamesRequest |
GamesRequest.platform(String id) |
Restricts the results to games with the given Platform.
|
GamesRequest |
GamesRequest.publisher(Publisher publisher) |
Restricts the results to games with the given Publisher.
|
GamesRequest |
GamesRequest.publisher(String id) |
Restricts the results to games with the given Publisher.
|
GamesRequest |
GamesRequest.region(Region region) |
Restricts the results to games with the given Region.
|
GamesRequest |
GamesRequest.region(String id) |
Restricts the results to games with the given Region.
|
GamesRequest |
GamesRequest.releaseYear(int year) |
Restricts the results to games with the given release year.
|
GamesRequest |
GamesRequest.sortByAbbreviation() |
Sorts the results alphanumerically by the abbreviation of the games.
|
GamesRequest |
GamesRequest.sortByCreationDate() |
Sorts the results by the creation date of the games on SRC.
|
GamesRequest |
GamesRequest.sortByInternationalName() |
Sorts the results alphanumerically by the international name of the games.
|
GamesRequest |
GamesRequest.sortByJapaneseName() |
Sorts the results alphanumerically by the Japanese name of the games.
|
GamesRequest |
GamesRequest.sortByNameSimilarity() |
|
GamesRequest |
GamesRequest.sortByReleaseDate() |
Sorts the results by the release date of the games.
|
GamesRequest |
GamesRequest.sortDirection(SortDirection direction) |
Sets the direction (ascending or descending) of the sorting.
|