Package com.skava.marketplace.process
Class WebhookStoreAppProcess
java.lang.Object
com.skava.marketplace.process.WebhookStoreAppProcess
WebhookStoreAppProcess - process class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateWebhookStoreApp
(WebhookStoreAppsDO webhookStoreAppsDO) createWebhookStoreApp methodThis method retrieves all distinct webhooks that are active = true and of type ASYNC.getAllwebhooks
(WebhookStoreAppsDO webhookStoreAppsDO) getWebhookByCollectionId
(WebhookStoreAppsDO webhookStoreAppsDO) getWebhookStoreApp
(WebhookStoreAppsDO webhookStoreAppsDO) patchUpdateWebhookStoreApp
(WebhookStoreAppsDO webhookStoreAppsDO) updateWebhookStoreApp
(WebhookStoreAppsDO webhookStoreAppsDO)
-
Constructor Details
-
WebhookStoreAppProcess
public WebhookStoreAppProcess()
-
-
Method Details
-
createWebhookStoreApp
createWebhookStoreApp method- Parameters:
webhookStoreAppsDO
- Hold the WebhookStoreAppsDO- Returns:
- WebhookStoreAppsDO object
-
updateWebhookStoreApp
-
patchUpdateWebhookStoreApp
-
getWebhookStoreApp
-
getAllwebhooks
-
getAllDistinctwebhooks
This method retrieves all distinct webhooks that are active = true and of type ASYNC.- Returns:
- GetListOfUniqueWebhookName - a response object containing a list of distinct webhooks Name.
-
getWebhookByCollectionId
-