static Theme.Builder |
Theme.builder() |
|
Theme.Builder |
Theme.Builder.createdTime(Instant createdTime) |
The time the theme was created.
|
Theme.Builder |
Theme.Builder.stackName(String stackName) |
The stack that has the custom branding theme.
|
Theme.Builder |
Theme.Builder.state(String state) |
The state of the theme.
|
Theme.Builder |
Theme.Builder.state(ThemeState state) |
The state of the theme.
|
Theme.Builder |
Theme.Builder.themeFaviconURL(String themeFaviconURL) |
The URL of the icon that displays at the top of a user's browser tab during streaming sessions.
|
Theme.Builder |
Theme.Builder.themeFooterLinks(Collection<ThemeFooterLink> themeFooterLinks) |
The website links that display in the catalog page footer.
|
Theme.Builder |
Theme.Builder.themeFooterLinks(Consumer<ThemeFooterLink.Builder>... themeFooterLinks) |
The website links that display in the catalog page footer.
|
Theme.Builder |
Theme.Builder.themeFooterLinks(ThemeFooterLink... themeFooterLinks) |
The website links that display in the catalog page footer.
|
Theme.Builder |
Theme.Builder.themeOrganizationLogoURL(String themeOrganizationLogoURL) |
The URL of the logo that displays in the catalog page header.
|
Theme.Builder |
Theme.Builder.themeStyling(String themeStyling) |
The color that is used for the website links, text, buttons, and catalog page background.
|
Theme.Builder |
Theme.Builder.themeStyling(ThemeStyling themeStyling) |
The color that is used for the website links, text, buttons, and catalog page background.
|
Theme.Builder |
Theme.Builder.themeTitleText(String themeTitleText) |
The browser tab page title.
|
Theme.Builder |
Theme.toBuilder() |
|