Uses of Class
com.xero.models.identity.Connection
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.identity |
-
Uses of Connection in com.xero.api.client
Methods in com.xero.api.client that return types with arguments of type Connection Modifier and Type Method Description List<Connection>IdentityApi. getConnections(String accessToken, UUID authEventId)Allows you to retrieve the connections for this user Override the base server url that include version -
Uses of Connection in com.xero.models.identity
Methods in com.xero.models.identity that return Connection Modifier and Type Method Description ConnectionConnection. authEventId(UUID authEventId)ConnectionConnection. createdDateUtc(org.threeten.bp.LocalDateTime createdDateUtc)ConnectionConnection. id(UUID id)ConnectionConnection. tenantId(UUID tenantId)ConnectionConnection. tenantName(String tenantName)ConnectionConnection. tenantType(String tenantType)ConnectionConnection. updatedDateUtc(org.threeten.bp.LocalDateTime updatedDateUtc)