Uses of Class
io.meeds.github.gamification.rest.model.WebHookRestEntity
Packages that use WebHookRestEntity
-
Uses of WebHookRestEntity in io.meeds.github.gamification.rest
Methods in io.meeds.github.gamification.rest that return WebHookRestEntityModifier and TypeMethodDescriptionHooksManagementRest.getWebHookById(jakarta.servlet.http.HttpServletRequest request, long webHookId) Methods in io.meeds.github.gamification.rest that return types with arguments of type WebHookRestEntityModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<WebHookRestEntity>> HooksManagementRest.getWebHooks(jakarta.servlet.http.HttpServletRequest request, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<WebHookRestEntity> assembler) Method parameters in io.meeds.github.gamification.rest with type arguments of type WebHookRestEntityModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<WebHookRestEntity>> HooksManagementRest.getWebHooks(jakarta.servlet.http.HttpServletRequest request, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<WebHookRestEntity> assembler) -
Uses of WebHookRestEntity in io.meeds.github.gamification.rest.builder
Methods in io.meeds.github.gamification.rest.builder that return WebHookRestEntityModifier and TypeMethodDescriptionstatic WebHookRestEntityWebHookBuilder.toRestEntity(WebhookService webhookService, GithubConsumerService githubConsumerService, WebHook webHook) Methods in io.meeds.github.gamification.rest.builder that return types with arguments of type WebHookRestEntityModifier and TypeMethodDescriptionstatic org.springframework.data.domain.Page<WebHookRestEntity> WebHookBuilder.toRestEntities(WebhookService webhookService, GithubConsumerService githubConsumerService, org.springframework.data.domain.Page<WebHook> webHooks)