Uses of Class
com.rxcodeforces.api.dto.User
Packages that use User
-
Uses of User in com.rxcodeforces.api
Methods in com.rxcodeforces.api that return types with arguments of type UserModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CFResponseList<User>>CodeforcesWebClient.getUserInfo(List<String> handles) Returns information about one or several users.reactor.core.publisher.Mono<CFResponseList<User>>CodeforcesWebClient.getUserRatedList(Boolean activeOnly, Boolean includeRetired, String contestId) Retrieves the list of users who have participated in at least one rated contest.