Uses of Class
com.skava.marketplace.model.exchange.response.WebhookStoreAppsResponse
Packages that use WebhookStoreAppsResponse
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 WebhookStoreAppsResponse in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return WebhookStoreAppsResponseModifier and TypeMethodDescriptionWebhookStoreAppProcess.patchUpdateWebhookStoreApp
(WebhookStoreAppsDO webhookStoreAppsDO) -
Uses of WebhookStoreAppsResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return WebhookStoreAppsResponseModifier and TypeMethodDescriptionCreateWebhookStoreAppServiceImpl.process
(WebhookStoreAppsRequestInternal requestInternal) PatchUpdateWebhookStoreAppServiceImpl.process
(WebhookStoreAppsRequestInternal requestInternal) UpdateWebhookStoreAppServiceImpl.process
(WebhookStoreAppsRequestInternal requestInternal) -
Uses of WebhookStoreAppsResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type WebhookStoreAppsResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<WebhookStoreAppsResponse>
WebhooksAppSubscriptionController.createWebhookStoreApp
(String authToken, String versionId, String locale, @Valid WebhookStoreAppsRequest webhookStoreAppsRequest) org.springframework.http.ResponseEntity<WebhookStoreAppsResponse>
WebhooksAppSubscriptionController.patchUpdateWebhookStoreApp
(String subscriptionId, String authToken, String versionId, String locale, @Valid PatchUpdateWebhookStoreAppRequest patchUpdateWebhookStoreAppRequest) org.springframework.http.ResponseEntity<WebhookStoreAppsResponse>
WebhooksAppSubscriptionController.updateWebhookStoreApp
(String subscriptionId, String authToken, String versionId, String locale, @Valid WebhookStoreAppsRequest webhookStoreAppsRequest)