public class EmailsApi
extends java.lang.Object
| Constructor and Description |
|---|
EmailsApi() |
EmailsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
ListEmailsResponse |
listEmails(java.lang.Integer companyId)
List Emails List Emails.
|
okhttp3.Call |
listEmailsAsync(java.lang.Integer companyId,
ApiCallback<ListEmailsResponse> _callback)
List Emails (asynchronously) List Emails.
|
okhttp3.Call |
listEmailsCall(java.lang.Integer companyId,
ApiCallback _callback)
Build call for listEmails
|
ApiResponse<ListEmailsResponse> |
listEmailsWithHttpInfo(java.lang.Integer companyId)
List Emails List Emails.
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public EmailsApi()
public EmailsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public java.lang.String getCustomBaseUrl()
public void setCustomBaseUrl(java.lang.String customBaseUrl)
public okhttp3.Call listEmailsCall(java.lang.Integer companyId,
ApiCallback _callback)
throws ApiException
companyId - The ID of the company. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | Example response | - |
public ListEmailsResponse listEmails(java.lang.Integer companyId) throws ApiException
companyId - The ID of the company. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | Example response | - |
public ApiResponse<ListEmailsResponse> listEmailsWithHttpInfo(java.lang.Integer companyId) throws ApiException
companyId - The ID of the company. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | Example response | - |
public okhttp3.Call listEmailsAsync(java.lang.Integer companyId,
ApiCallback<ListEmailsResponse> _callback)
throws ApiException
companyId - The ID of the company. (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 object| Status Code | Description | Response Headers |
| 200 | Example response | - |