Uses of Interface
com.okta.sdk.resource.ThemeResponse
-
Packages that use ThemeResponse Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of ThemeResponse in com.okta.sdk.client
Methods in com.okta.sdk.client that return ThemeResponse Modifier and Type Method Description ThemeResponse
Client. getBrandTheme(java.lang.String brandId, java.lang.String themeId)
Get a theme for a brand Fetches a theme for a brandThemeResponse
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 ThemeResponse in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return ThemeResponse Modifier and Type Method Description ThemeResponse
ThemeResponse. setEmailTemplateTouchPointVariant(EmailTemplateTouchPointVariant emailTemplateTouchPointVariant)
ThemeResponse
ThemeResponse. setEndUserDashboardTouchPointVariant(EndUserDashboardTouchPointVariant endUserDashboardTouchPointVariant)
ThemeResponse
ThemeResponse. setErrorPageTouchPointVariant(ErrorPageTouchPointVariant errorPageTouchPointVariant)
ThemeResponse
ThemeResponse. setPrimaryColorContrastHex(java.lang.String primaryColorContrastHex)
ThemeResponse
ThemeResponse. setPrimaryColorHex(java.lang.String primaryColorHex)
ThemeResponse
ThemeResponse. setSecondaryColorContrastHex(java.lang.String secondaryColorContrastHex)
ThemeResponse
ThemeResponse. setSecondaryColorHex(java.lang.String secondaryColorHex)
ThemeResponse
ThemeResponse. setSignInPageTouchPointVariant(SignInPageTouchPointVariant signInPageTouchPointVariant)
-