Uses of Class
com.skava.marketplace.model.WebhooksConfig
Packages that use WebhooksConfig
Package
Description
Model classes of the Appmarketplace Service available here.
Entity model classes of the Appmarketplace Service available here.
DB operations(CRUD) are triggered from the process class.
This package have the utility classes for the entities available in Appmarketplace Service.
-
Uses of WebhooksConfig in com.skava.marketplace.model
Constructor parameters in com.skava.marketplace.model with type arguments of type WebhooksConfigModifierConstructorDescriptionQWebhooksConfig
(com.querydsl.core.types.Path<? extends WebhooksConfig> path) -
Uses of WebhooksConfig in com.skava.marketplace.model.entity
Fields in com.skava.marketplace.model.entity with type parameters of type WebhooksConfigModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<WebhooksConfig,
QWebhooksConfig> QAppConfig.webhooksConfig
-
Uses of WebhooksConfig in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return types with arguments of type WebhooksConfigModifier and TypeMethodDescriptionstatic List<WebhooksConfig>
AppConfigProcess.updateWebhooksConfigList
(AppConfigDO appConfigDO, AppMaster appMaster, JsonReaderResourceUtil jsonReaderResourceUtil) -
Uses of WebhooksConfig in com.skava.marketplace.util
Method parameters in com.skava.marketplace.util with type arguments of type WebhooksConfigModifier and TypeMethodDescriptionEventValidationUtil.validateWebhooksEvent
(List<WebhooksConfig> webhooksConfigList) Validates the events in the provided list of WebhooksConfig objects.