Uses of Interface
com.okta.sdk.resource.brand.Theme
-
Packages that use Theme Package Description com.okta.sdk.resource.brand -
-
Uses of Theme in com.okta.sdk.resource.brand
Methods in com.okta.sdk.resource.brand that return Theme Modifier and Type Method Description ThemeTheme. setEmailTemplateTouchPointVariant(EmailTemplateTouchPointVariant emailTemplateTouchPointVariant)ThemeTheme. setEndUserDashboardTouchPointVariant(EndUserDashboardTouchPointVariant endUserDashboardTouchPointVariant)ThemeTheme. setErrorPageTouchPointVariant(ErrorPageTouchPointVariant errorPageTouchPointVariant)ThemeTheme. setPrimaryColorContrastHex(java.lang.String primaryColorContrastHex)ThemeTheme. setPrimaryColorHex(java.lang.String primaryColorHex)ThemeTheme. setSecondaryColorContrastHex(java.lang.String secondaryColorContrastHex)ThemeTheme. setSecondaryColorHex(java.lang.String secondaryColorHex)ThemeTheme. setSignInPageTouchPointVariant(SignInPageTouchPointVariant signInPageTouchPointVariant)Methods in com.okta.sdk.resource.brand with parameters of type Theme Modifier and Type Method Description ThemeResponseTheme. update(java.lang.String brandId, java.lang.String themeId, Theme theme)Update a theme for a brand Updates a theme for a brand
-