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 Theme
Theme. setEmailTemplateTouchPointVariant(EmailTemplateTouchPointVariant emailTemplateTouchPointVariant)
Theme
Theme. setEndUserDashboardTouchPointVariant(EndUserDashboardTouchPointVariant endUserDashboardTouchPointVariant)
Theme
Theme. setErrorPageTouchPointVariant(ErrorPageTouchPointVariant errorPageTouchPointVariant)
Theme
Theme. setPrimaryColorContrastHex(java.lang.String primaryColorContrastHex)
Theme
Theme. setPrimaryColorHex(java.lang.String primaryColorHex)
Theme
Theme. setSecondaryColorContrastHex(java.lang.String secondaryColorContrastHex)
Theme
Theme. setSecondaryColorHex(java.lang.String secondaryColorHex)
Theme
Theme. setSignInPageTouchPointVariant(SignInPageTouchPointVariant signInPageTouchPointVariant)
Methods in com.okta.sdk.resource.brand with parameters of type Theme Modifier and Type Method Description ThemeResponse
Theme. update(java.lang.String brandId, java.lang.String themeId, Theme theme)
Update a theme for a brand Updates a theme for a brand
-