Uses of Class
com.rxcodeforces.api.dto.CFResponse
Packages that use CFResponse
-
Uses of CFResponse in com.rxcodeforces.api
Methods in com.rxcodeforces.api that return types with arguments of type CFResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CFResponse<BlogEntry>>
CodeforcesWebClient.getBlogEntryView
(String blogEntryId) Returns blog entry.reactor.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.reactor.core.publisher.Mono<CFResponse<ProblemSet>>
CodeforcesWebClient.getProblemSetProblems
(List<String> tags, String problemSetName) Retrieves all problems from the problemset.