Class EmailDomainApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
createEmailDomain
(Class<?> T, EmailDomain emailDomain) Create an Email Domain Creates a custom email domaincreateEmailDomain
(EmailDomain emailDomain) Create an Email Domain Creates a custom email domainorg.springframework.http.ResponseEntity<EmailDomainResponse>
createEmailDomainWithHttpInfo
(EmailDomain emailDomain) Create an Email Domain Creates a custom email domaincreateEmailDomainWithPaginationInfo
(EmailDomain emailDomain) Create an Email Domain Creates a custom email domainvoid
deleteEmailDomain
(String emailDomainId) Delete an Email Domain Deletes an Email Domain by `emailDomainId`org.springframework.http.ResponseEntity<Void>
deleteEmailDomainWithHttpInfo
(String emailDomainId) Delete an Email Domain Deletes an Email Domain by `emailDomainId`getEmailDomain
(String emailDomainId) Retrieve a Email Domain Retrieves an Email Domain by `emailDomainId`org.springframework.http.ResponseEntity<EmailDomainResponse>
getEmailDomainWithHttpInfo
(String emailDomainId) Retrieve a Email Domain Retrieves an Email Domain by `emailDomainId`getEmailDomainWithPaginationInfo
(String emailDomainId) Retrieve a Email Domain Retrieves an Email Domain by `emailDomainId`listEmailDomainBrands
(String emailDomainId) List all brands linked to an email domain Lists all brands linked to an email domainlistEmailDomainBrandsWithHttpInfo
(String emailDomainId) List all brands linked to an email domain Lists all brands linked to an email domainlistEmailDomainBrandsWithPaginationInfo
(String emailDomainId) List all brands linked to an email domain Lists all brands linked to an email domainList all email domains Lists all the email domains in your orgorg.springframework.http.ResponseEntity<EmailDomainListResponse>
List all email domains Lists all the email domains in your orgList all email domains Lists all the email domains in your org<T> T
replaceEmailDomain
(Class<?> T, String emailDomainId, UpdateEmailDomain updateEmailDomain) Replace an Email Domain Replaces an email domain by `emailDomainId`replaceEmailDomain
(String emailDomainId, UpdateEmailDomain updateEmailDomain) Replace an Email Domain Replaces an email domain by `emailDomainId`org.springframework.http.ResponseEntity<EmailDomainResponse>
replaceEmailDomainWithHttpInfo
(String emailDomainId, UpdateEmailDomain updateEmailDomain) Replace an Email Domain Replaces an email domain by `emailDomainId`replaceEmailDomainWithPaginationInfo
(String emailDomainId, UpdateEmailDomain updateEmailDomain) Replace an Email Domain Replaces an email domain by `emailDomainId`void
setApiClient
(ApiClient apiClient) verifyEmailDomain
(String emailDomainId) Verify an Email Domain Verifies an Email Domain by `emailDomainId`org.springframework.http.ResponseEntity<EmailDomainResponse>
verifyEmailDomainWithHttpInfo
(String emailDomainId) Verify an Email Domain Verifies an Email Domain by `emailDomainId`verifyEmailDomainWithPaginationInfo
(String emailDomainId) Verify an Email Domain Verifies an Email Domain by `emailDomainId`
-
Constructor Details
-
EmailDomainApi
public EmailDomainApi() -
EmailDomainApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createEmailDomain
public EmailDomainResponse createEmailDomain(EmailDomain emailDomain) throws org.springframework.web.client.RestClientException Create an Email Domain Creates a custom email domain200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
emailDomain
- (required)- Returns:
- EmailDomainResponse
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createEmailDomain
public <T> T createEmailDomain(Class<?> T, EmailDomain emailDomain) throws org.springframework.web.client.RestClientException Create an Email Domain Creates a custom email domain200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
T
- (required) - the assignable return typeemailDomain
- (required)- Returns:
- T instance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createEmailDomainWithHttpInfo
public org.springframework.http.ResponseEntity<EmailDomainResponse> createEmailDomainWithHttpInfo(EmailDomain emailDomain) throws org.springframework.web.client.RestClientException Create an Email Domain Creates a custom email domain200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
emailDomain
- (required)- Returns:
- ResponseEntity<EmailDomainResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createEmailDomainWithPaginationInfo
public PagedList createEmailDomainWithPaginationInfo(EmailDomain emailDomain) throws org.springframework.web.client.RestClientException Create an Email Domain Creates a custom email domain200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
emailDomain
- (required)- Returns:
- ResponseEntity<EmailDomainResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deleteEmailDomain
public void deleteEmailDomain(String emailDomainId) throws org.springframework.web.client.RestClientException Delete an Email Domain Deletes an Email Domain by `emailDomainId`204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deleteEmailDomainWithHttpInfo
public org.springframework.http.ResponseEntity<Void> deleteEmailDomainWithHttpInfo(String emailDomainId) throws org.springframework.web.client.RestClientException Delete an Email Domain Deletes an Email Domain by `emailDomainId`204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)- Returns:
- ResponseEntity<Void>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getEmailDomain
public EmailDomainResponse getEmailDomain(String emailDomainId) throws org.springframework.web.client.RestClientException Retrieve a Email Domain Retrieves an Email Domain by `emailDomainId`200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)- Returns:
- EmailDomainResponse
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getEmailDomainWithHttpInfo
public org.springframework.http.ResponseEntity<EmailDomainResponse> getEmailDomainWithHttpInfo(String emailDomainId) throws org.springframework.web.client.RestClientException Retrieve a Email Domain Retrieves an Email Domain by `emailDomainId`200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)- Returns:
- ResponseEntity<EmailDomainResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getEmailDomainWithPaginationInfo
public PagedList getEmailDomainWithPaginationInfo(String emailDomainId) throws org.springframework.web.client.RestClientException Retrieve a Email Domain Retrieves an Email Domain by `emailDomainId`200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)- Returns:
- ResponseEntity<EmailDomainResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listEmailDomainBrands
public List<Brand> listEmailDomainBrands(String emailDomainId) throws org.springframework.web.client.RestClientException List all brands linked to an email domain Lists all brands linked to an email domain200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)- Returns:
- List<Brand>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listEmailDomainBrandsWithHttpInfo
public org.springframework.http.ResponseEntity<List<Brand>> listEmailDomainBrandsWithHttpInfo(String emailDomainId) throws org.springframework.web.client.RestClientException List all brands linked to an email domain Lists all brands linked to an email domain200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)- Returns:
- ResponseEntity<List<Brand>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listEmailDomainBrandsWithPaginationInfo
public PagedList listEmailDomainBrandsWithPaginationInfo(String emailDomainId) throws org.springframework.web.client.RestClientException List all brands linked to an email domain Lists all brands linked to an email domain200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)- Returns:
- ResponseEntity<List<Brand>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listEmailDomains
public EmailDomainListResponse listEmailDomains() throws org.springframework.web.client.RestClientExceptionList all email domains Lists all the email domains in your org200 - OK
403 - Forbidden
429 - Too Many Requests
- Returns:
- EmailDomainListResponse
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listEmailDomainsWithHttpInfo
public org.springframework.http.ResponseEntity<EmailDomainListResponse> listEmailDomainsWithHttpInfo() throws org.springframework.web.client.RestClientExceptionList all email domains Lists all the email domains in your org200 - OK
403 - Forbidden
429 - Too Many Requests
- Returns:
- ResponseEntity<EmailDomainListResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listEmailDomainsWithPaginationInfo
public PagedList listEmailDomainsWithPaginationInfo() throws org.springframework.web.client.RestClientExceptionList all email domains Lists all the email domains in your org200 - OK
403 - Forbidden
429 - Too Many Requests
- Returns:
- ResponseEntity<EmailDomainListResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
replaceEmailDomain
public EmailDomainResponse replaceEmailDomain(String emailDomainId, UpdateEmailDomain updateEmailDomain) throws org.springframework.web.client.RestClientException Replace an Email Domain Replaces an email domain by `emailDomainId`200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)updateEmailDomain
- (required)- Returns:
- EmailDomainResponse
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
replaceEmailDomain
public <T> T replaceEmailDomain(Class<?> T, String emailDomainId, UpdateEmailDomain updateEmailDomain) throws org.springframework.web.client.RestClientException Replace an Email Domain Replaces an email domain by `emailDomainId`200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
T
- (required) - the assignable return typeemailDomainId
- (required)updateEmailDomain
- (required)- Returns:
- T instance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
replaceEmailDomainWithHttpInfo
public org.springframework.http.ResponseEntity<EmailDomainResponse> replaceEmailDomainWithHttpInfo(String emailDomainId, UpdateEmailDomain updateEmailDomain) throws org.springframework.web.client.RestClientException Replace an Email Domain Replaces an email domain by `emailDomainId`200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)updateEmailDomain
- (required)- Returns:
- ResponseEntity<EmailDomainResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
replaceEmailDomainWithPaginationInfo
public PagedList replaceEmailDomainWithPaginationInfo(String emailDomainId, UpdateEmailDomain updateEmailDomain) throws org.springframework.web.client.RestClientException Replace an Email Domain Replaces an email domain by `emailDomainId`200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)updateEmailDomain
- (required)- Returns:
- ResponseEntity<EmailDomainResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
verifyEmailDomain
public EmailDomainResponse verifyEmailDomain(String emailDomainId) throws org.springframework.web.client.RestClientException Verify an Email Domain Verifies an Email Domain by `emailDomainId`200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)- Returns:
- EmailDomainResponse
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
verifyEmailDomainWithHttpInfo
public org.springframework.http.ResponseEntity<EmailDomainResponse> verifyEmailDomainWithHttpInfo(String emailDomainId) throws org.springframework.web.client.RestClientException Verify an Email Domain Verifies an Email Domain by `emailDomainId`200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)- Returns:
- ResponseEntity<EmailDomainResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
verifyEmailDomainWithPaginationInfo
public PagedList verifyEmailDomainWithPaginationInfo(String emailDomainId) throws org.springframework.web.client.RestClientException Verify an Email Domain Verifies an Email Domain by `emailDomainId`200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
emailDomainId
- (required)- Returns:
- ResponseEntity<EmailDomainResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-