Uses of Class
com.treescrub.spedran.data.Guest
-
Packages that use Guest Package Description com.treescrub.spedran com.treescrub.spedran.requests.builders.run -
-
Uses of Guest in com.treescrub.spedran
Methods in com.treescrub.spedran that return types with arguments of type Guest Modifier and Type Method Description static CompletableFuture<Guest>Spedran. getGuest(String name)Gets theGuestthat corresponds to the providednameasynchronously. -
Uses of Guest in com.treescrub.spedran.requests.builders.run
Methods in com.treescrub.spedran.requests.builders.run with parameters of type Guest Modifier and Type Method Description RunPlayersRequestRunPlayersRequest. addGuest(Guest guest)RunsRequestRunsRequest. guest(Guest guest)Restricts the results to runs that the givenGuesthas participated in.SubmitRunRequestSubmitRunRequest. guestPlayer(Guest guest)Adds aGuestthat participated in the run.
-