| Package | Description |
|---|---|
| com.konfigthis.splitit.client | |
| com.konfigthis.splitit.client.api |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.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,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(okhttp3.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Constructor and Description |
|---|
ProgressRequestBody(okhttp3.RequestBody requestBody,
ApiCallback callback) |
ProgressResponseBody(okhttp3.ResponseBody responseBody,
ApiCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
InstallmentPlanApiGenerated.CancelRequestBuilder.buildCall(ApiCallback _callback)
Build call for cancel
|
okhttp3.Call |
InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder.buildCall(ApiCallback _callback)
Build call for checkEligibility
|
okhttp3.Call |
InstallmentPlanApiGenerated.GetRequestBuilder.buildCall(ApiCallback _callback)
Build call for get
|
okhttp3.Call |
InstallmentPlanApiGenerated.PostRequestBuilder.buildCall(ApiCallback _callback)
Build call for post
|
okhttp3.Call |
InstallmentPlanApiGenerated.Post2RequestBuilder.buildCall(ApiCallback _callback)
Build call for post2
|
okhttp3.Call |
InstallmentPlanApiGenerated.RefundRequestBuilder.buildCall(ApiCallback _callback)
Build call for refund
|
okhttp3.Call |
InstallmentPlanApiGenerated.SearchRequestBuilder.buildCall(ApiCallback _callback)
Build call for search
|
okhttp3.Call |
InstallmentPlanApiGenerated.UpdateOrderRequestBuilder.buildCall(ApiCallback _callback)
Build call for updateOrder
|
okhttp3.Call |
InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder.buildCall(ApiCallback _callback)
Build call for updateOrder2
|
okhttp3.Call |
InstallmentPlanApiGenerated.VerifyAuthorizationRequestBuilder.buildCall(ApiCallback _callback)
Build call for verifyAuthorization
|
okhttp3.Call |
InstallmentPlanApiGenerated.PostRequestBuilder.executeAsync(ApiCallback<InitiatePlanResponse> _callback)
Execute post request (asynchronously)
|
okhttp3.Call |
InstallmentPlanApiGenerated.CancelRequestBuilder.executeAsync(ApiCallback<InstallmentPlanCancelResponse> _callback)
Execute cancel request (asynchronously)
|
okhttp3.Call |
InstallmentPlanApiGenerated.Post2RequestBuilder.executeAsync(ApiCallback<InstallmentPlanCreateResponse> _callback)
Execute post2 request (asynchronously)
|
okhttp3.Call |
InstallmentPlanApiGenerated.GetRequestBuilder.executeAsync(ApiCallback<InstallmentPlanGetResponse> _callback)
Execute get request (asynchronously)
|
okhttp3.Call |
InstallmentPlanApiGenerated.RefundRequestBuilder.executeAsync(ApiCallback<InstallmentPlanRefundResponse> _callback)
Execute refund request (asynchronously)
|
okhttp3.Call |
InstallmentPlanApiGenerated.SearchRequestBuilder.executeAsync(ApiCallback<InstallmentPlanSearchResponse> _callback)
Execute search request (asynchronously)
|
okhttp3.Call |
InstallmentPlanApiGenerated.UpdateOrderRequestBuilder.executeAsync(ApiCallback<InstallmentPlanUpdateResponse> _callback)
Execute updateOrder request (asynchronously)
|
okhttp3.Call |
InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder.executeAsync(ApiCallback<InstallmentPlanUpdateResponse> _callback)
Execute updateOrder2 request (asynchronously)
|
okhttp3.Call |
InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder.executeAsync(ApiCallback<InstallmentsEligibilityResponse> _callback)
Execute checkEligibility request (asynchronously)
|
okhttp3.Call |
InstallmentPlanApiGenerated.VerifyAuthorizationRequestBuilder.executeAsync(ApiCallback<VerifyAuthorizationResponse> _callback)
Execute verifyAuthorization request (asynchronously)
|
Copyright © 2023. All rights reserved.