public class ResellerAccountApi extends Object
| Constructor and Description |
|---|
ResellerAccountApi() |
ResellerAccountApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
String |
resellerAccountsByClientUserIdGet(Integer clientUserId)
Get Reseller clients Account
Get Reseller clients Account
|
com.squareup.okhttp.Call |
resellerAccountsByClientUserIdGetAsync(Integer clientUserId,
ApiCallback<String> callback)
Get Reseller clients Account (asynchronously)
Get Reseller clients Account
|
com.squareup.okhttp.Call |
resellerAccountsByClientUserIdGetCall(Integer clientUserId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for resellerAccountsByClientUserIdGet
|
ApiResponse<String> |
resellerAccountsByClientUserIdGetWithHttpInfo(Integer clientUserId)
Get Reseller clients Account
Get Reseller clients Account
|
String |
resellerAccountsByClientUserIdPut(Integer clientUserId,
ResellerAccount resellerAccount)
Update Reseller clients Account
Update Reseller clients Account
|
com.squareup.okhttp.Call |
resellerAccountsByClientUserIdPutAsync(Integer clientUserId,
ResellerAccount resellerAccount,
ApiCallback<String> callback)
Update Reseller clients Account (asynchronously)
Update Reseller clients Account
|
com.squareup.okhttp.Call |
resellerAccountsByClientUserIdPutCall(Integer clientUserId,
ResellerAccount resellerAccount,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for resellerAccountsByClientUserIdPut
|
ApiResponse<String> |
resellerAccountsByClientUserIdPutWithHttpInfo(Integer clientUserId,
ResellerAccount resellerAccount)
Update Reseller clients Account
Update Reseller clients Account
|
String |
resellerAccountsGet(Integer page,
Integer limit)
Get list of reseller accounts
Get list of reseller accounts
|
com.squareup.okhttp.Call |
resellerAccountsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of reseller accounts (asynchronously)
Get list of reseller accounts
|
com.squareup.okhttp.Call |
resellerAccountsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for resellerAccountsGet
|
ApiResponse<String> |
resellerAccountsGetWithHttpInfo(Integer page,
Integer limit)
Get list of reseller accounts
Get list of reseller accounts
|
String |
resellerAccountsPost(ResellerAccount resellerAccount)
Create reseller account
Create reseller account
|
com.squareup.okhttp.Call |
resellerAccountsPostAsync(ResellerAccount resellerAccount,
ApiCallback<String> callback)
Create reseller account (asynchronously)
Create reseller account
|
com.squareup.okhttp.Call |
resellerAccountsPostCall(ResellerAccount resellerAccount,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for resellerAccountsPost
|
ApiResponse<String> |
resellerAccountsPostWithHttpInfo(ResellerAccount resellerAccount)
Create reseller account
Create reseller account
|
void |
setApiClient(ApiClient apiClient) |
public ResellerAccountApi()
public ResellerAccountApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call resellerAccountsByClientUserIdGetCall(Integer clientUserId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clientUserId - User ID of client (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String resellerAccountsByClientUserIdGet(Integer clientUserId) throws ApiException
clientUserId - User ID of client (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> resellerAccountsByClientUserIdGetWithHttpInfo(Integer clientUserId) throws ApiException
clientUserId - User ID of client (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call resellerAccountsByClientUserIdGetAsync(Integer clientUserId, ApiCallback<String> callback) throws ApiException
clientUserId - User ID of client (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call resellerAccountsByClientUserIdPutCall(Integer clientUserId, ResellerAccount resellerAccount, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clientUserId - User ID of client (required)resellerAccount - ResellerAccount model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String resellerAccountsByClientUserIdPut(Integer clientUserId, ResellerAccount resellerAccount) throws ApiException
clientUserId - User ID of client (required)resellerAccount - ResellerAccount model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> resellerAccountsByClientUserIdPutWithHttpInfo(Integer clientUserId, ResellerAccount resellerAccount) throws ApiException
clientUserId - User ID of client (required)resellerAccount - ResellerAccount model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call resellerAccountsByClientUserIdPutAsync(Integer clientUserId, ResellerAccount resellerAccount, ApiCallback<String> callback) throws ApiException
clientUserId - User ID of client (required)resellerAccount - ResellerAccount model (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call resellerAccountsGetCall(Integer page, Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String resellerAccountsGet(Integer page, Integer limit) throws ApiException
page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> resellerAccountsGetWithHttpInfo(Integer page, Integer limit) throws ApiException
page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call resellerAccountsGetAsync(Integer page, Integer limit, ApiCallback<String> callback) throws ApiException
page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call resellerAccountsPostCall(ResellerAccount resellerAccount, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
resellerAccount - ResellerAccount model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String resellerAccountsPost(ResellerAccount resellerAccount) throws ApiException
resellerAccount - ResellerAccount model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> resellerAccountsPostWithHttpInfo(ResellerAccount resellerAccount) throws ApiException
resellerAccount - ResellerAccount model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call resellerAccountsPostAsync(ResellerAccount resellerAccount, ApiCallback<String> callback) throws ApiException
resellerAccount - ResellerAccount model (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2019. All rights reserved.