UsersRequest |
UsersRequest.hitbox(String hitbox) |
Searches for a single User with the given Hitbox username.
|
UsersRequest |
UsersRequest.lookup(String name) |
Searches for a single User with the given name.
|
UsersRequest |
UsersRequest.name(String name) |
Searches for Users with a name that contains the given string.
|
UsersRequest |
UsersRequest.sortByInternationalName() |
Sorts the results alphanumerically by the international name of the users.
|
UsersRequest |
UsersRequest.sortByJapaneseName() |
Sorts the results alphanumerically by the Japanese name of the users.
|
UsersRequest |
UsersRequest.sortByRole() |
Sorts the results by the user's role on SRC.
|
UsersRequest |
UsersRequest.sortBySignupDate() |
Sorts the results by the user's signup time.
|
UsersRequest |
UsersRequest.sortDirection(SortDirection direction) |
Sets the direction (ascending or descending) of the sorting.
|
UsersRequest |
UsersRequest.speedrunsLive(String speedrunsLive) |
Searches for a single User with the given SpeedRunsLive username.
|
UsersRequest |
UsersRequest.twitch(String twitch) |
Searches for a single User with the given Twitch username.
|
UsersRequest |
UsersRequest.twitter(String twitter) |
Searches for a single User with the given Twitter handle.
|