public class IntercomSettings extends Object
| Constructor and Description |
|---|
IntercomSettings() |
| Modifier and Type | Method and Description |
|---|---|
IntercomSettings |
active(Boolean active) |
IntercomSettings |
appId(String appId) |
boolean |
equals(Object o) |
Boolean |
getActive()
Get active
|
String |
getAppId()
Get appId
|
String |
getIdentitySecret()
Get identitySecret
|
int |
hashCode() |
IntercomSettings |
identitySecret(String identitySecret) |
void |
setActive(Boolean active) |
void |
setAppId(String appId) |
void |
setIdentitySecret(String identitySecret) |
String |
toString() |
public IntercomSettings active(Boolean active)
public Boolean getActive()
public void setActive(Boolean active)
public IntercomSettings appId(String appId)
public String getAppId()
public void setAppId(String appId)
public IntercomSettings identitySecret(String identitySecret)
public String getIdentitySecret()
public void setIdentitySecret(String identitySecret)
Copyright © 2019 LeanIX GmbH. All rights reserved.