Uses of Class
com.xero.models.bankfeeds.FeedConnection
Packages that use FeedConnection
-
Uses of FeedConnection in com.xero.api
Methods in com.xero.api that return types with arguments of type FeedConnectionModifier and TypeMethodDescriptionXeroBadRequestException.getFeedConnectionItems()Array of FeedConnection of Errors ArrayXeroConflictException.getFeedConnectionItems()Array of FeedConnection of Errors ArrayXeroMethodNotAllowedException.getFeedConnectionItems()Array of FeedConnection of Errors ArrayMethods in com.xero.api with parameters of type FeedConnectionModifier and TypeMethodDescriptionXeroBadRequestException.addFeedConnectionItems(FeedConnection item) Add Feed Connection ItemsXeroConflictException.addFeedConnectionItems(FeedConnection item) Add Feed Connection ItemsXeroMethodNotAllowedException.addFeedConnectionItems(FeedConnection item) XeroMethodNotAllowedExceptionMethod parameters in com.xero.api with type arguments of type FeedConnectionModifier and TypeMethodDescriptionXeroBadRequestException.feedConnectionItems(List<FeedConnection> feedConnectionItems) Init Feed Connection ItemsXeroConflictException.feedConnectionItems(List<FeedConnection> feedConnectionItems) Init Feed Connection ItemsXeroMethodNotAllowedException.feedConnectionItems(List<FeedConnection> feedConnectionItems) XeroMethodNotAllowedExceptionvoidXeroBadRequestException.setFeedConnectionItems(List<FeedConnection> feedConnectionItems) Set Feed Connection ItemsvoidXeroConflictException.setFeedConnectionItems(List<FeedConnection> feedConnectionItems) Set Feed Connection ItemsvoidXeroMethodNotAllowedException.setFeedConnectionItems(List<FeedConnection> feedConnectionItems) XeroMethodNotAllowedException -
Uses of FeedConnection in com.xero.api.client
Methods in com.xero.api.client that return FeedConnectionModifier and TypeMethodDescriptionBankFeedsApi.getFeedConnection(String accessToken, String xeroTenantId, UUID id) Retrieve single feed connection based on a unique id provided By passing in a FeedConnection Id options, you can search for matching feed connections -
Uses of FeedConnection in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return FeedConnectionModifier and TypeMethodDescriptionXero identifier for a bank account in Xero.FeedConnection.accountName(String accountName) The Account Name will be used for the creation of a new Xero Bank Account if a matching Xero Bank Account is not found.FeedConnection.accountNumber(String accountNumber) String(40) when AccountType is BANK String(4) when AccountType is CREDITCARD The Account Number is used to match the feed to a Xero Bank Account.FeedConnection.accountToken(String accountToken) This account identifier is generated by the financial institute (FI).FeedConnection.accountType(FeedConnection.AccountTypeEnum accountType) High level bank account type - BANK CREDITCARD BANK encompasses all bank account types other than credit cards.FeedConnection.country(CountryCode country) countryFeedConnection.currency(CurrencyCode currency) currencyerrorGUID used to identify the Account.FeedConnection.status(FeedConnection.StatusEnum status) the current status of the feed connectionMethods in com.xero.models.bankfeeds that return types with arguments of type FeedConnectionMethods in com.xero.models.bankfeeds with parameters of type FeedConnectionMethod parameters in com.xero.models.bankfeeds with type arguments of type FeedConnectionModifier and TypeMethodDescriptionFeedConnections.items(List<FeedConnection> items) itemsvoidFeedConnections.setItems(List<FeedConnection> items) items