Uses of Class
com.treescrub.spedran.data.User
-
-
Uses of User in com.treescrub.spedran
Methods in com.treescrub.spedran that return types with arguments of type User Modifier and Type Method Description static CompletableFuture<User>Spedran. getProfile()Gets theUserthat owns the current API key.static CompletableFuture<User>Spedran. getUser(String id)Gets theUserthat corresponds to the providedidasynchronously. -
Uses of User in com.treescrub.spedran.requests.builders.game
Methods in com.treescrub.spedran.requests.builders.game with parameters of type User Modifier and Type Method Description GameRomhacksRequestGameRomhacksRequest. moderator(User user)Sets the moderator to filter for.GamesRequestGamesRequest. moderator(User user)Restricts the results to games where the givenUseris a moderator. -
Uses of User in com.treescrub.spedran.requests.builders.run
Methods in com.treescrub.spedran.requests.builders.run with parameters of type User Modifier and Type Method Description RunPlayersRequestRunPlayersRequest. addUser(User user)RunsRequestRunsRequest. user(User user)Restricts the results to runs that the givenUserhas participated in.SubmitRunRequestSubmitRunRequest. userPlayer(User user)Adds aUserthat participated in the run.RunsRequestRunsRequest. verifier(User user)Restricts the results to runs that the givenUserhas rejected or verified. -
Uses of User in com.treescrub.spedran.requests.builders.series
Methods in com.treescrub.spedran.requests.builders.series with parameters of type User Modifier and Type Method Description AllSeriesRequestAllSeriesRequest. moderator(User user)Restricts the results to series moderated by the givenUser.SeriesGamesRequestSeriesGamesRequest. moderator(User user)Restricts the results to games where the givenUseris a moderator. -
Uses of User in com.treescrub.spedran.requests.builders.user
Constructors in com.treescrub.spedran.requests.builders.user with parameters of type User Constructor Description UserPBsRequest(User user)UserRequest(User user)
-