Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
ThemeResponse |
CustomizationApi.getBrandTheme(java.lang.String brandId,
java.lang.String themeId)
Retrieve a Theme
Retrieves 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
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ThemeResponse> |
CustomizationApi.listBrandThemes(java.lang.String brandId)
List all Themes
Lists all the themes in your brand
|
Copyright © 2017-2022 Okta. All Rights Reserved.