Uses of Class
com.xero.models.bankfeeds.FeedConnection
-
Packages that use FeedConnection Package Description com.xero.api com.xero.api.client com.xero.models.bankfeeds -
-
Uses of FeedConnection in com.xero.api
Methods in com.xero.api that return types with arguments of type FeedConnection Modifier and Type Method Description List<FeedConnection>XeroBadRequestException. getFeedConnectionItems()Array of FeedConnection of Errors ArrayList<FeedConnection>XeroConflictException. getFeedConnectionItems()Array of FeedConnection of Errors ArrayList<FeedConnection>XeroMethodNotAllowedException. getFeedConnectionItems()Array of FeedConnection of Errors ArrayMethods in com.xero.api with parameters of type FeedConnection Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. addFeedConnectionItems(FeedConnection item)Add Feed Connection ItemsXeroConflictExceptionXeroConflictException. addFeedConnectionItems(FeedConnection item)Add Feed Connection ItemsXeroMethodNotAllowedExceptionXeroMethodNotAllowedException. addFeedConnectionItems(FeedConnection item)XeroMethodNotAllowedExceptionMethod parameters in com.xero.api with type arguments of type FeedConnection Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. feedConnectionItems(List<FeedConnection> feedConnectionItems)Init Feed Connection ItemsXeroConflictExceptionXeroConflictException. feedConnectionItems(List<FeedConnection> feedConnectionItems)Init Feed Connection ItemsXeroMethodNotAllowedExceptionXeroMethodNotAllowedException. 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 FeedConnection Modifier and Type Method Description FeedConnectionBankFeedsApi. 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 FeedConnection Modifier and Type Method Description FeedConnectionFeedConnection. accountId(UUID accountId)Xero identifier for a bank account in Xero.FeedConnectionFeedConnection. 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.FeedConnectionFeedConnection. 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.FeedConnectionFeedConnection. accountToken(String accountToken)This account identifier is generated by the financial institute (FI).FeedConnectionFeedConnection. accountType(FeedConnection.AccountTypeEnum accountType)High level bank account type - BANK CREDITCARD BANK encompasses all bank account types other than credit cards.FeedConnectionFeedConnection. country(CountryCode country)countryFeedConnectionFeedConnection. currency(CurrencyCode currency)currencyFeedConnectionFeedConnection. error(Error error)errorFeedConnectionFeedConnection. id(UUID id)GUID used to identify the Account.FeedConnectionFeedConnection. status(FeedConnection.StatusEnum status)the current status of the feed connectionMethods in com.xero.models.bankfeeds that return types with arguments of type FeedConnection Modifier and Type Method Description List<FeedConnection>FeedConnections. getItems()Get itemsMethods in com.xero.models.bankfeeds with parameters of type FeedConnection Modifier and Type Method Description FeedConnectionsFeedConnections. addItemsItem(FeedConnection itemsItem)itemsMethod parameters in com.xero.models.bankfeeds with type arguments of type FeedConnection Modifier and Type Method Description FeedConnectionsFeedConnections. items(List<FeedConnection> items)itemsvoidFeedConnections. setItems(List<FeedConnection> items)items
-