Uses of Class
com.xero.models.identity.Connection
Packages that use Connection
-
Uses of Connection in com.xero.api.client
Methods in com.xero.api.client that return types with arguments of type ConnectionModifier and TypeMethodDescriptionIdentityApi.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 ConnectionModifier and TypeMethodDescriptionConnection.authEventId(UUID authEventId) Identifier shared across connections authorised at the same timeConnection.createdDateUtc(org.threeten.bp.LocalDateTime createdDateUtc) The date when the user connected this tenant to your appXero identifierXero identifier of organisationConnection.tenantName(String tenantName) Xero tenant nameConnection.tenantType(String tenantType) Xero tenant type (i.e.Connection.updatedDateUtc(org.threeten.bp.LocalDateTime updatedDateUtc) The date when the user most recently connected this tenant to your app.