public class Connection extends Object
| Constructor and Description |
|---|
Connection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UUID |
getId()
Xero identifier
|
UUID |
getTenantId()
Xero identifier of organisation
|
String |
getTenantType()
Xero tenant type (i.e.
|
int |
hashCode() |
Connection |
id(UUID id) |
void |
setId(UUID id) |
void |
setTenantId(UUID tenantId) |
void |
setTenantType(String tenantType) |
Connection |
tenantId(UUID tenantId) |
Connection |
tenantType(String tenantType) |
String |
toString() |
public Connection id(UUID id)
public UUID getId()
public void setId(UUID id)
public Connection tenantId(UUID tenantId)
public UUID getTenantId()
public void setTenantId(UUID tenantId)
public Connection tenantType(String tenantType)
public String getTenantType()
public void setTenantType(String tenantType)
Copyright © 2019. All rights reserved.