Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
ThemeResponse |
CustomizationApi.getBrandTheme(String brandId,
String themeId)
Retrieve a Theme
Retrieves a theme for a brand
|
ThemeResponse |
CustomizationApi.getBrandTheme(String brandId,
String themeId,
Map<String,String> additionalHeaders)
Retrieve a Theme
Retrieves a theme for a brand
|
ThemeResponse |
CustomizationApi.replaceBrandTheme(String brandId,
String themeId,
Theme theme)
Replace a Theme
Replaces a theme for a brand
|
ThemeResponse |
CustomizationApi.replaceBrandTheme(String brandId,
String themeId,
Theme theme,
Map<String,String> additionalHeaders)
Replace a Theme
Replaces a theme for a brand
|
Modifier and Type | Method and Description |
---|---|
List<ThemeResponse> |
CustomizationApi.listBrandThemes(String brandId)
List all Themes
Lists all the themes in your brand
|
List<ThemeResponse> |
CustomizationApi.listBrandThemes(String brandId,
Map<String,String> additionalHeaders)
List all Themes
Lists all the themes in your brand
|
Copyright © 2017–2023 Okta. All rights reserved.