Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
<T> T |
CustomizationApi.replaceBrandTheme(java.lang.Class<?> T,
java.lang.String brandId,
java.lang.String themeId,
Theme theme)
Replace a Theme
Replaces a theme for a brand
|
ThemeResponse |
CustomizationApi.replaceBrandTheme(java.lang.String brandId,
java.lang.String themeId,
Theme theme)
Replace a Theme
Replaces a theme for a brand
|
PagedList |
CustomizationApi.replaceBrandThemeWithPaginationInfo(java.lang.String brandId,
java.lang.String themeId,
Theme theme)
Replace a Theme
Replaces a theme for a brand
|
Modifier and Type | Method and Description |
---|---|
Theme |
Theme.emailTemplateTouchPointVariant(EmailTemplateTouchPointVariant emailTemplateTouchPointVariant) |
Theme |
Theme.endUserDashboardTouchPointVariant(EndUserDashboardTouchPointVariant endUserDashboardTouchPointVariant) |
Theme |
Theme.errorPageTouchPointVariant(ErrorPageTouchPointVariant errorPageTouchPointVariant) |
Theme |
Theme.loadingPageTouchPointVariant(LoadingPageTouchPointVariant loadingPageTouchPointVariant) |
Theme |
Theme.primaryColorContrastHex(java.lang.String primaryColorContrastHex) |
Theme |
Theme.primaryColorHex(java.lang.String primaryColorHex) |
Theme |
Theme.secondaryColorContrastHex(java.lang.String secondaryColorContrastHex) |
Theme |
Theme.secondaryColorHex(java.lang.String secondaryColorHex) |
Theme |
Theme.signInPageTouchPointVariant(SignInPageTouchPointVariant signInPageTouchPointVariant) |
Copyright © 2017-2022 Okta. All Rights Reserved.