Uses of Class
com.xero.models.bankfeeds.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)XeroConflictExceptionXeroConflictException. addFeedConnectionItems(FeedConnection item)XeroMethodNotAllowedExceptionXeroMethodNotAllowedException. addFeedConnectionItems(FeedConnection item)Method parameters in com.xero.api with type arguments of type FeedConnection Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. feedConnectionItems(List<FeedConnection> feedConnectionItems)XeroConflictExceptionXeroConflictException. feedConnectionItems(List<FeedConnection> feedConnectionItems)XeroMethodNotAllowedExceptionXeroMethodNotAllowedException. feedConnectionItems(List<FeedConnection> feedConnectionItems)voidXeroBadRequestException. setFeedConnectionItems(List<FeedConnection> feedConnectionItems)voidXeroConflictException. setFeedConnectionItems(List<FeedConnection> feedConnectionItems)voidXeroMethodNotAllowedException. setFeedConnectionItems(List<FeedConnection> feedConnectionItems) -
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)Retrive single feed connection based on 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)FeedConnectionFeedConnection. accountName(String accountName)FeedConnectionFeedConnection. accountNumber(String accountNumber)FeedConnectionFeedConnection. accountToken(String accountToken)FeedConnectionFeedConnection. accountType(FeedConnection.AccountTypeEnum accountType)FeedConnectionFeedConnection. country(CountryCode country)FeedConnectionFeedConnection. currency(CurrencyCode currency)FeedConnectionFeedConnection. error(Error error)FeedConnectionFeedConnection. id(UUID id)FeedConnectionFeedConnection. status(FeedConnection.StatusEnum status)Methods 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)Method parameters in com.xero.models.bankfeeds with type arguments of type FeedConnection Modifier and Type Method Description FeedConnectionsFeedConnections. items(List<FeedConnection> items)voidFeedConnections. setItems(List<FeedConnection> items)