Uses of Interface
org.openapitools.client.ApiCallback
Packages that use ApiCallback
-
Uses of ApiCallback in org.openapitools.client
Fields in org.openapitools.client declared as ApiCallbackModifier and TypeFieldDescriptionprivate final ApiCallback
ProgressRequestBody.callback
private final ApiCallback
ProgressResponseBody.callback
Methods in org.openapitools.client with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.Call
ApiClient.buildCall
(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.Request
ApiClient.buildRequest
(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> void
ApiClient.executeAsync
(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.<T> void
ApiClient.executeAsync
(okhttp3.Call call, ApiCallback<T> callback) Constructors in org.openapitools.client with parameters of type ApiCallbackModifierConstructorDescriptionProgressRequestBody
(okhttp3.RequestBody requestBody, ApiCallback callback) ProgressResponseBody
(okhttp3.ResponseBody responseBody, ApiCallback callback) -
Uses of ApiCallback in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.Call
ContestControllerApi.createContestAsync
(ContestDTO contestDTO, ApiCallback<ContestDTO> _callback) This endpoint will create a new contest.okhttp3.Call
ContestControllerApi.createContestCall
(ContestDTO contestDTO, ApiCallback _callback) Build call for createContestprivate okhttp3.Call
ContestControllerApi.createContestValidateBeforeCall
(ContestDTO contestDTO, ApiCallback _callback) okhttp3.Call
ContestControllerApi.deleteAllContestsAsync
(ApiCallback<Void> _callback) This method will delete all contests.okhttp3.Call
ContestControllerApi.deleteAllContestsCall
(ApiCallback _callback) Build call for deleteAllContestsprivate okhttp3.Call
ContestControllerApi.deleteAllContestsValidateBeforeCall
(ApiCallback _callback) okhttp3.Call
ContestControllerApi.deleteContestAsync
(Integer contestId, ApiCallback<Void> _callback) This method will delete the specified contest.okhttp3.Call
ContestControllerApi.deleteContestCall
(Integer contestId, ApiCallback _callback) Build call for deleteContestprivate okhttp3.Call
ContestControllerApi.deleteContestValidateBeforeCall
(Integer contestId, ApiCallback _callback) okhttp3.Call
ContestControllerApi.doesContestExistAsync
(Integer contestId, ApiCallback<Void> _callback) This method simply checks whether the contest exists.okhttp3.Call
ContestControllerApi.doesContestExistCall
(Integer contestId, ApiCallback _callback) Build call for doesContestExistprivate okhttp3.Call
ContestControllerApi.doesContestExistValidateBeforeCall
(Integer contestId, ApiCallback _callback) okhttp3.Call
ContestControllerApi.getContestAsync
(Integer contestId, ApiCallback<ContestDTO> _callback) Returns the specified contest.okhttp3.Call
ContestControllerApi.getContestCall
(Integer contestId, ApiCallback _callback) Build call for getContestokhttp3.Call
ContestControllerApi.getContestsAsync
(Integer offset, Integer limit, ApiCallback<ContestListDTO> _callback) This endpoint will return a collection of contests based on the paging values assigned (asynchronously)okhttp3.Call
ContestControllerApi.getContestsCall
(Integer offset, Integer limit, ApiCallback _callback) Build call for getContestsprivate okhttp3.Call
ContestControllerApi.getContestsValidateBeforeCall
(Integer offset, Integer limit, ApiCallback _callback) private okhttp3.Call
ContestControllerApi.getContestValidateBeforeCall
(Integer contestId, ApiCallback _callback) okhttp3.Call
ContestControllerApi.updateContestAsync
(Integer contestId, ContestDTO contestDTO, ApiCallback<Void> _callback) Update an existing contest -- perhaps to schedule it or report scores.okhttp3.Call
ContestControllerApi.updateContestCall
(Integer contestId, ContestDTO contestDTO, ApiCallback _callback) Build call for updateContestprivate okhttp3.Call
ContestControllerApi.updateContestValidateBeforeCall
(Integer contestId, ContestDTO contestDTO, ApiCallback _callback)