public class EmailVerificationControllerApi extends Object
Constructor and Description |
---|
EmailVerificationControllerApi() |
EmailVerificationControllerApi(ApiClient apiClient) |
public EmailVerificationControllerApi()
public EmailVerificationControllerApi(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 getValidationRequestsCall(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean isValid, ApiCallback _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size for paginated result list. (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to DESC)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)isValid
- Filter where email is valid is true or false (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageEmailValidationRequest getValidationRequests(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean isValid) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size for paginated result list. (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to DESC)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)isValid
- Filter where email is valid is true or false (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<PageEmailValidationRequest> getValidationRequestsWithHttpInfo(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean isValid) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size for paginated result list. (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to DESC)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)isValid
- Filter where email is valid is true or false (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 getValidationRequestsAsync(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, Boolean isValid, ApiCallback<PageEmailValidationRequest> _callback) throws ApiException
page
- Optional page index in list pagination (optional, default to 0)size
- Optional page size for paginated result list. (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to DESC)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)isValid
- Filter where email is valid is true or false (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 validateEmailAddressListCall(ValidateEmailAddressListOptions validateEmailAddressListOptions, ApiCallback _callback) throws ApiException
validateEmailAddressListOptions
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public ValidateEmailAddressListResult validateEmailAddressList(ValidateEmailAddressListOptions validateEmailAddressListOptions) throws ApiException
validateEmailAddressListOptions
- (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<ValidateEmailAddressListResult> validateEmailAddressListWithHttpInfo(ValidateEmailAddressListOptions validateEmailAddressListOptions) throws ApiException
validateEmailAddressListOptions
- (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 validateEmailAddressListAsync(ValidateEmailAddressListOptions validateEmailAddressListOptions, ApiCallback<ValidateEmailAddressListResult> _callback) throws ApiException
validateEmailAddressListOptions
- (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.