Uses of Class
com.skava.marketplace.model.exchange.response.BulkUpdateWebhooksResponse
Packages that use BulkUpdateWebhooksResponse
Package
Description
DB operations(CRUD) are triggered from the process class.
Service implementations available in the Appmarketplace Service that are defined in this package.
Rest controllers available in the Appmarketplace Service that are maintained in this package.
-
Uses of BulkUpdateWebhooksResponse in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return BulkUpdateWebhooksResponseModifier and TypeMethodDescriptionBulkWebhookProcess.bulkPatchUpdateWebhooks
(WebhookStoreAppsDO webhookStoreAppsDO) -
Uses of BulkUpdateWebhooksResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return BulkUpdateWebhooksResponseModifier and TypeMethodDescriptionBulkPatchUpdateWebhookServiceImpl.process
(WebhookStoreAppsRequestInternal requestInternal) -
Uses of BulkUpdateWebhooksResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type BulkUpdateWebhooksResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BulkUpdateWebhooksResponse>
WebhooksAppSubscriptionController.bulkPatchUpdateWebhook
(String locale, String versionId, String authToken, String storeId, String appId, String appVersion, @Valid BulkPatchUpdateWebhookRequest bulkPatchUpdateWebhookRequest)