Uses of Class
com.rxcodeforces.api.dto.Submission
Packages that use Submission
-
Uses of Submission in com.rxcodeforces.api
Methods in com.rxcodeforces.api that return types with arguments of type SubmissionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CFResponseList<Submission>>
CodeforcesWebClient.getContestStatus
(String contestId, String handle, Integer from, Integer count) Retrieves the submissions for a specified contest.reactor.core.publisher.Mono<CFResponseList<Submission>>
CodeforcesWebClient.getProblemSetRecentStatus
(Integer count, String problemSetName) Retrieves recent submissions.reactor.core.publisher.Mono<CFResponseList<Submission>>
CodeforcesWebClient.getUserStatus
(String handle, Integer from, Integer count) Retrieves the submissions of the specified user.