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.getBrandTheme(String brandId, String themeId, Map<String, String> additionalHeaders) Retrieve a Theme Retrieves a theme for a brandCustomizationApi.replaceBrandTheme(String brandId, String themeId, Theme theme) Replace a Theme Replaces a theme for a brandCustomizationApi.replaceBrandTheme(String brandId, String themeId, Theme theme, Map<String, String> additionalHeaders) Replace a Theme Replaces a theme for a brandMethods in org.openapitools.client.api that return types with arguments of type ThemeResponseModifier and TypeMethodDescriptionCustomizationApi.listBrandThemes(String brandId) List all Themes Lists all the themes in your brandCustomizationApi.listBrandThemes(String brandId, Map<String, String> additionalHeaders) List all Themes Lists all the themes in your 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)