public class InboxReplierControllerApi extends Object
Constructor and Description |
---|
InboxReplierControllerApi() |
InboxReplierControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
InboxReplierDto |
createNewInboxReplier(CreateInboxReplierOptions createInboxReplierOptions)
Create an inbox replier
Create a new inbox rule for reply toing, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
createNewInboxReplierAsync(CreateInboxReplierOptions createInboxReplierOptions,
ApiCallback<InboxReplierDto> _callback)
Create an inbox replier (asynchronously)
Create a new inbox rule for reply toing, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
createNewInboxReplierCall(CreateInboxReplierOptions createInboxReplierOptions,
ApiCallback _callback)
Build call for createNewInboxReplier
|
ApiResponse<InboxReplierDto> |
createNewInboxReplierWithHttpInfo(CreateInboxReplierOptions createInboxReplierOptions)
Create an inbox replier
Create a new inbox rule for reply toing, blocking, and allowing emails when sending and receiving
|
void |
deleteInboxReplier(UUID id)
Delete an inbox replier
Delete inbox replier
|
okhttp3.Call |
deleteInboxReplierAsync(UUID id,
ApiCallback<Void> _callback)
Delete an inbox replier (asynchronously)
Delete inbox replier
|
okhttp3.Call |
deleteInboxReplierCall(UUID id,
ApiCallback _callback)
Build call for deleteInboxReplier
|
void |
deleteInboxRepliers(UUID inboxId)
Delete inbox repliers
Delete inbox repliers.
|
okhttp3.Call |
deleteInboxRepliersAsync(UUID inboxId,
ApiCallback<Void> _callback)
Delete inbox repliers (asynchronously)
Delete inbox repliers.
|
okhttp3.Call |
deleteInboxRepliersCall(UUID inboxId,
ApiCallback _callback)
Build call for deleteInboxRepliers
|
ApiResponse<Void> |
deleteInboxRepliersWithHttpInfo(UUID inboxId)
Delete inbox repliers
Delete inbox repliers.
|
ApiResponse<Void> |
deleteInboxReplierWithHttpInfo(UUID id)
Delete an inbox replier
Delete inbox replier
|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
InboxReplierDto |
getInboxReplier(UUID id)
Get an inbox replier
Get inbox ruleset
|
okhttp3.Call |
getInboxReplierAsync(UUID id,
ApiCallback<InboxReplierDto> _callback)
Get an inbox replier (asynchronously)
Get inbox ruleset
|
okhttp3.Call |
getInboxReplierCall(UUID id,
ApiCallback _callback)
Build call for getInboxReplier
|
PageInboxReplierEvents |
getInboxReplierEvents(UUID id,
Integer page,
Integer size,
String sort)
Get an inbox replier event list
Get inbox ruleset events
|
okhttp3.Call |
getInboxReplierEventsAsync(UUID id,
Integer page,
Integer size,
String sort,
ApiCallback<PageInboxReplierEvents> _callback)
Get an inbox replier event list (asynchronously)
Get inbox ruleset events
|
okhttp3.Call |
getInboxReplierEventsCall(UUID id,
Integer page,
Integer size,
String sort,
ApiCallback _callback)
Build call for getInboxReplierEvents
|
ApiResponse<PageInboxReplierEvents> |
getInboxReplierEventsWithHttpInfo(UUID id,
Integer page,
Integer size,
String sort)
Get an inbox replier event list
Get inbox ruleset events
|
PageInboxReplierDto |
getInboxRepliers(UUID inboxId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
List inbox repliers
List all repliers attached to an inbox
|
okhttp3.Call |
getInboxRepliersAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageInboxReplierDto> _callback)
List inbox repliers (asynchronously)
List all repliers attached to an inbox
|
okhttp3.Call |
getInboxRepliersCall(UUID inboxId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getInboxRepliers
|
ApiResponse<PageInboxReplierDto> |
getInboxRepliersWithHttpInfo(UUID inboxId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
List inbox repliers
List all repliers attached to an inbox
|
ApiResponse<InboxReplierDto> |
getInboxReplierWithHttpInfo(UUID id)
Get an inbox replier
Get inbox ruleset
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
InboxReplierDto |
updateInboxReplier(UUID id,
UpdateInboxReplierOptions updateInboxReplierOptions)
Update an inbox replier
Update inbox ruleset
|
okhttp3.Call |
updateInboxReplierAsync(UUID id,
UpdateInboxReplierOptions updateInboxReplierOptions,
ApiCallback<InboxReplierDto> _callback)
Update an inbox replier (asynchronously)
Update inbox ruleset
|
okhttp3.Call |
updateInboxReplierCall(UUID id,
UpdateInboxReplierOptions updateInboxReplierOptions,
ApiCallback _callback)
Build call for updateInboxReplier
|
ApiResponse<InboxReplierDto> |
updateInboxReplierWithHttpInfo(UUID id,
UpdateInboxReplierOptions updateInboxReplierOptions)
Update an inbox replier
Update inbox ruleset
|
public InboxReplierControllerApi()
public InboxReplierControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call createNewInboxReplierCall(CreateInboxReplierOptions createInboxReplierOptions, ApiCallback _callback) throws ApiException
createInboxReplierOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public InboxReplierDto createNewInboxReplier(CreateInboxReplierOptions createInboxReplierOptions) throws ApiException
createInboxReplierOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<InboxReplierDto> createNewInboxReplierWithHttpInfo(CreateInboxReplierOptions createInboxReplierOptions) throws ApiException
createInboxReplierOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call createNewInboxReplierAsync(CreateInboxReplierOptions createInboxReplierOptions, ApiCallback<InboxReplierDto> _callback) throws ApiException
createInboxReplierOptions
- (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call deleteInboxReplierCall(UUID id, ApiCallback _callback) throws ApiException
id
- ID of inbox replier (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public void deleteInboxReplier(UUID id) throws ApiException
id
- ID of inbox replier (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public ApiResponse<Void> deleteInboxReplierWithHttpInfo(UUID id) throws ApiException
id
- ID of inbox replier (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call deleteInboxReplierAsync(UUID id, ApiCallback<Void> _callback) throws ApiException
id
- ID of inbox replier (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 objectStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call deleteInboxRepliersCall(UUID inboxId, ApiCallback _callback) throws ApiException
inboxId
- Optional inbox id to attach replier to (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public void deleteInboxRepliers(UUID inboxId) throws ApiException
inboxId
- Optional inbox id to attach replier to (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public ApiResponse<Void> deleteInboxRepliersWithHttpInfo(UUID inboxId) throws ApiException
inboxId
- Optional inbox id to attach replier to (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call deleteInboxRepliersAsync(UUID inboxId, ApiCallback<Void> _callback) throws ApiException
inboxId
- Optional inbox id to attach replier to (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call getInboxReplierCall(UUID id, ApiCallback _callback) throws ApiException
id
- ID of inbox replier (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public InboxReplierDto getInboxReplier(UUID id) throws ApiException
id
- ID of inbox replier (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<InboxReplierDto> getInboxReplierWithHttpInfo(UUID id) throws ApiException
id
- ID of inbox replier (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getInboxReplierAsync(UUID id, ApiCallback<InboxReplierDto> _callback) throws ApiException
id
- ID of inbox replier (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getInboxReplierEventsCall(UUID id, Integer page, Integer size, String sort, ApiCallback _callback) throws ApiException
id
- ID of inbox replier (required)page
- Optional page index in inbox replier event list pagination (optional, default to 0)size
- Optional page size in inbox replier event list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageInboxReplierEvents getInboxReplierEvents(UUID id, Integer page, Integer size, String sort) throws ApiException
id
- ID of inbox replier (required)page
- Optional page index in inbox replier event list pagination (optional, default to 0)size
- Optional page size in inbox replier event list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageInboxReplierEvents> getInboxReplierEventsWithHttpInfo(UUID id, Integer page, Integer size, String sort) throws ApiException
id
- ID of inbox replier (required)page
- Optional page index in inbox replier event list pagination (optional, default to 0)size
- Optional page size in inbox replier event list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getInboxReplierEventsAsync(UUID id, Integer page, Integer size, String sort, ApiCallback<PageInboxReplierEvents> _callback) throws ApiException
id
- ID of inbox replier (required)page
- Optional page index in inbox replier event list pagination (optional, default to 0)size
- Optional page size in inbox replier event list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getInboxRepliersCall(UUID inboxId, Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
inboxId
- Optional inbox id to get repliers from (optional)page
- Optional page index in inbox replier list pagination (optional, default to 0)size
- Optional page size in inbox replier list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageInboxReplierDto getInboxRepliers(UUID inboxId, Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
inboxId
- Optional inbox id to get repliers from (optional)page
- Optional page index in inbox replier list pagination (optional, default to 0)size
- Optional page size in inbox replier list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageInboxReplierDto> getInboxRepliersWithHttpInfo(UUID inboxId, Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
inboxId
- Optional inbox id to get repliers from (optional)page
- Optional page index in inbox replier list pagination (optional, default to 0)size
- Optional page size in inbox replier list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getInboxRepliersAsync(UUID inboxId, Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageInboxReplierDto> _callback) throws ApiException
inboxId
- Optional inbox id to get repliers from (optional)page
- Optional page index in inbox replier list pagination (optional, default to 0)size
- Optional page size in inbox replier list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call updateInboxReplierCall(UUID id, UpdateInboxReplierOptions updateInboxReplierOptions, ApiCallback _callback) throws ApiException
id
- ID of inbox replier (required)updateInboxReplierOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public InboxReplierDto updateInboxReplier(UUID id, UpdateInboxReplierOptions updateInboxReplierOptions) throws ApiException
id
- ID of inbox replier (required)updateInboxReplierOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<InboxReplierDto> updateInboxReplierWithHttpInfo(UUID id, UpdateInboxReplierOptions updateInboxReplierOptions) throws ApiException
id
- ID of inbox replier (required)updateInboxReplierOptions
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call updateInboxReplierAsync(UUID id, UpdateInboxReplierOptions updateInboxReplierOptions, ApiCallback<InboxReplierDto> _callback) throws ApiException
id
- ID of inbox replier (required)updateInboxReplierOptions
- (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 objectStatus Code | Description | Response Headers |
200 | OK | - |
Copyright © 2023. All rights reserved.