public class HelpSettings extends Object
| Constructor and Description |
|---|
HelpSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHelpCenter()
Get helpCenter
|
Boolean |
getShowHelpTours()
Get showHelpTours
|
String |
getSupportEmail()
Get supportEmail
|
String |
getSupportUrl()
Get supportUrl
|
String |
getUserGuide()
Get userGuide
|
int |
hashCode() |
HelpSettings |
helpCenter(String helpCenter) |
void |
setHelpCenter(String helpCenter) |
void |
setShowHelpTours(Boolean showHelpTours) |
void |
setSupportEmail(String supportEmail) |
void |
setSupportUrl(String supportUrl) |
void |
setUserGuide(String userGuide) |
HelpSettings |
showHelpTours(Boolean showHelpTours) |
HelpSettings |
supportEmail(String supportEmail) |
HelpSettings |
supportUrl(String supportUrl) |
String |
toString() |
HelpSettings |
userGuide(String userGuide) |
public HelpSettings helpCenter(String helpCenter)
public String getHelpCenter()
public void setHelpCenter(String helpCenter)
public HelpSettings userGuide(String userGuide)
public String getUserGuide()
public void setUserGuide(String userGuide)
public HelpSettings supportEmail(String supportEmail)
public String getSupportEmail()
public void setSupportEmail(String supportEmail)
public HelpSettings supportUrl(String supportUrl)
public String getSupportUrl()
public void setSupportUrl(String supportUrl)
public HelpSettings showHelpTours(Boolean showHelpTours)
public Boolean getShowHelpTours()
public void setShowHelpTours(Boolean showHelpTours)
Copyright © 2019 LeanIX GmbH. All rights reserved.