public class InstallmentPlanApiGenerated.SearchRequestBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for search
|
InstallmentPlanSearchResponse |
execute()
Execute search request
|
okhttp3.Call |
executeAsync(ApiCallback<InstallmentPlanSearchResponse> _callback)
Execute search request (asynchronously)
|
ApiResponse<InstallmentPlanSearchResponse> |
executeWithHttpInfo()
Execute search request with HTTP info returned
|
InstallmentPlanApiGenerated.SearchRequestBuilder |
extendedParams(Map<String,String> extendedParams)
Set extendedParams
|
InstallmentPlanApiGenerated.SearchRequestBuilder |
installmentPlanNumber(String installmentPlanNumber)
Set installmentPlanNumber
|
InstallmentPlanApiGenerated.SearchRequestBuilder |
refOrderNumber(String refOrderNumber)
Set refOrderNumber
|
public InstallmentPlanApiGenerated.SearchRequestBuilder installmentPlanNumber(String installmentPlanNumber)
installmentPlanNumber - (optional)public InstallmentPlanApiGenerated.SearchRequestBuilder refOrderNumber(String refOrderNumber)
refOrderNumber - (optional)public InstallmentPlanApiGenerated.SearchRequestBuilder extendedParams(Map<String,String> extendedParams)
extendedParams - (optional)public okhttp3.Call buildCall(ApiCallback _callback) throws ApiException
_callback - ApiCallback API callbackApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | - |
public InstallmentPlanSearchResponse execute() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | - |
public ApiResponse<InstallmentPlanSearchResponse> executeWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | - |
public okhttp3.Call executeAsync(ApiCallback<InstallmentPlanSearchResponse> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | - |
Copyright © 2023. All rights reserved.