Uses of Class
com.rxcodeforces.api.dto.ContestStandings
Packages that use ContestStandings
-
Uses of ContestStandings in com.rxcodeforces.api
Methods in com.rxcodeforces.api that return types with arguments of type ContestStandingsModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CFResponse<ContestStandings>>
CodeforcesWebClient.getContestStandings
(String contestId, Integer from, Integer count, List<String> handles, String room, Boolean showUnofficial) Returns the requested part of the contest standings.