Uses of Class
com.xero.models.bankfeeds.FeedConnections
Packages that use FeedConnections
-
Uses of FeedConnections in com.xero.api
Methods in com.xero.api with parameters of type FeedConnectionsModifier and TypeMethodDescriptionvoidXeroApiExceptionHandler.validationError(String objectType, FeedConnections error, Exception e) Handle Validation Errors (400)Constructors in com.xero.api with parameters of type FeedConnectionsModifierConstructorDescriptionXeroBadRequestException(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 FeedConnectionsModifier and TypeMethodDescriptionBankFeedsApi.createFeedConnections(String accessToken, String xeroTenantId, FeedConnections feedConnections, String idempotencyKey) 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 connectionsBankFeedsApi.deleteFeedConnections(String accessToken, String xeroTenantId, FeedConnections feedConnections, String idempotencyKey) Delete an existing feed connection By passing in FeedConnections array object in the body, you can delete a feed connection.BankFeedsApi.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 FeedConnectionsModifier and TypeMethodDescriptionBankFeedsApi.createFeedConnections(String accessToken, String xeroTenantId, FeedConnections feedConnections, String idempotencyKey) 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, String idempotencyKey) 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 connectionsBankFeedsApi.deleteFeedConnections(String accessToken, String xeroTenantId, FeedConnections feedConnections, String idempotencyKey) 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, String idempotencyKey) 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 FeedConnectionsModifier and TypeMethodDescriptionFeedConnections.addItemsItem(FeedConnection itemsItem) itemsFeedConnections.items(List<FeedConnection> items) itemsFeedConnections.pagination(Pagination pagination) pagination