public class LookAndFeelConfigEntity extends Object
Constructor and Description |
---|
LookAndFeelConfigEntity(Boolean showLogo,
String logo,
String customLogoId,
String header,
String welcomeText,
String primaryColor) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static LookAndFeelConfigEntity |
fromConfig(LookAndFeelConfiguration configuration) |
String |
getCustomLogoId() |
String |
getHeader() |
String |
getLogo() |
String |
getPrimaryColor() |
String |
getWelcomeText() |
int |
hashCode() |
Boolean |
isShowLogo() |
void |
setCustomLogoId(String customLogoId) |
String |
toString() |
public static LookAndFeelConfigEntity fromConfig(LookAndFeelConfiguration configuration)
public Boolean isShowLogo()
public String getLogo()
public String getCustomLogoId()
public String getHeader()
public String getWelcomeText()
public String getPrimaryColor()
public void setCustomLogoId(String customLogoId)
Copyright © 2021 Atlassian. All rights reserved.