@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.EmailDomainApi")
public class EmailDomainApi
extends java.lang.Object
Constructor and Description |
---|
EmailDomainApi() |
EmailDomainApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
<T> T |
createEmailDomain(java.lang.Class<?> T,
EmailDomain emailDomain)
Create an Email Domain
Creates a custom email domain
|
EmailDomainResponse |
createEmailDomain(EmailDomain emailDomain)
Create an Email Domain
Creates a custom email domain
|
PagedList |
createEmailDomainWithPaginationInfo(EmailDomain emailDomain)
Create an Email Domain
Creates a custom email domain
|
void |
deleteEmailDomain(java.lang.String emailDomainId)
Delete an Email Domain
Deletes an Email Domain by `emailDomainId`
|
ApiClient |
getApiClient() |
EmailDomainResponse |
getEmailDomain(java.lang.String emailDomainId)
Retrieve a Email Domain
Retrieves an Email Domain by `emailDomainId`
|
PagedList |
getEmailDomainWithPaginationInfo(java.lang.String emailDomainId)
Retrieve a Email Domain
Retrieves an Email Domain by `emailDomainId`
|
java.util.List<Brand> |
listEmailDomainBrands(java.lang.String emailDomainId)
List all brands linked to an email domain
Lists all brands linked to an email domain
|
PagedList |
listEmailDomainBrandsWithPaginationInfo(java.lang.String emailDomainId)
List all brands linked to an email domain
Lists all brands linked to an email domain
|
EmailDomainListResponse |
listEmailDomains()
List all email domains
Lists all the email domains in your org
|
PagedList |
listEmailDomainsWithPaginationInfo()
List all email domains
Lists all the email domains in your org
|
<T> T |
replaceEmailDomain(java.lang.Class<?> T,
java.lang.String emailDomainId,
UpdateEmailDomain updateEmailDomain)
Replace an Email Domain
Replaces an email domain by `emailDomainId`
|
EmailDomainResponse |
replaceEmailDomain(java.lang.String emailDomainId,
UpdateEmailDomain updateEmailDomain)
Replace an Email Domain
Replaces an email domain by `emailDomainId`
|
PagedList |
replaceEmailDomainWithPaginationInfo(java.lang.String emailDomainId,
UpdateEmailDomain updateEmailDomain)
Replace an Email Domain
Replaces an email domain by `emailDomainId`
|
void |
setApiClient(ApiClient apiClient) |
EmailDomainResponse |
verifyEmailDomain(java.lang.String emailDomainId)
Verify an Email Domain
Verifies an Email Domain by `emailDomainId`
|
PagedList |
verifyEmailDomainWithPaginationInfo(java.lang.String emailDomainId)
Verify an Email Domain
Verifies an Email Domain by `emailDomainId`
|
public EmailDomainApi()
@Autowired public EmailDomainApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public EmailDomainResponse createEmailDomain(EmailDomain emailDomain) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
emailDomain
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createEmailDomain(java.lang.Class<?> T, EmailDomain emailDomain) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typeemailDomain
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createEmailDomainWithPaginationInfo(EmailDomain emailDomain) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
emailDomain
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteEmailDomain(java.lang.String emailDomainId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
emailDomainId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EmailDomainResponse getEmailDomain(java.lang.String emailDomainId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
emailDomainId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getEmailDomainWithPaginationInfo(java.lang.String emailDomainId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
emailDomainId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<Brand> listEmailDomainBrands(java.lang.String emailDomainId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
emailDomainId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listEmailDomainBrandsWithPaginationInfo(java.lang.String emailDomainId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
emailDomainId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EmailDomainListResponse listEmailDomains() throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listEmailDomainsWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EmailDomainResponse replaceEmailDomain(java.lang.String emailDomainId, UpdateEmailDomain updateEmailDomain) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
emailDomainId
- (required)updateEmailDomain
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceEmailDomain(java.lang.Class<?> T, java.lang.String emailDomainId, UpdateEmailDomain updateEmailDomain) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeemailDomainId
- (required)updateEmailDomain
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceEmailDomainWithPaginationInfo(java.lang.String emailDomainId, UpdateEmailDomain updateEmailDomain) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
emailDomainId
- (required)updateEmailDomain
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EmailDomainResponse verifyEmailDomain(java.lang.String emailDomainId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
emailDomainId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList verifyEmailDomainWithPaginationInfo(java.lang.String emailDomainId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
emailDomainId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.