Uses of Class
com.okta.sdk.resource.model.ThemeResponse
Packages that use ThemeResponse
-
Uses of ThemeResponse in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return ThemeResponseModifier and TypeMethodDescriptionCustomizationApi.getBrandTheme(String brandId, String themeId) Retrieve a Theme Retrieves a theme for a brandCustomizationApi.getBrandTheme(String brandId, String themeId, Map<String, String> additionalHeaders) Retrieve a Theme Retrieves a theme for a brandCustomizationApi.replaceBrandTheme(String brandId, String themeId, Theme theme) Replace a Theme Replaces a theme for a brandCustomizationApi.replaceBrandTheme(String brandId, String themeId, Theme theme, Map<String, String> additionalHeaders) Replace a Theme Replaces a theme for a brandMethods in com.okta.sdk.resource.api that return types with arguments of type ThemeResponseModifier and TypeMethodDescriptionCustomizationApi.listBrandThemes(String brandId) List all Themes Lists all the themes in your brandCustomizationApi.listBrandThemes(String brandId, Map<String, String> additionalHeaders) List all Themes Lists all the themes in your brand -
Uses of ThemeResponse in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ThemeResponseModifier and TypeMethodDescriptionThemeResponse.emailTemplateTouchPointVariant(EmailTemplateTouchPointVariant emailTemplateTouchPointVariant) ThemeResponse.endUserDashboardTouchPointVariant(EndUserDashboardTouchPointVariant endUserDashboardTouchPointVariant) ThemeResponse.errorPageTouchPointVariant(ErrorPageTouchPointVariant errorPageTouchPointVariant) ThemeResponse.loadingPageTouchPointVariant(LoadingPageTouchPointVariant loadingPageTouchPointVariant) ThemeResponse.primaryColorContrastHex(String primaryColorContrastHex) ThemeResponse.primaryColorHex(String primaryColorHex) ThemeResponse.secondaryColorContrastHex(String secondaryColorContrastHex) ThemeResponse.secondaryColorHex(String secondaryColorHex) ThemeResponse.signInPageTouchPointVariant(SignInPageTouchPointVariant signInPageTouchPointVariant)