@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.CustomizationApi")
public class CustomizationApi
extends java.lang.Object
Constructor and Description |
---|
CustomizationApi() |
CustomizationApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
<T> T |
createBrand(java.lang.Class<?> T,
CreateBrandRequest createBrandRequest)
Create a Brand
Creates new brand in your org
|
Brand |
createBrand(CreateBrandRequest createBrandRequest)
Create a Brand
Creates new brand in your org
|
PagedList |
createBrandWithPaginationInfo(CreateBrandRequest createBrandRequest)
Create a Brand
Creates new brand in your org
|
<T> T |
createEmailCustomization(java.lang.Class<?> T,
java.lang.String brandId,
java.lang.String templateName,
EmailCustomization instance)
Create an Email Customization
Creates a new email customization
|
EmailCustomization |
createEmailCustomization(java.lang.String brandId,
java.lang.String templateName,
EmailCustomization instance)
Create an Email Customization
Creates a new email customization
|
PagedList |
createEmailCustomizationWithPaginationInfo(java.lang.String brandId,
java.lang.String templateName,
EmailCustomization instance)
Create an Email Customization
Creates a new email customization
|
void |
deleteAllCustomizations(java.lang.String brandId,
java.lang.String templateName)
Delete all Email Customizations
Deletes all customizations for an email template
|
void |
deleteBrand(java.lang.String brandId)
Delete a brand
Deletes a brand by its unique identifier
|
void |
deleteBrandThemeBackgroundImage(java.lang.String brandId,
java.lang.String themeId)
Delete the Background Image
Deletes a Theme background image
|
void |
deleteBrandThemeFavicon(java.lang.String brandId,
java.lang.String themeId)
Delete the Favicon
Deletes a Theme favicon.
|
void |
deleteBrandThemeLogo(java.lang.String brandId,
java.lang.String themeId)
Delete the Logo
Deletes a Theme logo.
|
void |
deleteEmailCustomization(java.lang.String brandId,
java.lang.String templateName,
java.lang.String customizationId)
Delete an Email Customization
Deletes an email customization by its unique identifier
|
ApiClient |
getApiClient() |
Brand |
getBrand(java.lang.String brandId)
Retrieve a Brand
Retrieves a brand by `brandId`
|
ThemeResponse |
getBrandTheme(java.lang.String brandId,
java.lang.String themeId)
Retrieve a Theme
Retrieves a theme for a brand
|
PagedList |
getBrandThemeWithPaginationInfo(java.lang.String brandId,
java.lang.String themeId)
Retrieve a Theme
Retrieves a theme for a brand
|
PagedList |
getBrandWithPaginationInfo(java.lang.String brandId)
Retrieve a Brand
Retrieves a brand by `brandId`
|
EmailPreview |
getCustomizationPreview(java.lang.String brandId,
java.lang.String templateName,
java.lang.String customizationId)
Retrieve a Preview of an Email Customization
Generates a preview of an email customization.
|
PagedList |
getCustomizationPreviewWithPaginationInfo(java.lang.String brandId,
java.lang.String templateName,
java.lang.String customizationId)
Retrieve a Preview of an Email Customization
Generates a preview of an email customization.
|
CustomizablePage |
getCustomizedErrorPage(java.lang.String brandId)
Retrieve the Customized Error Page
Retrieves the customized error page
|
PagedList |
getCustomizedErrorPageWithPaginationInfo(java.lang.String brandId)
Retrieve the Customized Error Page
Retrieves the customized error page
|
SignInPage |
getCustomizedSignInPage(java.lang.String brandId)
Retrieve the Customized Sign-in Page
Retrieves the customized sign-in page
|
PagedList |
getCustomizedSignInPageWithPaginationInfo(java.lang.String brandId)
Retrieve the Customized Sign-in Page
Retrieves the customized sign-in page
|
CustomizablePage |
getDefaultErrorPage(java.lang.String brandId)
Retrieve the Default Error Page
Retrieves the default error page
|
PagedList |
getDefaultErrorPageWithPaginationInfo(java.lang.String brandId)
Retrieve the Default Error Page
Retrieves the default error page
|
SignInPage |
getDefaultSignInPage(java.lang.String brandId)
Retrieve the Default Sign-in Page
Retrieves the default sign-in page
|
PagedList |
getDefaultSignInPageWithPaginationInfo(java.lang.String brandId)
Retrieve the Default Sign-in Page
Retrieves the default sign-in page
|
EmailCustomization |
getEmailCustomization(java.lang.String brandId,
java.lang.String templateName,
java.lang.String customizationId)
Retrieve an Email Customization
Retrieves an email customization by its unique identifier
|
PagedList |
getEmailCustomizationWithPaginationInfo(java.lang.String brandId,
java.lang.String templateName,
java.lang.String customizationId)
Retrieve an Email Customization
Retrieves an email customization by its unique identifier
|
EmailDefaultContent |
getEmailDefaultContent(java.lang.String brandId,
java.lang.String templateName,
java.lang.String language)
Retrieve an Email Template Default Content
Retrieves an email template's default content
|
PagedList |
getEmailDefaultContentWithPaginationInfo(java.lang.String brandId,
java.lang.String templateName,
java.lang.String language)
Retrieve an Email Template Default Content
Retrieves an email template's default content
|
EmailPreview |
getEmailDefaultPreview(java.lang.String brandId,
java.lang.String templateName,
java.lang.String language)
Retrieve a Preview of the Email Template Default Content
Generates a preview of an email template's default content.
|
PagedList |
getEmailDefaultPreviewWithPaginationInfo(java.lang.String brandId,
java.lang.String templateName,
java.lang.String language)
Retrieve a Preview of the Email Template Default Content
Generates a preview of an email template's default content.
|
EmailSettings |
getEmailSettings(java.lang.String brandId,
java.lang.String templateName)
Retrieve the Email Template Settings
Retrieves an email template's settings
|
PagedList |
getEmailSettingsWithPaginationInfo(java.lang.String brandId,
java.lang.String templateName)
Retrieve the Email Template Settings
Retrieves an email template's settings
|
EmailTemplate |
getEmailTemplate(java.lang.String brandId,
java.lang.String templateName,
java.util.List<java.lang.String> expand)
Retrieve an Email Template
Retrieves the details of an email template by name
|
PagedList |
getEmailTemplateWithPaginationInfo(java.lang.String brandId,
java.lang.String templateName,
java.util.List<java.lang.String> expand)
Retrieve an Email Template
Retrieves the details of an email template by name
|
PageRoot |
getErrorPage(java.lang.String brandId,
java.util.List<java.lang.String> expand)
Retrieve the Error Page
Retrieves the error page
|
PagedList |
getErrorPageWithPaginationInfo(java.lang.String brandId,
java.util.List<java.lang.String> expand)
Retrieve the Error Page
Retrieves the error page
|
CustomizablePage |
getPreviewErrorPage(java.lang.String brandId)
Retrieve the Preview Error Page Preview
Retrieves the preview error page
|
PagedList |
getPreviewErrorPageWithPaginationInfo(java.lang.String brandId)
Retrieve the Preview Error Page Preview
Retrieves the preview error page
|
SignInPage |
getPreviewSignInPage(java.lang.String brandId)
Retrieve the Preview Sign-in Page Preview
Retrieves the preview sign-in page
|
PagedList |
getPreviewSignInPageWithPaginationInfo(java.lang.String brandId)
Retrieve the Preview Sign-in Page Preview
Retrieves the preview sign-in page
|
PageRoot |
getSignInPage(java.lang.String brandId,
java.util.List<java.lang.String> expand)
Retrieve the Sign-in Page
Retrieves the sign-in page
|
PagedList |
getSignInPageWithPaginationInfo(java.lang.String brandId,
java.util.List<java.lang.String> expand)
Retrieve the Sign-in Page
Retrieves the sign-in page
|
HostedPage |
getSignOutPageSettings(java.lang.String brandId)
Retrieve the Sign-out Page Settings
Retrieves the sign-out page settings
|
PagedList |
getSignOutPageSettingsWithPaginationInfo(java.lang.String brandId)
Retrieve the Sign-out Page Settings
Retrieves the sign-out page settings
|
<T> T |
linkBrandDomain(java.lang.Class<?> T,
java.lang.String brandId,
CreateBrandDomainRequest createBrandDomainRequest)
Link a Brand to a Domain
Link a Brand to a Domain by `domainId`
|
BrandDomain |
linkBrandDomain(java.lang.String brandId,
CreateBrandDomainRequest createBrandDomainRequest)
Link a Brand to a Domain
Link a Brand to a Domain by `domainId`
|
PagedList |
linkBrandDomainWithPaginationInfo(java.lang.String brandId,
CreateBrandDomainRequest createBrandDomainRequest)
Link a Brand to a Domain
Link a Brand to a Domain by `domainId`
|
java.util.List<java.lang.String> |
listAllSignInWidgetVersions(java.lang.String brandId)
List all Sign-in Widget Versions
Lists all sign-in widget versions
|
PagedList |
listAllSignInWidgetVersionsWithPaginationInfo(java.lang.String brandId)
List all Sign-in Widget Versions
Lists all sign-in widget versions
|
java.util.List<DomainResponse> |
listBrandDomains(java.lang.String brandId)
List all Domains associated with a Brand
Lists all domains associated with a brand by `brandId`
|
PagedList |
listBrandDomainsWithPaginationInfo(java.lang.String brandId)
List all Domains associated with a Brand
Lists all domains associated with a brand by `brandId`
|
java.util.List<Brand> |
listBrands()
List all Brands
Lists all the brands in your org
|
PagedList |
listBrandsWithPaginationInfo()
List all Brands
Lists all the brands in your org
|
java.util.List<ThemeResponse> |
listBrandThemes(java.lang.String brandId)
List all Themes
Lists all the themes in your brand
|
PagedList |
listBrandThemesWithPaginationInfo(java.lang.String brandId)
List all Themes
Lists all the themes in your brand
|
java.util.List<EmailCustomization> |
listEmailCustomizations(java.lang.String brandId,
java.lang.String templateName,
java.lang.String after,
java.lang.Integer limit)
List all Email Customizations
Lists all customizations of an email template
|
PagedList |
listEmailCustomizationsWithPaginationInfo(java.lang.String brandId,
java.lang.String templateName,
java.lang.String after,
java.lang.Integer limit)
List all Email Customizations
Lists all customizations of an email template
|
java.util.List<EmailTemplate> |
listEmailTemplates(java.lang.String brandId,
java.lang.String after,
java.lang.Integer limit,
java.util.List<java.lang.String> expand)
List all Email Templates
Lists all email templates
|
PagedList |
listEmailTemplatesWithPaginationInfo(java.lang.String brandId,
java.lang.String after,
java.lang.Integer limit,
java.util.List<java.lang.String> expand)
List all Email Templates
Lists all email templates
|
<T> T |
replaceBrand(java.lang.Class<?> T,
java.lang.String brandId,
BrandRequest brand)
Replace a Brand
Replaces a brand by `brandId`
|
Brand |
replaceBrand(java.lang.String brandId,
BrandRequest brand)
Replace a Brand
Replaces a brand by `brandId`
|
<T> T |
replaceBrandTheme(java.lang.Class<?> T,
java.lang.String brandId,
java.lang.String themeId,
Theme theme)
Replace a Theme
Replaces a theme for a brand
|
ThemeResponse |
replaceBrandTheme(java.lang.String brandId,
java.lang.String themeId,
Theme theme)
Replace a Theme
Replaces a theme for a brand
|
PagedList |
replaceBrandThemeWithPaginationInfo(java.lang.String brandId,
java.lang.String themeId,
Theme theme)
Replace a Theme
Replaces a theme for a brand
|
PagedList |
replaceBrandWithPaginationInfo(java.lang.String brandId,
BrandRequest brand)
Replace a Brand
Replaces a brand by `brandId`
|
<T> T |
replaceCustomizedErrorPage(java.lang.Class<?> T,
java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Customized Error Page
Replaces the customized error page
|
CustomizablePage |
replaceCustomizedErrorPage(java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Customized Error Page
Replaces the customized error page
|
PagedList |
replaceCustomizedErrorPageWithPaginationInfo(java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Customized Error Page
Replaces the customized error page
|
<T> T |
replaceCustomizedSignInPage(java.lang.Class<?> T,
java.lang.String brandId,
SignInPage signInPage)
Replace the Customized Sign-in Page
Replaces the customized sign-in page
|
SignInPage |
replaceCustomizedSignInPage(java.lang.String brandId,
SignInPage signInPage)
Replace the Customized Sign-in Page
Replaces the customized sign-in page
|
PagedList |
replaceCustomizedSignInPageWithPaginationInfo(java.lang.String brandId,
SignInPage signInPage)
Replace the Customized Sign-in Page
Replaces the customized sign-in page
|
<T> T |
replaceEmailCustomization(java.lang.Class<?> T,
java.lang.String brandId,
java.lang.String templateName,
java.lang.String customizationId,
EmailCustomization instance)
Replace an Email Customization
Replaces an existing email customization using the property values provided
|
EmailCustomization |
replaceEmailCustomization(java.lang.String brandId,
java.lang.String templateName,
java.lang.String customizationId,
EmailCustomization instance)
Replace an Email Customization
Replaces an existing email customization using the property values provided
|
PagedList |
replaceEmailCustomizationWithPaginationInfo(java.lang.String brandId,
java.lang.String templateName,
java.lang.String customizationId,
EmailCustomization instance)
Replace an Email Customization
Replaces an existing email customization using the property values provided
|
void |
replaceEmailSettings(java.lang.Class<?> T,
java.lang.String brandId,
java.lang.String templateName,
EmailSettings emailSettings)
Replace the Email Template Settings
Replaces an email template's settings
|
void |
replaceEmailSettings(java.lang.String brandId,
java.lang.String templateName,
EmailSettings emailSettings)
Replace the Email Template Settings
Replaces an email template's settings
|
<T> T |
replacePreviewErrorPage(java.lang.Class<?> T,
java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Preview Error Page
Replace the preview error page
|
CustomizablePage |
replacePreviewErrorPage(java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Preview Error Page
Replace the preview error page
|
PagedList |
replacePreviewErrorPageWithPaginationInfo(java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Preview Error Page
Replace the preview error page
|
<T> T |
replacePreviewSignInPage(java.lang.Class<?> T,
java.lang.String brandId,
SignInPage signInPage)
Replace the Preview Sign-in Page
Replace the preview sign-in page
|
SignInPage |
replacePreviewSignInPage(java.lang.String brandId,
SignInPage signInPage)
Replace the Preview Sign-in Page
Replace the preview sign-in page
|
PagedList |
replacePreviewSignInPageWithPaginationInfo(java.lang.String brandId,
SignInPage signInPage)
Replace the Preview Sign-in Page
Replace the preview sign-in page
|
<T> T |
replaceSignOutPageSettings(java.lang.Class<?> T,
java.lang.String brandId,
HostedPage hostedPage)
Replace the Sign-out Page Settings
Replaces the sign-out page settings
|
HostedPage |
replaceSignOutPageSettings(java.lang.String brandId,
HostedPage hostedPage)
Replace the Sign-out Page Settings
Replaces the sign-out page settings
|
PagedList |
replaceSignOutPageSettingsWithPaginationInfo(java.lang.String brandId,
HostedPage hostedPage)
Replace the Sign-out Page Settings
Replaces the sign-out page settings
|
void |
resetCustomizedErrorPage(java.lang.String brandId)
Reset the Customized Error Page
Resets the customized error page
|
void |
resetCustomizedSignInPage(java.lang.String brandId)
Reset the Customized Sign-in Page
Reset the customized sign-in page
|
void |
resetPreviewErrorPage(java.lang.String brandId)
Reset the Preview Error Page
Reset the preview error page
|
void |
resetPreviewSignInPage(java.lang.String brandId)
Reset the Preview Sign-in Page
Reset the preview sign-in page
|
void |
sendTestEmail(java.lang.String brandId,
java.lang.String templateName,
java.lang.String language)
Send a Test Email
Sends a test email to the current user’s primary and secondary email addresses.
|
void |
setApiClient(ApiClient apiClient) |
void |
unlinkBrandDomain(java.lang.String brandId,
java.lang.String domainId)
Unlink a Brand from a Domain
Unlink brand and domain by its unique identifier
|
ImageUploadResponse |
uploadBrandThemeBackgroundImage(java.lang.String brandId,
java.lang.String themeId,
java.io.File _file)
Upload the Background Image
Updates the background image for your Theme
|
PagedList |
uploadBrandThemeBackgroundImageWithPaginationInfo(java.lang.String brandId,
java.lang.String themeId,
java.io.File _file)
Upload the Background Image
Updates the background image for your Theme
|
ImageUploadResponse |
uploadBrandThemeFavicon(java.lang.String brandId,
java.lang.String themeId,
java.io.File _file)
Upload the Favicon
Updates the favicon for your theme
|
PagedList |
uploadBrandThemeFaviconWithPaginationInfo(java.lang.String brandId,
java.lang.String themeId,
java.io.File _file)
Upload the Favicon
Updates the favicon for your theme
|
ImageUploadResponse |
uploadBrandThemeLogo(java.lang.String brandId,
java.lang.String themeId,
java.io.File _file)
Upload the Logo
Updates the logo for your Theme
|
PagedList |
uploadBrandThemeLogoWithPaginationInfo(java.lang.String brandId,
java.lang.String themeId,
java.io.File _file)
Upload the Logo
Updates the logo for your Theme
|
public CustomizationApi()
@Autowired public CustomizationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public Brand createBrand(CreateBrandRequest createBrandRequest) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
createBrandRequest
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createBrand(java.lang.Class<?> T, CreateBrandRequest createBrandRequest) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typecreateBrandRequest
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createBrandWithPaginationInfo(CreateBrandRequest createBrandRequest) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
createBrandRequest
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EmailCustomization createEmailCustomization(java.lang.String brandId, java.lang.String templateName, EmailCustomization instance) throws org.springframework.web.client.RestClientException
201 - Successfully created the email customization.
400 - Bad Request
403 - Forbidden
404 - Not Found
409 - Could not create the email customization because it conflicts with an existing email customization.
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)instance
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createEmailCustomization(java.lang.Class<?> T, java.lang.String brandId, java.lang.String templateName, EmailCustomization instance) throws org.springframework.web.client.RestClientException
201 - Successfully created the email customization.
400 - Bad Request
403 - Forbidden
404 - Not Found
409 - Could not create the email customization because it conflicts with an existing email customization.
429 - Too Many Requests
T
- (required) - the assignable return typebrandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)instance
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createEmailCustomizationWithPaginationInfo(java.lang.String brandId, java.lang.String templateName, EmailCustomization instance) throws org.springframework.web.client.RestClientException
201 - Successfully created the email customization.
400 - Bad Request
403 - Forbidden
404 - Not Found
409 - Could not create the email customization because it conflicts with an existing email customization.
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)instance
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteAllCustomizations(java.lang.String brandId, java.lang.String templateName) throws org.springframework.web.client.RestClientException
204 - Successfully deleted all customizations for the email template.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteBrand(java.lang.String brandId) throws org.springframework.web.client.RestClientException
204 - Successfully deleted the brand.
403 - Forbidden
404 - Not Found
409 - Conflict
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteBrandThemeBackgroundImage(java.lang.String brandId, java.lang.String themeId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteBrandThemeFavicon(java.lang.String brandId, java.lang.String themeId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteBrandThemeLogo(java.lang.String brandId, java.lang.String themeId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteEmailCustomization(java.lang.String brandId, java.lang.String templateName, java.lang.String customizationId) throws org.springframework.web.client.RestClientException
204 - Successfully deleted the email customization.
403 - Forbidden
404 - Not Found
409 - Could not delete the email customization deleted because it is the default email customization.
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)customizationId
- The ID of the email customization. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic Brand getBrand(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getBrandWithPaginationInfo(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ThemeResponse getBrandTheme(java.lang.String brandId, java.lang.String themeId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getBrandThemeWithPaginationInfo(java.lang.String brandId, java.lang.String themeId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EmailPreview getCustomizationPreview(java.lang.String brandId, java.lang.String templateName, java.lang.String customizationId) throws org.springframework.web.client.RestClientException
200 - Successfully generated a preview of the email customization.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)customizationId
- The ID of the email customization. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getCustomizationPreviewWithPaginationInfo(java.lang.String brandId, java.lang.String templateName, java.lang.String customizationId) throws org.springframework.web.client.RestClientException
200 - Successfully generated a preview of the email customization.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)customizationId
- The ID of the email customization. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic CustomizablePage getCustomizedErrorPage(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the customized error page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getCustomizedErrorPageWithPaginationInfo(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the customized error page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic SignInPage getCustomizedSignInPage(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the customized sign-in page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getCustomizedSignInPageWithPaginationInfo(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the customized sign-in page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic CustomizablePage getDefaultErrorPage(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the default error page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getDefaultErrorPageWithPaginationInfo(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the default error page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic SignInPage getDefaultSignInPage(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the default sign-in page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getDefaultSignInPageWithPaginationInfo(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the default sign-in page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EmailCustomization getEmailCustomization(java.lang.String brandId, java.lang.String templateName, java.lang.String customizationId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the email customization.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)customizationId
- The ID of the email customization. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getEmailCustomizationWithPaginationInfo(java.lang.String brandId, java.lang.String templateName, java.lang.String customizationId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the email customization.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)customizationId
- The ID of the email customization. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EmailDefaultContent getEmailDefaultContent(java.lang.String brandId, java.lang.String templateName, java.lang.String language) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the email template's default content.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)language
- The language to use for the email. Defaults to the current user's language if unspecified. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getEmailDefaultContentWithPaginationInfo(java.lang.String brandId, java.lang.String templateName, java.lang.String language) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the email template's default content.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)language
- The language to use for the email. Defaults to the current user's language if unspecified. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EmailPreview getEmailDefaultPreview(java.lang.String brandId, java.lang.String templateName, java.lang.String language) throws org.springframework.web.client.RestClientException
200 - Successfully generated a preview of the email template's default content.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)language
- The language to use for the email. Defaults to the current user's language if unspecified. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getEmailDefaultPreviewWithPaginationInfo(java.lang.String brandId, java.lang.String templateName, java.lang.String language) throws org.springframework.web.client.RestClientException
200 - Successfully generated a preview of the email template's default content.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)language
- The language to use for the email. Defaults to the current user's language if unspecified. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EmailSettings getEmailSettings(java.lang.String brandId, java.lang.String templateName) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the email template's settings.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getEmailSettingsWithPaginationInfo(java.lang.String brandId, java.lang.String templateName) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the email template's settings.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EmailTemplate getEmailTemplate(java.lang.String brandId, java.lang.String templateName, java.util.List<java.lang.String> expand) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the email template.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)expand
- Specifies additional metadata to be included in the response. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getEmailTemplateWithPaginationInfo(java.lang.String brandId, java.lang.String templateName, java.util.List<java.lang.String> expand) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the email template.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)expand
- Specifies additional metadata to be included in the response. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PageRoot getErrorPage(java.lang.String brandId, java.util.List<java.lang.String> expand) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the error page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)expand
- Specifies additional metadata to be included in the response. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getErrorPageWithPaginationInfo(java.lang.String brandId, java.util.List<java.lang.String> expand) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the error page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)expand
- Specifies additional metadata to be included in the response. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic CustomizablePage getPreviewErrorPage(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the preview error page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getPreviewErrorPageWithPaginationInfo(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the preview error page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic SignInPage getPreviewSignInPage(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the preview sign-in page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getPreviewSignInPageWithPaginationInfo(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the preview sign-in page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PageRoot getSignInPage(java.lang.String brandId, java.util.List<java.lang.String> expand) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the sign-in page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)expand
- Specifies additional metadata to be included in the response. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getSignInPageWithPaginationInfo(java.lang.String brandId, java.util.List<java.lang.String> expand) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the sign-in page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)expand
- Specifies additional metadata to be included in the response. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic HostedPage getSignOutPageSettings(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the sign-out page settings.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getSignOutPageSettingsWithPaginationInfo(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved the sign-out page settings.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic BrandDomain linkBrandDomain(java.lang.String brandId, CreateBrandDomainRequest createBrandDomainRequest) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
409 - Conflict
429 - Too Many Requests
brandId
- The ID of the brand. (required)createBrandDomainRequest
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T linkBrandDomain(java.lang.Class<?> T, java.lang.String brandId, CreateBrandDomainRequest createBrandDomainRequest) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
409 - Conflict
429 - Too Many Requests
T
- (required) - the assignable return typebrandId
- The ID of the brand. (required)createBrandDomainRequest
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList linkBrandDomainWithPaginationInfo(java.lang.String brandId, CreateBrandDomainRequest createBrandDomainRequest) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
409 - Conflict
429 - Too Many Requests
brandId
- The ID of the brand. (required)createBrandDomainRequest
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<java.lang.String> listAllSignInWidgetVersions(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully listed the sign-in widget versions.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listAllSignInWidgetVersionsWithPaginationInfo(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - Successfully listed the sign-in widget versions.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<DomainResponse> listBrandDomains(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listBrandDomainsWithPaginationInfo(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<ThemeResponse> listBrandThemes(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listBrandThemesWithPaginationInfo(java.lang.String brandId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<Brand> listBrands() 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 listBrandsWithPaginationInfo() 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 java.util.List<EmailCustomization> listEmailCustomizations(java.lang.String brandId, java.lang.String templateName, java.lang.String after, java.lang.Integer limit) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved all email customizations for the specified email template.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)after
- The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the `Link` response header. See [Pagination](/#pagination) for more information. (optional)limit
- A limit on the number of objects to return. (optional, default to 20)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listEmailCustomizationsWithPaginationInfo(java.lang.String brandId, java.lang.String templateName, java.lang.String after, java.lang.Integer limit) throws org.springframework.web.client.RestClientException
200 - Successfully retrieved all email customizations for the specified email template.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)after
- The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the `Link` response header. See [Pagination](/#pagination) for more information. (optional)limit
- A limit on the number of objects to return. (optional, default to 20)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<EmailTemplate> listEmailTemplates(java.lang.String brandId, java.lang.String after, java.lang.Integer limit, java.util.List<java.lang.String> expand) throws org.springframework.web.client.RestClientException
200 - Successfully returned the list of email templates.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)after
- The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the `Link` response header. See [Pagination](/#pagination) for more information. (optional)limit
- A limit on the number of objects to return. (optional, default to 20)expand
- Specifies additional metadata to be included in the response. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listEmailTemplatesWithPaginationInfo(java.lang.String brandId, java.lang.String after, java.lang.Integer limit, java.util.List<java.lang.String> expand) throws org.springframework.web.client.RestClientException
200 - Successfully returned the list of email templates.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)after
- The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the `Link` response header. See [Pagination](/#pagination) for more information. (optional)limit
- A limit on the number of objects to return. (optional, default to 20)expand
- Specifies additional metadata to be included in the response. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic Brand replaceBrand(java.lang.String brandId, BrandRequest brand) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)brand
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceBrand(java.lang.Class<?> T, java.lang.String brandId, BrandRequest brand) 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 typebrandId
- The ID of the brand. (required)brand
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceBrandWithPaginationInfo(java.lang.String brandId, BrandRequest brand) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)brand
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ThemeResponse replaceBrandTheme(java.lang.String brandId, java.lang.String themeId, Theme theme) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)theme
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceBrandTheme(java.lang.Class<?> T, java.lang.String brandId, java.lang.String themeId, Theme theme) 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 typebrandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)theme
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceBrandThemeWithPaginationInfo(java.lang.String brandId, java.lang.String themeId, Theme theme) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)theme
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic CustomizablePage replaceCustomizedErrorPage(java.lang.String brandId, CustomizablePage customizablePage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the customized error page.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)customizablePage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceCustomizedErrorPage(java.lang.Class<?> T, java.lang.String brandId, CustomizablePage customizablePage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the customized error page.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typebrandId
- The ID of the brand. (required)customizablePage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceCustomizedErrorPageWithPaginationInfo(java.lang.String brandId, CustomizablePage customizablePage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the customized error page.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)customizablePage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic SignInPage replaceCustomizedSignInPage(java.lang.String brandId, SignInPage signInPage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the customized sign-in page.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)signInPage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceCustomizedSignInPage(java.lang.Class<?> T, java.lang.String brandId, SignInPage signInPage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the customized sign-in page.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typebrandId
- The ID of the brand. (required)signInPage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceCustomizedSignInPageWithPaginationInfo(java.lang.String brandId, SignInPage signInPage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the customized sign-in page.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)signInPage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EmailCustomization replaceEmailCustomization(java.lang.String brandId, java.lang.String templateName, java.lang.String customizationId, EmailCustomization instance) throws org.springframework.web.client.RestClientException
200 - Successfully updated the email customization.
400 - Bad Request
403 - Forbidden
404 - Not Found
409 - Could not update the email customization because the update would cause a conflict with an existing email customization.
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)customizationId
- The ID of the email customization. (required)instance
- Request (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceEmailCustomization(java.lang.Class<?> T, java.lang.String brandId, java.lang.String templateName, java.lang.String customizationId, EmailCustomization instance) throws org.springframework.web.client.RestClientException
200 - Successfully updated the email customization.
400 - Bad Request
403 - Forbidden
404 - Not Found
409 - Could not update the email customization because the update would cause a conflict with an existing email customization.
429 - Too Many Requests
T
- (required) - the assignable return typebrandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)customizationId
- The ID of the email customization. (required)instance
- Request (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceEmailCustomizationWithPaginationInfo(java.lang.String brandId, java.lang.String templateName, java.lang.String customizationId, EmailCustomization instance) throws org.springframework.web.client.RestClientException
200 - Successfully updated the email customization.
400 - Bad Request
403 - Forbidden
404 - Not Found
409 - Could not update the email customization because the update would cause a conflict with an existing email customization.
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)customizationId
- The ID of the email customization. (required)instance
- Request (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void replaceEmailSettings(java.lang.String brandId, java.lang.String templateName, EmailSettings emailSettings) throws org.springframework.web.client.RestClientException
204 - Successfully updated the email template's settings.
400 - Bad Request
403 - Forbidden
404 - Not Found
422 - Could not update the email template's settings due to an invalid setting value.
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)emailSettings
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void replaceEmailSettings(java.lang.Class<?> T, java.lang.String brandId, java.lang.String templateName, EmailSettings emailSettings) throws org.springframework.web.client.RestClientException
204 - Successfully updated the email template's settings.
400 - Bad Request
403 - Forbidden
404 - Not Found
422 - Could not update the email template's settings due to an invalid setting value.
429 - Too Many Requests
T
- (required) - the assignable return typebrandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)emailSettings
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic CustomizablePage replacePreviewErrorPage(java.lang.String brandId, CustomizablePage customizablePage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the preview error page.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)customizablePage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replacePreviewErrorPage(java.lang.Class<?> T, java.lang.String brandId, CustomizablePage customizablePage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the preview error page.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typebrandId
- The ID of the brand. (required)customizablePage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replacePreviewErrorPageWithPaginationInfo(java.lang.String brandId, CustomizablePage customizablePage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the preview error page.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)customizablePage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic SignInPage replacePreviewSignInPage(java.lang.String brandId, SignInPage signInPage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the preview sign-in page.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)signInPage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replacePreviewSignInPage(java.lang.Class<?> T, java.lang.String brandId, SignInPage signInPage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the preview sign-in page.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typebrandId
- The ID of the brand. (required)signInPage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replacePreviewSignInPageWithPaginationInfo(java.lang.String brandId, SignInPage signInPage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the preview sign-in page.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)signInPage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic HostedPage replaceSignOutPageSettings(java.lang.String brandId, HostedPage hostedPage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the sign-out page settings.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)hostedPage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceSignOutPageSettings(java.lang.Class<?> T, java.lang.String brandId, HostedPage hostedPage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the sign-out page settings.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typebrandId
- The ID of the brand. (required)hostedPage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceSignOutPageSettingsWithPaginationInfo(java.lang.String brandId, HostedPage hostedPage) throws org.springframework.web.client.RestClientException
200 - Successfully replaced the sign-out page settings.
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)hostedPage
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void resetCustomizedErrorPage(java.lang.String brandId) throws org.springframework.web.client.RestClientException
204 - Successfully reset the customized error page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void resetCustomizedSignInPage(java.lang.String brandId) throws org.springframework.web.client.RestClientException
204 - Successfully reset the sign-in page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void resetPreviewErrorPage(java.lang.String brandId) throws org.springframework.web.client.RestClientException
204 - Successfully reset the preview error page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void resetPreviewSignInPage(java.lang.String brandId) throws org.springframework.web.client.RestClientException
204 - Successfully reset the preview sign-in page.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void sendTestEmail(java.lang.String brandId, java.lang.String templateName, java.lang.String language) throws org.springframework.web.client.RestClientException
204 - Successfully sent a test email.
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)templateName
- The name of the email template. (required)language
- The language to use for the email. Defaults to the current user's language if unspecified. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void unlinkBrandDomain(java.lang.String brandId, java.lang.String domainId) throws org.springframework.web.client.RestClientException
204 - Successfully unlinked the domain from the brand
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)domainId
- The ID of the domain. (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ImageUploadResponse uploadBrandThemeBackgroundImage(java.lang.String brandId, java.lang.String themeId, java.io.File _file) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)_file
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList uploadBrandThemeBackgroundImageWithPaginationInfo(java.lang.String brandId, java.lang.String themeId, java.io.File _file) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)_file
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ImageUploadResponse uploadBrandThemeFavicon(java.lang.String brandId, java.lang.String themeId, java.io.File _file) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)_file
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList uploadBrandThemeFaviconWithPaginationInfo(java.lang.String brandId, java.lang.String themeId, java.io.File _file) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)_file
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ImageUploadResponse uploadBrandThemeLogo(java.lang.String brandId, java.lang.String themeId, java.io.File _file) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)_file
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList uploadBrandThemeLogoWithPaginationInfo(java.lang.String brandId, java.lang.String themeId, java.io.File _file) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
brandId
- The ID of the brand. (required)themeId
- The ID of the theme. (required)_file
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.