Uses of Class
org.openapitools.client.model.Theme
Packages that use Theme
-
Uses of Theme in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type ThemeModifier and TypeMethodDescription<T> T
CustomizationApi.replaceBrandTheme
(Class<?> T, String brandId, String themeId, Theme theme) Replace a Theme Replaces a theme for a brandCustomizationApi.replaceBrandTheme
(String brandId, String themeId, Theme theme) Replace a Theme Replaces a theme for a brandorg.springframework.http.ResponseEntity<ThemeResponse>
CustomizationApi.replaceBrandThemeWithHttpInfo
(String brandId, String themeId, Theme theme) Replace a Theme Replaces a theme for a brandCustomizationApi.replaceBrandThemeWithPaginationInfo
(String brandId, String themeId, Theme theme) Replace a Theme Replaces a theme for a brand -
Uses of Theme in org.openapitools.client.model
Methods in org.openapitools.client.model that return ThemeModifier and TypeMethodDescriptionTheme.emailTemplateTouchPointVariant
(EmailTemplateTouchPointVariant emailTemplateTouchPointVariant) Theme.endUserDashboardTouchPointVariant
(EndUserDashboardTouchPointVariant endUserDashboardTouchPointVariant) Theme.errorPageTouchPointVariant
(ErrorPageTouchPointVariant errorPageTouchPointVariant) Theme.loadingPageTouchPointVariant
(LoadingPageTouchPointVariant loadingPageTouchPointVariant) Theme.primaryColorContrastHex
(String primaryColorContrastHex) Theme.primaryColorHex
(String primaryColorHex) Theme.secondaryColorContrastHex
(String secondaryColorContrastHex) Theme.secondaryColorHex
(String secondaryColorHex) Theme.signInPageTouchPointVariant
(SignInPageTouchPointVariant signInPageTouchPointVariant)