Uses of Class
com.xero.models.identity.Connection
-
Packages that use 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)Retrieves 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)Identifier shared across connections authorised at the same timeConnectionConnection. createdDateUtc(org.threeten.bp.LocalDateTime createdDateUtc)The date when the user connected this tenant to your appConnectionConnection. id(UUID id)Xero identifierConnectionConnection. tenantId(UUID tenantId)Xero identifier of organisationConnectionConnection. tenantName(String tenantName)Xero tenant nameConnectionConnection. tenantType(String tenantType)Xero tenant type (i.e.ConnectionConnection. updatedDateUtc(org.threeten.bp.LocalDateTime updatedDateUtc)The date when the user most recently connected this tenant to your app.
-