Uses of Class
com.rxcodeforces.api.dto.BlogEntry
Packages that use BlogEntry
-
Uses of BlogEntry in com.rxcodeforces.api
Methods in com.rxcodeforces.api that return types with arguments of type BlogEntryModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CFResponse<BlogEntry>>CodeforcesWebClient.getBlogEntryView(String blogEntryId) Returns blog entry.reactor.core.publisher.Mono<CFResponseList<BlogEntry>>CodeforcesWebClient.getUserBlogEntries(String handle) Retrieves a list of all user's blog entries.