Uses of Class
com.rxcodeforces.api.dto.RatingChange
Packages that use RatingChange
-
Uses of RatingChange in com.rxcodeforces.api
Methods in com.rxcodeforces.api that return types with arguments of type RatingChangeModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CFResponseList<RatingChange>>
CodeforcesWebClient.getContestRatingChanges
(String contestId) Returns rating changes after the contest.reactor.core.publisher.Mono<CFResponseList<RatingChange>>
CodeforcesWebClient.getUserRating
(String handle) Retrieves the rating history of the specified user.