@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.DomainApi")
public class DomainApi
extends java.lang.Object
Constructor and Description |
---|
DomainApi() |
DomainApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
<T> T |
createDomain(java.lang.Class<?> T,
Domain domain)
Create a Domain
Creates your domain
|
DomainResponse |
createDomain(Domain domain)
Create a Domain
Creates your domain
|
PagedList |
createDomainWithPaginationInfo(Domain domain)
Create a Domain
Creates your domain
|
void |
deleteDomain(java.lang.String domainId)
Delete a Domain
Deletes a Domain by `id`
|
ApiClient |
getApiClient() |
DomainResponse |
getDomain(java.lang.String domainId)
Retrieve a Domain
Retrieves a Domain by `id`
|
PagedList |
getDomainWithPaginationInfo(java.lang.String domainId)
Retrieve a Domain
Retrieves a Domain by `id`
|
DomainListResponse |
listDomains()
List all Domains
Lists all verified custom Domains for the org
|
PagedList |
listDomainsWithPaginationInfo()
List all Domains
Lists all verified custom Domains for the org
|
<T> T |
replaceDomain(java.lang.Class<?> T,
java.lang.String domainId,
UpdateDomain updateDomain)
Replace a Domain's brandId
Replaces a Domain by `id`
|
DomainResponse |
replaceDomain(java.lang.String domainId,
UpdateDomain updateDomain)
Replace a Domain's brandId
Replaces a Domain by `id`
|
PagedList |
replaceDomainWithPaginationInfo(java.lang.String domainId,
UpdateDomain updateDomain)
Replace a Domain's brandId
Replaces a Domain by `id`
|
void |
setApiClient(ApiClient apiClient) |
void |
upsertCertificate(java.lang.Class<?> T,
java.lang.String domainId,
DomainCertificate certificate)
Upsert the Certificate
Creates or replaces the certificate for the domain
|
void |
upsertCertificate(java.lang.String domainId,
DomainCertificate certificate)
Upsert the Certificate
Creates or replaces the certificate for the domain
|
DomainResponse |
verifyDomain(java.lang.String domainId)
Verify a Domain
Verifies the Domain by `id`
|
PagedList |
verifyDomainWithPaginationInfo(java.lang.String domainId)
Verify a Domain
Verifies the Domain by `id`
|
public DomainApi()
@Autowired public DomainApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public DomainResponse createDomain(Domain domain) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
domain
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createDomain(java.lang.Class<?> T, Domain domain) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typedomain
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createDomainWithPaginationInfo(Domain domain) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
domain
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteDomain(java.lang.String domainId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
domainId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic DomainResponse getDomain(java.lang.String domainId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
domainId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getDomainWithPaginationInfo(java.lang.String domainId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
domainId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic DomainListResponse listDomains() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listDomainsWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic DomainResponse replaceDomain(java.lang.String domainId, UpdateDomain updateDomain) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
domainId
- (required)updateDomain
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceDomain(java.lang.Class<?> T, java.lang.String domainId, UpdateDomain updateDomain) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typedomainId
- (required)updateDomain
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceDomainWithPaginationInfo(java.lang.String domainId, UpdateDomain updateDomain) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
domainId
- (required)updateDomain
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void upsertCertificate(java.lang.String domainId, DomainCertificate certificate) throws org.springframework.web.client.RestClientException
204 - No Content
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
domainId
- (required)certificate
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void upsertCertificate(java.lang.Class<?> T, java.lang.String domainId, DomainCertificate certificate) throws org.springframework.web.client.RestClientException
204 - No Content
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typedomainId
- (required)certificate
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic DomainResponse verifyDomain(java.lang.String domainId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
domainId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList verifyDomainWithPaginationInfo(java.lang.String domainId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
domainId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.