Uses of Class
io.meeds.crowdin.gamification.model.WebHook
Packages that use WebHook
Package
Description
-
Uses of WebHook in io.meeds.crowdin.gamification.model
Methods in io.meeds.crowdin.gamification.model that return WebHook -
Uses of WebHook in io.meeds.crowdin.gamification.rest
Methods in io.meeds.crowdin.gamification.rest that return WebHookModifier and TypeMethodDescriptionHooksManagementRest.getWebHookById(jakarta.servlet.http.HttpServletRequest request, long webHookId) -
Uses of WebHook in io.meeds.crowdin.gamification.rest.builder
Methods in io.meeds.crowdin.gamification.rest.builder with parameters of type WebHookModifier and TypeMethodDescriptionstatic WebHookRestEntityWebHookBuilder.toRestEntity(CrowdinConsumerStorage crowdinConsumerStorage, WebHook webHook, boolean includeLanguages) Method parameters in io.meeds.crowdin.gamification.rest.builder with type arguments of type WebHookModifier and TypeMethodDescriptionstatic List<WebHookRestEntity> WebHookBuilder.toRestEntities(CrowdinConsumerStorage crowdinConsumerStorage, Collection<WebHook> webHooks, boolean includeLanguages) -
Uses of WebHook in io.meeds.crowdin.gamification.services
Methods in io.meeds.crowdin.gamification.services that return WebHookModifier and TypeMethodDescriptionWebhookService.createWebhook(long projectId, String projectName, String accessToken, String currentUser) WebhookService.deleteWebhook(long projectId) WebhookService.deleteWebhook(long projectId, String currentUser) WebhookService.getWebhookId(long webhookId) WebhookService.getWebhookId(long webhookId, String username) Methods in io.meeds.crowdin.gamification.services that return types with arguments of type WebHookModifier and TypeMethodDescriptionWebhookService.getWebhooks(int offset, int limit) WebhookService.getWebhooks(int offset, int limit, boolean forceUpdate) WebhookService.getWebhooks(String currentUser, int offset, int limit, boolean forceUpdate) -
Uses of WebHook in io.meeds.crowdin.gamification.storage
Methods in io.meeds.crowdin.gamification.storage that return WebHookModifier and TypeMethodDescriptionCrowdinConsumerStorage.createWebhook(long projectId, String[] triggers, String accessToken) WebHookStorage.deleteWebHook(long projectId) WebHookStorage.getWebHookById(Long id) WebHookStorage.getWebhookByProjectId(long projectId) WebHookStorage.saveWebHook(WebHook webHook) Methods in io.meeds.crowdin.gamification.storage that return types with arguments of type WebHookMethods in io.meeds.crowdin.gamification.storage with parameters of type WebHookModifier and TypeMethodDescriptionCrowdinConsumerStorage.deleteWebhook(WebHook webHook) WebHookStorage.saveWebHook(WebHook webHook) -
Uses of WebHook in io.meeds.crowdin.gamification.storage.mapper
Methods in io.meeds.crowdin.gamification.storage.mapper that return WebHookModifier and TypeMethodDescriptionstatic WebHookWebHookMapper.fromEntity(WebhookEntity webhookEntity) Methods in io.meeds.crowdin.gamification.storage.mapper with parameters of type WebHook