Uses of Class
com.xero.models.bankfeeds.FeedConnections
-
Packages that use FeedConnections Package Description com.xero.api com.xero.api.client com.xero.models.bankfeeds -
-
Uses of FeedConnections in com.xero.api
Methods in com.xero.api with parameters of type FeedConnections Modifier and Type Method Description voidXeroApiExceptionHandler. validationError(String objectType, FeedConnections error, Exception e)Handle Validation Errors (400)Constructors in com.xero.api with parameters of type FeedConnections Constructor Description XeroBadRequestException(String objectType, FeedConnections error, Exception e)XeroBadRequestExceptionXeroConflictException(String objectType, FeedConnections error)XeroConflictExceptionXeroMethodNotAllowedException(String objectType, FeedConnections error)XeroMethodNotAllowedException -
Uses of FeedConnections in com.xero.api.client
Methods in com.xero.api.client that return FeedConnections Modifier and Type Method Description FeedConnectionsBankFeedsApi. createFeedConnections(String accessToken, String xeroTenantId, FeedConnections feedConnections)Create one or more new feed connection By passing in the FeedConnections array object in the body, you can create one or more new feed connectionsFeedConnectionsBankFeedsApi. deleteFeedConnections(String accessToken, String xeroTenantId, FeedConnections feedConnections)Delete an existing feed connection By passing in FeedConnections array object in the body, you can delete a feed connection.FeedConnectionsBankFeedsApi. getFeedConnections(String accessToken, String xeroTenantId, Integer page, Integer pageSize)Searches for feed connections By passing in the appropriate options, you can search for available feed connections in the system.Methods in com.xero.api.client with parameters of type FeedConnections Modifier and Type Method Description FeedConnectionsBankFeedsApi. createFeedConnections(String accessToken, String xeroTenantId, FeedConnections feedConnections)Create one or more new feed connection By passing in the FeedConnections array object in the body, you can create one or more new feed connectionscom.google.api.client.http.HttpResponseBankFeedsApi. createFeedConnectionsForHttpResponse(String accessToken, String xeroTenantId, FeedConnections feedConnections)Create one or more new feed connection By passing in the FeedConnections array object in the body, you can create one or more new feed connectionsFeedConnectionsBankFeedsApi. deleteFeedConnections(String accessToken, String xeroTenantId, FeedConnections feedConnections)Delete an existing feed connection By passing in FeedConnections array object in the body, you can delete a feed connection.com.google.api.client.http.HttpResponseBankFeedsApi. deleteFeedConnectionsForHttpResponse(String accessToken, String xeroTenantId, FeedConnections feedConnections)Delete an existing feed connection By passing in FeedConnections array object in the body, you can delete a feed connection. -
Uses of FeedConnections in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return FeedConnections Modifier and Type Method Description FeedConnectionsFeedConnections. addItemsItem(FeedConnection itemsItem)itemsFeedConnectionsFeedConnections. items(List<FeedConnection> items)itemsFeedConnectionsFeedConnections. pagination(Pagination pagination)pagination
-