Uses of Class
org.openapitools.client.ApiResponse
Packages that use ApiResponse
- 
Uses of ApiResponse in org.openapitools.clientMethods in org.openapitools.client that return ApiResponseModifier and TypeMethodDescription<T> ApiResponse<T> ApiClient.execute(okhttp3.Call call) <T> ApiResponse<T> Execute HTTP call and deserialize the HTTP response body into the given return type.
- 
Uses of ApiResponse in org.openapitools.client.apiMethods in org.openapitools.client.api that return ApiResponseModifier and TypeMethodDescriptionContestControllerApi.createContestWithHttpInfo(ContestDTO contestDTO) This endpoint will create a new contest.ContestControllerApi.deleteAllContestsWithHttpInfo()This method will delete all contests.ContestControllerApi.deleteContestWithHttpInfo(Integer contestId) This method will delete the specified contest.ContestControllerApi.doesContestExistWithHttpInfo(Integer contestId) This method simply checks whether the contest exists.ContestControllerApi.getContestsWithHttpInfo(Integer offset, Integer limit) This endpoint will return a collection of contests based on the paging values assignedContestControllerApi.getContestWithHttpInfo(Integer contestId) Returns the specified contest.ContestControllerApi.updateContestWithHttpInfo(Integer contestId, ContestDTO contestDTO) Update an existing contest -- perhaps to schedule it or report scores.