Uses of Class
com.okta.sdk.resource.model.ThemeResponse
-
Uses of ThemeResponse in com.okta.sdk.resource.api
Modifier 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 brandModifier 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 com.okta.sdk.resource.model
Modifier 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)