Uses of Class
org.openapitools.client.model.ThemeResponse
Packages that use ThemeResponse
-
Uses of ThemeResponse in org.openapitools.client.api
Methods in org.openapitools.client.api that return ThemeResponseModifier and TypeMethodDescriptionCustomizationApi.getBrandTheme
(String brandId, String themeId) Retrieve a Theme Retrieves a theme for a brandCustomizationApi.replaceBrandTheme
(String brandId, String themeId, Theme theme) Replace a Theme Replaces a theme for a brandMethods in org.openapitools.client.api that return types with arguments of type ThemeResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ThemeResponse>
CustomizationApi.getBrandThemeWithHttpInfo
(String brandId, String themeId) Retrieve a Theme Retrieves a theme for a brandCustomizationApi.listBrandThemes
(String brandId) List all Themes Lists all the themes in your brandorg.springframework.http.ResponseEntity<List<ThemeResponse>>
CustomizationApi.listBrandThemesWithHttpInfo
(String brandId) List all Themes Lists all the themes in your brandorg.springframework.http.ResponseEntity<ThemeResponse>
CustomizationApi.replaceBrandThemeWithHttpInfo
(String brandId, String themeId, Theme theme) Replace a Theme Replaces a theme for a brand -
Uses of ThemeResponse in org.openapitools.client.model
Methods in org.openapitools.client.model that return ThemeResponseModifier and TypeMethodDescriptionThemeResponse.emailTemplateTouchPointVariant
(EmailTemplateTouchPointVariant emailTemplateTouchPointVariant) ThemeResponse.endUserDashboardTouchPointVariant
(EndUserDashboardTouchPointVariant endUserDashboardTouchPointVariant) ThemeResponse.errorPageTouchPointVariant
(ErrorPageTouchPointVariant errorPageTouchPointVariant) ThemeResponse.loadingPageTouchPointVariant
(LoadingPageTouchPointVariant loadingPageTouchPointVariant) ThemeResponse.primaryColorContrastHex
(String primaryColorContrastHex) ThemeResponse.primaryColorHex
(String primaryColorHex) ThemeResponse.secondaryColorContrastHex
(String secondaryColorContrastHex) ThemeResponse.secondaryColorHex
(String secondaryColorHex) ThemeResponse.signInPageTouchPointVariant
(SignInPageTouchPointVariant signInPageTouchPointVariant)