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