| Package | Description |
|---|---|
| com.konfigthis.splitit.client | |
| com.konfigthis.splitit.client.api | |
| com.konfigthis.splitit.client.auth |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| 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> T |
ApiClient.deserialize(okhttp3.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(okhttp3.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
okhttp3.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
void |
ApiClient.updateParamsForAuth(String[] authNames,
List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method)
Update query and header parameters based on authentication settings.
|
| 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
|
InstallmentPlanCancelResponse |
InstallmentPlanApiGenerated.CancelRequestBuilder.execute()
Execute cancel request
|
InstallmentsEligibilityResponse |
InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder.execute()
Execute checkEligibility request
|
InstallmentPlanGetResponse |
InstallmentPlanApiGenerated.GetRequestBuilder.execute()
Execute get request
|
InitiatePlanResponse |
InstallmentPlanApiGenerated.PostRequestBuilder.execute()
Execute post request
|
InstallmentPlanCreateResponse |
InstallmentPlanApiGenerated.Post2RequestBuilder.execute()
Execute post2 request
|
InstallmentPlanRefundResponse |
InstallmentPlanApiGenerated.RefundRequestBuilder.execute()
Execute refund request
|
InstallmentPlanSearchResponse |
InstallmentPlanApiGenerated.SearchRequestBuilder.execute()
Execute search request
|
InstallmentPlanUpdateResponse |
InstallmentPlanApiGenerated.UpdateOrderRequestBuilder.execute()
Execute updateOrder request
|
InstallmentPlanUpdateResponse |
InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder.execute()
Execute updateOrder2 request
|
VerifyAuthorizationResponse |
InstallmentPlanApiGenerated.VerifyAuthorizationRequestBuilder.execute()
Execute verifyAuthorization request
|
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)
|
ApiResponse<InstallmentPlanCancelResponse> |
InstallmentPlanApiGenerated.CancelRequestBuilder.executeWithHttpInfo()
Execute cancel request with HTTP info returned
|
ApiResponse<InstallmentsEligibilityResponse> |
InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder.executeWithHttpInfo()
Execute checkEligibility request with HTTP info returned
|
ApiResponse<InstallmentPlanGetResponse> |
InstallmentPlanApiGenerated.GetRequestBuilder.executeWithHttpInfo()
Execute get request with HTTP info returned
|
ApiResponse<InitiatePlanResponse> |
InstallmentPlanApiGenerated.PostRequestBuilder.executeWithHttpInfo()
Execute post request with HTTP info returned
|
ApiResponse<InstallmentPlanCreateResponse> |
InstallmentPlanApiGenerated.Post2RequestBuilder.executeWithHttpInfo()
Execute post2 request with HTTP info returned
|
ApiResponse<InstallmentPlanRefundResponse> |
InstallmentPlanApiGenerated.RefundRequestBuilder.executeWithHttpInfo()
Execute refund request with HTTP info returned
|
ApiResponse<InstallmentPlanSearchResponse> |
InstallmentPlanApiGenerated.SearchRequestBuilder.executeWithHttpInfo()
Execute search request with HTTP info returned
|
ApiResponse<InstallmentPlanUpdateResponse> |
InstallmentPlanApiGenerated.UpdateOrderRequestBuilder.executeWithHttpInfo()
Execute updateOrder request with HTTP info returned
|
ApiResponse<InstallmentPlanUpdateResponse> |
InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder.executeWithHttpInfo()
Execute updateOrder2 request with HTTP info returned
|
ApiResponse<VerifyAuthorizationResponse> |
InstallmentPlanApiGenerated.VerifyAuthorizationRequestBuilder.executeWithHttpInfo()
Execute verifyAuthorization request with HTTP info returned
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpBearerAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method) |
void |
Authentication.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method)
Apply authentication settings to header and query params.
|
void |
OAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method) |
void |
ApiKeyAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method) |
void |
HttpBasicAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method) |
void |
RetryingOAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method) |
Copyright © 2023. All rights reserved.