public class IntegrationResponse extends Object
| Constructor and Description |
|---|
IntegrationResponse() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationAccountResponse |
getAccount() |
int |
getExpireBehavior() |
int |
getExpireGracePeriod() |
long |
getId() |
String |
getName() |
long |
getRoleId() |
String |
getSyncedAt() |
String |
getType() |
UserResponse |
getUser() |
boolean |
isEnabled() |
boolean |
isSyncing() |
String |
toString() |
public long getId()
public String getName()
public String getType()
public boolean isEnabled()
public boolean isSyncing()
public long getRoleId()
public int getExpireBehavior()
public int getExpireGracePeriod()
public UserResponse getUser()
public IntegrationAccountResponse getAccount()
public String getSyncedAt()