public class Connection extends Object
| Constructor and Description |
|---|
Connection() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
authEventId(UUID authEventId) |
Connection |
createdDateUtc(org.threeten.bp.LocalDateTime createdDateUtc) |
boolean |
equals(Object o) |
UUID |
getAuthEventId()
Identifier shared across connections authorised at the same time
|
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 |
getTenantName()
Xero tenant name
|
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 |
setAuthEventId(UUID authEventId) |
void |
setCreatedDateUtc(org.threeten.bp.LocalDateTime createdDateUtc) |
void |
setId(UUID id) |
void |
setTenantId(UUID tenantId) |
void |
setTenantName(String tenantName) |
void |
setTenantType(String tenantType) |
void |
setUpdatedDateUtc(org.threeten.bp.LocalDateTime updatedDateUtc) |
Connection |
tenantId(UUID tenantId) |
Connection |
tenantName(String tenantName) |
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 authEventId(UUID authEventId)
public UUID getAuthEventId()
public void setAuthEventId(UUID authEventId)
public Connection tenantType(String tenantType)
public String getTenantType()
public void setTenantType(String tenantType)
public Connection tenantName(String tenantName)
public String getTenantName()
public void setTenantName(String tenantName)
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.