public class LookAndFeelConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LookAndFeelConfiguration.Builder |
Constructor and Description |
---|
LookAndFeelConfiguration() |
Modifier and Type | Method and Description |
---|---|
static LookAndFeelConfiguration.Builder |
builder() |
static LookAndFeelConfiguration.Builder |
builder(LookAndFeelConfiguration lookAndFeelConfiguration) |
boolean |
equals(Object o) |
String |
getAnnouncementText() |
String |
getCustomLogoId() |
String |
getHeader() |
String |
getPrimaryColor() |
String |
getWelcomeText() |
int |
hashCode() |
boolean |
isShowAnnouncement() |
boolean |
isShowLogo() |
String |
toString() |
public static LookAndFeelConfiguration.Builder builder()
public static LookAndFeelConfiguration.Builder builder(LookAndFeelConfiguration lookAndFeelConfiguration)
public boolean isShowLogo()
public String getCustomLogoId()
public String getHeader()
public String getWelcomeText()
public String getPrimaryColor()
public boolean isShowAnnouncement()
public String getAnnouncementText()
Copyright © 2023 Atlassian. All rights reserved.