Uses of Interface
org.openapitools.client.ApiCallback
Packages that use ApiCallback
- 
Uses of ApiCallback in org.openapitools.clientFields in org.openapitools.client declared as ApiCallbackModifier and TypeFieldDescriptionprivate final ApiCallbackProgressRequestBody.callbackprivate final ApiCallbackProgressResponseBody.callbackMethods in org.openapitools.client with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallApiClient.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.RequestApiClient.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> voidApiClient.executeAsync(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.<T> voidApiClient.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.apiMethods in org.openapitools.client.api with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallContestControllerApi.createContestAsync(ContestDTO contestDTO, ApiCallback<ContestDTO> _callback) This endpoint will create a new contest.okhttp3.CallContestControllerApi.createContestCall(ContestDTO contestDTO, ApiCallback _callback) Build call for createContestprivate okhttp3.CallContestControllerApi.createContestValidateBeforeCall(ContestDTO contestDTO, ApiCallback _callback) okhttp3.CallContestControllerApi.deleteAllContestsAsync(ApiCallback<Void> _callback) This method will delete all contests.okhttp3.CallContestControllerApi.deleteAllContestsCall(ApiCallback _callback) Build call for deleteAllContestsprivate okhttp3.CallContestControllerApi.deleteAllContestsValidateBeforeCall(ApiCallback _callback) okhttp3.CallContestControllerApi.deleteContestAsync(Integer contestId, ApiCallback<Void> _callback) This method will delete the specified contest.okhttp3.CallContestControllerApi.deleteContestCall(Integer contestId, ApiCallback _callback) Build call for deleteContestprivate okhttp3.CallContestControllerApi.deleteContestValidateBeforeCall(Integer contestId, ApiCallback _callback) okhttp3.CallContestControllerApi.doesContestExistAsync(Integer contestId, ApiCallback<Void> _callback) This method simply checks whether the contest exists.okhttp3.CallContestControllerApi.doesContestExistCall(Integer contestId, ApiCallback _callback) Build call for doesContestExistprivate okhttp3.CallContestControllerApi.doesContestExistValidateBeforeCall(Integer contestId, ApiCallback _callback) okhttp3.CallContestControllerApi.getContestAsync(Integer contestId, ApiCallback<ContestDTO> _callback) Returns the specified contest.okhttp3.CallContestControllerApi.getContestCall(Integer contestId, ApiCallback _callback) Build call for getContestokhttp3.CallContestControllerApi.getContestsAsync(Integer offset, Integer limit, ApiCallback<ContestListDTO> _callback) This endpoint will return a collection of contests based on the paging values assigned (asynchronously)okhttp3.CallContestControllerApi.getContestsCall(Integer offset, Integer limit, ApiCallback _callback) Build call for getContestsprivate okhttp3.CallContestControllerApi.getContestsValidateBeforeCall(Integer offset, Integer limit, ApiCallback _callback) private okhttp3.CallContestControllerApi.getContestValidateBeforeCall(Integer contestId, ApiCallback _callback) okhttp3.CallContestControllerApi.updateContestAsync(Integer contestId, ContestDTO contestDTO, ApiCallback<Void> _callback) Update an existing contest -- perhaps to schedule it or report scores.okhttp3.CallContestControllerApi.updateContestCall(Integer contestId, ContestDTO contestDTO, ApiCallback _callback) Build call for updateContestprivate okhttp3.CallContestControllerApi.updateContestValidateBeforeCall(Integer contestId, ContestDTO contestDTO, ApiCallback _callback)