Uses of Class
com.skava.marketplace.model.exchange.response.GetWebhookStoreAppsResponse
Packages that use GetWebhookStoreAppsResponse
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 GetWebhookStoreAppsResponse in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return GetWebhookStoreAppsResponseModifier and TypeMethodDescriptionWebhookStoreAppProcess.getAllwebhooks
(WebhookStoreAppsDO webhookStoreAppsDO) WebhookStoreAppProcess.getWebhookByCollectionId
(WebhookStoreAppsDO webhookStoreAppsDO) WebhookStoreAppProcess.getWebhookStoreApp
(WebhookStoreAppsDO webhookStoreAppsDO) -
Uses of GetWebhookStoreAppsResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return GetWebhookStoreAppsResponseModifier and TypeMethodDescriptionFindAllWebhookByServiceCollectionIdServiceImpl.process
(WebhookStoreAppsRequestInternal webhookStoreAppsRequestInternal) FindAllWebhooksByNameServiceImpl.process
(WebhookStoreAppsRequestInternal webhookStoreAppsRequestInternal) FindAllWebhookStoreAppsServiceImpl.process
(WebhookStoreAppsRequestInternal webhookStoreAppsRequestInternal) -
Uses of GetWebhookStoreAppsResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type GetWebhookStoreAppsResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GetWebhookStoreAppsResponse>
WebhooksAppSubscriptionController.getAllwebhooks
(String authToken, String versionId, String webhookName, Boolean includeAll, String locale, @Min(value=1L,message="{param.page.min}") Integer page, @Min(value=1L,message="{param.size.min}") @Max(value=50L,message="{param.size.max}") Integer size) org.springframework.http.ResponseEntity<GetWebhookStoreAppsResponse>
WebhooksAppSubscriptionController.getWebhookStoreApp
(String storeId, String authToken, String versionId, String filters, String locale, @jakarta.validation.constraints.Min(value=1L, message="{param.page.min}") int page, @jakarta.validation.constraints.Min(value=1L, message="{param.size.min}"),@jakarta.validation.constraints.Max(value=50L, message="{param.size.max}") int size) org.springframework.http.ResponseEntity<GetWebhookStoreAppsResponse>
WebhooksAppSubscriptionController.getWebhookStoreAppByCollectionID
(String serviceCollectionId, String authToken, String versionId, String serviceName, String webhookName, String locale, @Min(value=1L,message="{param.page.min}") Integer page, @Min(value=1L,message="{param.size.min}") @Max(value=50L,message="{param.size.max}") Integer size, boolean isAppMasterRequired, String appId, String appVersion, String storeId) GET API to find Webhooks details by CollectionID