public class Connection extends Object
| Constructor and Description |
|---|
Connection() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
createdDateUTC(org.threeten.bp.LocalDateTime createdDateUTC) |
boolean |
equals(Object o) |
org.threeten.bp.LocalDateTime |
getCreatedDateUTC()
The date when the user connected this tenant to your app
|
UUID |
getId()
Xero identifier
|
UUID |
getTenantId()
Xero identifier of organisation
|
String |
getTenantType()
Xero tenant type (i.e.
|
org.threeten.bp.LocalDateTime |
getUpdatedDateUtc()
The date when the user most recently connected this tenant to your app.
|
int |
hashCode() |
Connection |
id(UUID id) |
void |
setCreatedDateUTC(org.threeten.bp.LocalDateTime createdDateUTC) |
void |
setId(UUID id) |
void |
setTenantId(UUID tenantId) |
void |
setTenantType(String tenantType) |
void |
setUpdatedDateUtc(org.threeten.bp.LocalDateTime updatedDateUtc) |
Connection |
tenantId(UUID tenantId) |
Connection |
tenantType(String tenantType) |
String |
toString() |
Connection |
updatedDateUtc(org.threeten.bp.LocalDateTime updatedDateUtc) |
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)
public Connection createdDateUTC(org.threeten.bp.LocalDateTime createdDateUTC)
public org.threeten.bp.LocalDateTime getCreatedDateUTC()
public void setCreatedDateUTC(org.threeten.bp.LocalDateTime createdDateUTC)
public Connection updatedDateUtc(org.threeten.bp.LocalDateTime updatedDateUtc)
public org.threeten.bp.LocalDateTime getUpdatedDateUtc()
public void setUpdatedDateUtc(org.threeten.bp.LocalDateTime updatedDateUtc)
Copyright © 2020. All rights reserved.