public class InboxForwarderControllerApi extends Object
Constructor and Description |
---|
InboxForwarderControllerApi() |
InboxForwarderControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
InboxForwarderDto |
createNewInboxForwarder(UUID inboxId,
CreateInboxForwarderOptions createInboxForwarderOptions)
Create an inbox forwarder
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
createNewInboxForwarderAsync(UUID inboxId,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback<InboxForwarderDto> _callback)
Create an inbox forwarder (asynchronously)
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
createNewInboxForwarderCall(UUID inboxId,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback _callback)
Build call for createNewInboxForwarder
|
ApiResponse<InboxForwarderDto> |
createNewInboxForwarderWithHttpInfo(UUID inboxId,
CreateInboxForwarderOptions createInboxForwarderOptions)
Create an inbox forwarder
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
void |
deleteInboxForwarder(UUID id)
Delete an inbox forwarder
Delete inbox forwarder
|
okhttp3.Call |
deleteInboxForwarderAsync(UUID id,
ApiCallback<Void> _callback)
Delete an inbox forwarder (asynchronously)
Delete inbox forwarder
|
okhttp3.Call |
deleteInboxForwarderCall(UUID id,
ApiCallback _callback)
Build call for deleteInboxForwarder
|
void |
deleteInboxForwarders(UUID inboxId)
Delete inbox forwarders
Delete inbox forwarders.
|
okhttp3.Call |
deleteInboxForwardersAsync(UUID inboxId,
ApiCallback<Void> _callback)
Delete inbox forwarders (asynchronously)
Delete inbox forwarders.
|
okhttp3.Call |
deleteInboxForwardersCall(UUID inboxId,
ApiCallback _callback)
Build call for deleteInboxForwarders
|
ApiResponse<Void> |
deleteInboxForwardersWithHttpInfo(UUID inboxId)
Delete inbox forwarders
Delete inbox forwarders.
|
ApiResponse<Void> |
deleteInboxForwarderWithHttpInfo(UUID id)
Delete an inbox forwarder
Delete inbox forwarder
|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
InboxForwarderDto |
getInboxForwarder(UUID id)
Get an inbox forwarder
Get inbox ruleset
|
okhttp3.Call |
getInboxForwarderAsync(UUID id,
ApiCallback<InboxForwarderDto> _callback)
Get an inbox forwarder (asynchronously)
Get inbox ruleset
|
okhttp3.Call |
getInboxForwarderCall(UUID id,
ApiCallback _callback)
Build call for getInboxForwarder
|
PageInboxForwarderEvents |
getInboxForwarderEvents(UUID id,
Integer page,
Integer size,
String sort)
Get an inbox forwarder event list
Get inbox ruleset events
|
okhttp3.Call |
getInboxForwarderEventsAsync(UUID id,
Integer page,
Integer size,
String sort,
ApiCallback<PageInboxForwarderEvents> _callback)
Get an inbox forwarder event list (asynchronously)
Get inbox ruleset events
|
okhttp3.Call |
getInboxForwarderEventsCall(UUID id,
Integer page,
Integer size,
String sort,
ApiCallback _callback)
Build call for getInboxForwarderEvents
|
ApiResponse<PageInboxForwarderEvents> |
getInboxForwarderEventsWithHttpInfo(UUID id,
Integer page,
Integer size,
String sort)
Get an inbox forwarder event list
Get inbox ruleset events
|
PageInboxForwarderDto |
getInboxForwarders(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
List inbox forwarders
List all forwarders attached to an inbox
|
okhttp3.Call |
getInboxForwardersAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageInboxForwarderDto> _callback)
List inbox forwarders (asynchronously)
List all forwarders attached to an inbox
|
okhttp3.Call |
getInboxForwardersCall(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getInboxForwarders
|
ApiResponse<PageInboxForwarderDto> |
getInboxForwardersWithHttpInfo(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
List inbox forwarders
List all forwarders attached to an inbox
|
ApiResponse<InboxForwarderDto> |
getInboxForwarderWithHttpInfo(UUID id)
Get an inbox forwarder
Get inbox ruleset
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
InboxForwarderTestResult |
testInboxForwarder(UUID id,
InboxForwarderTestOptions inboxForwarderTestOptions)
Test an inbox forwarder
Test an inbox forwarder
|
okhttp3.Call |
testInboxForwarderAsync(UUID id,
InboxForwarderTestOptions inboxForwarderTestOptions,
ApiCallback<InboxForwarderTestResult> _callback)
Test an inbox forwarder (asynchronously)
Test an inbox forwarder
|
okhttp3.Call |
testInboxForwarderCall(UUID id,
InboxForwarderTestOptions inboxForwarderTestOptions,
ApiCallback _callback)
Build call for testInboxForwarder
|
InboxForwarderTestResult |
testInboxForwardersForInbox(UUID inboxId,
InboxForwarderTestOptions inboxForwarderTestOptions)
Test inbox forwarders for inbox
Test inbox forwarders for inbox
|
okhttp3.Call |
testInboxForwardersForInboxAsync(UUID inboxId,
InboxForwarderTestOptions inboxForwarderTestOptions,
ApiCallback<InboxForwarderTestResult> _callback)
Test inbox forwarders for inbox (asynchronously)
Test inbox forwarders for inbox
|
okhttp3.Call |
testInboxForwardersForInboxCall(UUID inboxId,
InboxForwarderTestOptions inboxForwarderTestOptions,
ApiCallback _callback)
Build call for testInboxForwardersForInbox
|
ApiResponse<InboxForwarderTestResult> |
testInboxForwardersForInboxWithHttpInfo(UUID inboxId,
InboxForwarderTestOptions inboxForwarderTestOptions)
Test inbox forwarders for inbox
Test inbox forwarders for inbox
|
ApiResponse<InboxForwarderTestResult> |
testInboxForwarderWithHttpInfo(UUID id,
InboxForwarderTestOptions inboxForwarderTestOptions)
Test an inbox forwarder
Test an inbox forwarder
|
InboxForwarderTestResult |
testNewInboxForwarder(TestNewInboxForwarderOptions testNewInboxForwarderOptions)
Test new inbox forwarder
Test new inbox forwarder
|
okhttp3.Call |
testNewInboxForwarderAsync(TestNewInboxForwarderOptions testNewInboxForwarderOptions,
ApiCallback<InboxForwarderTestResult> _callback)
Test new inbox forwarder (asynchronously)
Test new inbox forwarder
|
okhttp3.Call |
testNewInboxForwarderCall(TestNewInboxForwarderOptions testNewInboxForwarderOptions,
ApiCallback _callback)
Build call for testNewInboxForwarder
|
ApiResponse<InboxForwarderTestResult> |
testNewInboxForwarderWithHttpInfo(TestNewInboxForwarderOptions testNewInboxForwarderOptions)
Test new inbox forwarder
Test new inbox forwarder
|
InboxForwarderDto |
updateInboxForwarder(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions)
Update an inbox forwarder
Update inbox ruleset
|
okhttp3.Call |
updateInboxForwarderAsync(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback<InboxForwarderDto> _callback)
Update an inbox forwarder (asynchronously)
Update inbox ruleset
|
okhttp3.Call |
updateInboxForwarderCall(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback _callback)
Build call for updateInboxForwarder
|
ApiResponse<InboxForwarderDto> |
updateInboxForwarderWithHttpInfo(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions)
Update an inbox forwarder
Update inbox ruleset
|
public InboxForwarderControllerApi()
public InboxForwarderControllerApi(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 createNewInboxForwarderCall(UUID inboxId, CreateInboxForwarderOptions createInboxForwarderOptions, ApiCallback _callback) throws ApiException
inboxId
- Inbox id to attach forwarder to (required)createInboxForwarderOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public InboxForwarderDto createNewInboxForwarder(UUID inboxId, CreateInboxForwarderOptions createInboxForwarderOptions) throws ApiException
inboxId
- Inbox id to attach forwarder to (required)createInboxForwarderOptions
- (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<InboxForwarderDto> createNewInboxForwarderWithHttpInfo(UUID inboxId, CreateInboxForwarderOptions createInboxForwarderOptions) throws ApiException
inboxId
- Inbox id to attach forwarder to (required)createInboxForwarderOptions
- (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 createNewInboxForwarderAsync(UUID inboxId, CreateInboxForwarderOptions createInboxForwarderOptions, ApiCallback<InboxForwarderDto> _callback) throws ApiException
inboxId
- Inbox id to attach forwarder to (required)createInboxForwarderOptions
- (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 deleteInboxForwarderCall(UUID id, ApiCallback _callback) throws ApiException
id
- ID of inbox forwarder (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public void deleteInboxForwarder(UUID id) throws ApiException
id
- ID of inbox forwarder (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> deleteInboxForwarderWithHttpInfo(UUID id) throws ApiException
id
- ID of inbox forwarder (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 deleteInboxForwarderAsync(UUID id, ApiCallback<Void> _callback) throws ApiException
id
- ID of inbox forwarder (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 deleteInboxForwardersCall(UUID inboxId, ApiCallback _callback) throws ApiException
inboxId
- Optional inbox id to attach forwarder 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 deleteInboxForwarders(UUID inboxId) throws ApiException
inboxId
- Optional inbox id to attach forwarder 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> deleteInboxForwardersWithHttpInfo(UUID inboxId) throws ApiException
inboxId
- Optional inbox id to attach forwarder 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 deleteInboxForwardersAsync(UUID inboxId, ApiCallback<Void> _callback) throws ApiException
inboxId
- Optional inbox id to attach forwarder 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 getInboxForwarderCall(UUID id, ApiCallback _callback) throws ApiException
id
- ID of inbox forwarder (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public InboxForwarderDto getInboxForwarder(UUID id) throws ApiException
id
- ID of inbox forwarder (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<InboxForwarderDto> getInboxForwarderWithHttpInfo(UUID id) throws ApiException
id
- ID of inbox forwarder (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 getInboxForwarderAsync(UUID id, ApiCallback<InboxForwarderDto> _callback) throws ApiException
id
- ID of inbox forwarder (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 getInboxForwarderEventsCall(UUID id, Integer page, Integer size, String sort, ApiCallback _callback) throws ApiException
id
- ID of inbox forwarder (required)page
- Optional page index in inbox forwarder event list pagination (optional, default to 0)size
- Optional page size in inbox forwarder 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 PageInboxForwarderEvents getInboxForwarderEvents(UUID id, Integer page, Integer size, String sort) throws ApiException
id
- ID of inbox forwarder (required)page
- Optional page index in inbox forwarder event list pagination (optional, default to 0)size
- Optional page size in inbox forwarder 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<PageInboxForwarderEvents> getInboxForwarderEventsWithHttpInfo(UUID id, Integer page, Integer size, String sort) throws ApiException
id
- ID of inbox forwarder (required)page
- Optional page index in inbox forwarder event list pagination (optional, default to 0)size
- Optional page size in inbox forwarder 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 getInboxForwarderEventsAsync(UUID id, Integer page, Integer size, String sort, ApiCallback<PageInboxForwarderEvents> _callback) throws ApiException
id
- ID of inbox forwarder (required)page
- Optional page index in inbox forwarder event list pagination (optional, default to 0)size
- Optional page size in inbox forwarder 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 getInboxForwardersCall(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
inboxId
- Optional inbox id to get forwarders from (optional)page
- Optional page index in inbox forwarder list pagination (optional, default to 0)size
- Optional page size in inbox forwarder list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)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 PageInboxForwarderDto getInboxForwarders(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
inboxId
- Optional inbox id to get forwarders from (optional)page
- Optional page index in inbox forwarder list pagination (optional, default to 0)size
- Optional page size in inbox forwarder list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)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<PageInboxForwarderDto> getInboxForwardersWithHttpInfo(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
inboxId
- Optional inbox id to get forwarders from (optional)page
- Optional page index in inbox forwarder list pagination (optional, default to 0)size
- Optional page size in inbox forwarder list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)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 getInboxForwardersAsync(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageInboxForwarderDto> _callback) throws ApiException
inboxId
- Optional inbox id to get forwarders from (optional)page
- Optional page index in inbox forwarder list pagination (optional, default to 0)size
- Optional page size in inbox forwarder list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)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 testInboxForwarderCall(UUID id, InboxForwarderTestOptions inboxForwarderTestOptions, ApiCallback _callback) throws ApiException
id
- ID of inbox forwarder (required)inboxForwarderTestOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public InboxForwarderTestResult testInboxForwarder(UUID id, InboxForwarderTestOptions inboxForwarderTestOptions) throws ApiException
id
- ID of inbox forwarder (required)inboxForwarderTestOptions
- (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<InboxForwarderTestResult> testInboxForwarderWithHttpInfo(UUID id, InboxForwarderTestOptions inboxForwarderTestOptions) throws ApiException
id
- ID of inbox forwarder (required)inboxForwarderTestOptions
- (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 testInboxForwarderAsync(UUID id, InboxForwarderTestOptions inboxForwarderTestOptions, ApiCallback<InboxForwarderTestResult> _callback) throws ApiException
id
- ID of inbox forwarder (required)inboxForwarderTestOptions
- (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 testInboxForwardersForInboxCall(UUID inboxId, InboxForwarderTestOptions inboxForwarderTestOptions, ApiCallback _callback) throws ApiException
inboxId
- ID of inbox (required)inboxForwarderTestOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public InboxForwarderTestResult testInboxForwardersForInbox(UUID inboxId, InboxForwarderTestOptions inboxForwarderTestOptions) throws ApiException
inboxId
- ID of inbox (required)inboxForwarderTestOptions
- (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<InboxForwarderTestResult> testInboxForwardersForInboxWithHttpInfo(UUID inboxId, InboxForwarderTestOptions inboxForwarderTestOptions) throws ApiException
inboxId
- ID of inbox (required)inboxForwarderTestOptions
- (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 testInboxForwardersForInboxAsync(UUID inboxId, InboxForwarderTestOptions inboxForwarderTestOptions, ApiCallback<InboxForwarderTestResult> _callback) throws ApiException
inboxId
- ID of inbox (required)inboxForwarderTestOptions
- (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 testNewInboxForwarderCall(TestNewInboxForwarderOptions testNewInboxForwarderOptions, ApiCallback _callback) throws ApiException
testNewInboxForwarderOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public InboxForwarderTestResult testNewInboxForwarder(TestNewInboxForwarderOptions testNewInboxForwarderOptions) throws ApiException
testNewInboxForwarderOptions
- (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<InboxForwarderTestResult> testNewInboxForwarderWithHttpInfo(TestNewInboxForwarderOptions testNewInboxForwarderOptions) throws ApiException
testNewInboxForwarderOptions
- (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 testNewInboxForwarderAsync(TestNewInboxForwarderOptions testNewInboxForwarderOptions, ApiCallback<InboxForwarderTestResult> _callback) throws ApiException
testNewInboxForwarderOptions
- (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 updateInboxForwarderCall(UUID id, CreateInboxForwarderOptions createInboxForwarderOptions, ApiCallback _callback) throws ApiException
id
- ID of inbox forwarder (required)createInboxForwarderOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public InboxForwarderDto updateInboxForwarder(UUID id, CreateInboxForwarderOptions createInboxForwarderOptions) throws ApiException
id
- ID of inbox forwarder (required)createInboxForwarderOptions
- (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<InboxForwarderDto> updateInboxForwarderWithHttpInfo(UUID id, CreateInboxForwarderOptions createInboxForwarderOptions) throws ApiException
id
- ID of inbox forwarder (required)createInboxForwarderOptions
- (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 updateInboxForwarderAsync(UUID id, CreateInboxForwarderOptions createInboxForwarderOptions, ApiCallback<InboxForwarderDto> _callback) throws ApiException
id
- ID of inbox forwarder (required)createInboxForwarderOptions
- (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.