Uses of Interface
com.okta.sdk.resource.Theme
-
Packages that use Theme Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of Theme in com.okta.sdk.client
Methods in com.okta.sdk.client with parameters of type Theme Modifier and Type Method Description ThemeResponse
Client. updateBrandTheme(Theme theme, java.lang.String brandId, java.lang.String themeId)
Update a theme for a brand Updates a theme for a brand -
Uses of Theme in com.okta.sdk.resource
Methods in com.okta.sdk.resource 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)
-