public class CommonCustomerAPI extends Object
| Constructor and Description |
|---|
CommonCustomerAPI() |
CommonCustomerAPI(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
ResponseCommonCustomer |
getCustomer()
Get Customer
Obtain basic information on the customer that has authorised the current session
|
okhttp3.Call |
getCustomerAsync(ApiCallback<ResponseCommonCustomer> _callback)
Get Customer (asynchronously)
Obtain basic information on the customer that has authorised the current session
|
okhttp3.Call |
getCustomerCall(ApiCallback _callback)
Build call for getCustomer
|
ResponseCommonCustomerDetail |
getCustomerDetail()
Get Customer Detail
Obtain detailed information on the authorised customer within the current session.
|
okhttp3.Call |
getCustomerDetailAsync(ApiCallback<ResponseCommonCustomerDetail> _callback)
Get Customer Detail (asynchronously)
Obtain detailed information on the authorised customer within the current session.
|
okhttp3.Call |
getCustomerDetailCall(ApiCallback _callback)
Build call for getCustomerDetail
|
ApiResponse<ResponseCommonCustomerDetail> |
getCustomerDetailWithHttpInfo()
Get Customer Detail
Obtain detailed information on the authorised customer within the current session.
|
ApiResponse<ResponseCommonCustomer> |
getCustomerWithHttpInfo()
Get Customer
Obtain basic information on the customer that has authorised the current session
|
void |
setApiClient(ApiClient apiClient) |
public CommonCustomerAPI()
public CommonCustomerAPI(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getCustomerCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public ResponseCommonCustomer getCustomer() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public ApiResponse<ResponseCommonCustomer> getCustomerWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public okhttp3.Call getCustomerAsync(ApiCallback<ResponseCommonCustomer> _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
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public okhttp3.Call getCustomerDetailCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public ResponseCommonCustomerDetail getCustomerDetail() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public ApiResponse<ResponseCommonCustomerDetail> getCustomerDetailWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public okhttp3.Call getCustomerDetailAsync(ApiCallback<ResponseCommonCustomerDetail> _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
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
Copyright © 2019. All rights reserved.