@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-02-10T11:07:35.698-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.EmailDomainApi") public class EmailDomainApi extends Object
Constructor and Description |
---|
EmailDomainApi() |
EmailDomainApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
<T> T |
createEmailDomain(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(String emailDomainId)
Delete an Email Domain
Deletes an Email Domain by `emailDomainId`
|
ApiClient |
getApiClient() |
EmailDomainResponse |
getEmailDomain(String emailDomainId)
Retrieve a Email Domain
Retrieves an Email Domain by `emailDomainId`
|
PagedList |
getEmailDomainWithPaginationInfo(String emailDomainId)
Retrieve a Email Domain
Retrieves an Email Domain by `emailDomainId`
|
List<Brand> |
listEmailDomainBrands(String emailDomainId)
List all brands linked to an email domain
Lists all brands linked to an email domain
|
PagedList |
listEmailDomainBrandsWithPaginationInfo(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(Class<?> T,
String emailDomainId,
UpdateEmailDomain updateEmailDomain)
Replace an Email Domain
Replaces an email domain by `emailDomainId`
|
EmailDomainResponse |
replaceEmailDomain(String emailDomainId,
UpdateEmailDomain updateEmailDomain)
Replace an Email Domain
Replaces an email domain by `emailDomainId`
|
PagedList |
replaceEmailDomainWithPaginationInfo(String emailDomainId,
UpdateEmailDomain updateEmailDomain)
Replace an Email Domain
Replaces an email domain by `emailDomainId`
|
void |
setApiClient(ApiClient apiClient) |
EmailDomainResponse |
verifyEmailDomain(String emailDomainId)
Verify an Email Domain
Verifies an Email Domain by `emailDomainId`
|
PagedList |
verifyEmailDomainWithPaginationInfo(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(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(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(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(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 List<Brand> listEmailDomainBrands(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(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(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(Class<?> T, 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(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(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(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–2023 Okta. All rights reserved.