Uses of Class
com.treescrub.spedran.requests.builders.user.UserPBsRequest
-
Packages that use UserPBsRequest Package Description com.treescrub.spedran com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API.com.treescrub.spedran.requests.builders.user -
-
Uses of UserPBsRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return UserPBsRequest Modifier and Type Method Description static UserPBsRequestSpedran. getUserPBs(String userId)Gets aUserPBsRequestbuilder to request the personal best runs for the specifiedUser. -
Uses of UserPBsRequest in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return UserPBsRequest Modifier and Type Method Description UserPBsRequestUser. getPersonalBests()Gets a newUserPBsRequestbuilder object to request this user's personal best runs. -
Uses of UserPBsRequest in com.treescrub.spedran.requests.builders.user
Methods in com.treescrub.spedran.requests.builders.user that return UserPBsRequest Modifier and Type Method Description UserPBsRequestUserPBsRequest. game(String id)Restricts the results to the givenGame.UserPBsRequestUserPBsRequest. series(String id)Restricts the results to the givenSeries.UserPBsRequestUserPBsRequest. top(int topPlace)Sets the minimum placement to restrict the results to.
-