AllSeriesRequest |
AllSeriesRequest.abbreviation(String abbreviation) |
Search for an exact series abbreviation.
|
AllSeriesRequest |
AllSeriesRequest.moderator(User user) |
Restricts the results to series moderated by the given User.
|
AllSeriesRequest |
AllSeriesRequest.moderator(String id) |
Restricts the results to series moderated by the given User.
|
AllSeriesRequest |
AllSeriesRequest.name(String name) |
Use a fuzzy search to filter series names and abbreviations.
|
AllSeriesRequest |
AllSeriesRequest.sortByAbbreviation() |
Sorts the results alphanumerically by the abbreviation of the series.
|
AllSeriesRequest |
AllSeriesRequest.sortByCreationDate() |
Sorts the results by the creation time of the series on SRC.
|
AllSeriesRequest |
AllSeriesRequest.sortByInternationalName() |
Sorts the results alphanumerically by the international name of the series.
|
AllSeriesRequest |
AllSeriesRequest.sortByJapaneseName() |
Sorts the results alphanumerically by the Japanese name of the series.
|
AllSeriesRequest |
AllSeriesRequest.sortDirection(SortDirection direction) |
Sets the direction (ascending or descending) of the sorting.
|