Uses of Class
com.skava.marketplace.model.domain.WebhookStoreAppsDO
Packages that use WebhookStoreAppsDO
Package
Description
Domain model classes of the Appmarketplace Service available here.
Exchange request model classes of the Appmarketplace Service available here.
Exchange response model classes of the Appmarketplace Service available here.
DB operations(CRUD) are triggered from the process class.
-
Uses of WebhookStoreAppsDO in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return WebhookStoreAppsDOModifier and TypeMethodDescriptionWebhookStoreAppsDO.fromEntity
(WebhookStoreApps webhookStoreApps) -
Uses of WebhookStoreAppsDO in com.skava.marketplace.model.exchange.request
Methods in com.skava.marketplace.model.exchange.request that return WebhookStoreAppsDOModifier and TypeMethodDescriptionBulkPatchUpdateWebhookRequest.toDomainObject()
PatchUpdateWebhookStoreAppRequest.toDomainObject()
WebhookStoreAppsRequest.toDomainObject()
-
Uses of WebhookStoreAppsDO in com.skava.marketplace.model.exchange.response
Methods in com.skava.marketplace.model.exchange.response with parameters of type WebhookStoreAppsDOModifier and TypeMethodDescriptionvoid
WebhookStoreAppsResponse.fromDomainObject
(WebhookStoreAppsDO webhookStoreAppsDO) -
Uses of WebhookStoreAppsDO in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return WebhookStoreAppsDOModifier and TypeMethodDescriptionWebhookStoreAppProcess.createWebhookStoreApp
(WebhookStoreAppsDO webhookStoreAppsDO) createWebhookStoreApp methodWebhookStoreAppProcess.updateWebhookStoreApp
(WebhookStoreAppsDO webhookStoreAppsDO) Methods in com.skava.marketplace.process with parameters of type WebhookStoreAppsDOModifier and TypeMethodDescriptionBulkWebhookProcess.bulkPatchUpdateWebhooks
(WebhookStoreAppsDO webhookStoreAppsDO) WebhookStoreAppProcess.createWebhookStoreApp
(WebhookStoreAppsDO webhookStoreAppsDO) createWebhookStoreApp methodWebhookStoreAppProcess.getAllwebhooks
(WebhookStoreAppsDO webhookStoreAppsDO) WebhookStoreAppProcess.getWebhookByCollectionId
(WebhookStoreAppsDO webhookStoreAppsDO) WebhookStoreAppProcess.getWebhookStoreApp
(WebhookStoreAppsDO webhookStoreAppsDO) WebhookStoreAppProcess.patchUpdateWebhookStoreApp
(WebhookStoreAppsDO webhookStoreAppsDO) WebhookStoreAppProcess.updateWebhookStoreApp
(WebhookStoreAppsDO webhookStoreAppsDO)