GameRomhacksRequest |
GameRomhacksRequest.abbreviation(String abbreviation) |
Sets the abbreviation to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.developer(Developer developer) |
Sets the developer to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.developer(String id) |
Sets the developer to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.engine(Engine engine) |
Sets the engine to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.engine(String id) |
Sets the engine to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.gameType(Gametype gametype) |
Sets the gametype to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.gameType(String id) |
Sets the gametype to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.genre(Genre genre) |
Sets the genre to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.genre(String id) |
Sets the genre to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.moderator(User user) |
Sets the moderator to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.moderator(String id) |
Sets the moderator to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.name(String name) |
Sets the value to search across names and abbreviations.
|
GameRomhacksRequest |
GameRomhacksRequest.platform(Platform platform) |
Sets the platform to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.platform(String id) |
Sets the platform to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.publisher(Publisher publisher) |
Sets the publisher to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.publisher(String id) |
Sets the publisher to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.region(Region region) |
Sets the region to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.region(String id) |
Sets the region to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.releaseYear(int year) |
Sets the release year to filter for.
|
GameRomhacksRequest |
GameRomhacksRequest.sortByAbbreviation() |
Sorts the returned games by the abbreviation.
|
GameRomhacksRequest |
GameRomhacksRequest.sortByCreationDate() |
Sorts the returned games by the creation time.
|
GameRomhacksRequest |
GameRomhacksRequest.sortByInternationalName() |
Sorts the returned games by the international name.
|
GameRomhacksRequest |
GameRomhacksRequest.sortByJapaneseName() |
Sorts the returned games by the japanese name.
|
GameRomhacksRequest |
GameRomhacksRequest.sortByNameSimilarity() |
Sorts the returned games by name similarity.
|
GameRomhacksRequest |
GameRomhacksRequest.sortByReleaseDate() |
Sorts the returned games by the release date.
|
GameRomhacksRequest |
GameRomhacksRequest.sortDirection(SortDirection direction) |
Sets the direction to sort the returned games.
|