Uses of Class
com.okta.sdk.resource.model.ThemeResponse
-
Uses of ThemeResponse in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionThemesApi.getBrandTheme
(String brandId, String themeId) Retrieve a Theme Retrieves a theme for a brandRetrieve a Theme Retrieves a theme for a brandThemesApi.replaceBrandTheme
(String brandId, String themeId, UpdateThemeRequest theme) Replace a Theme Replaces a theme for a brandThemesApi.replaceBrandTheme
(String brandId, String themeId, UpdateThemeRequest theme, Map<String, String> additionalHeaders) Replace a Theme Replaces a theme for a brandModifier and TypeMethodDescriptionThemesApi.listBrandThemes
(String brandId) List all Themes Lists all the themes in your brand.ThemesApi.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)