Uses of Class
io.meeds.dapp.web.rest.model.HubWithReward
Packages that use HubWithReward
-
Uses of HubWithReward in io.meeds.dapp.web.rest
Methods in io.meeds.dapp.web.rest that return types with arguments of type HubWithRewardModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<HubWithReward>>>HubController.getHubs(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<HubWithReward> assembler, long rewardId) Method parameters in io.meeds.dapp.web.rest with type arguments of type HubWithRewardModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<HubWithReward>>>HubController.getHubs(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<HubWithReward> assembler, long rewardId) -
Uses of HubWithReward in io.meeds.dapp.web.rest.utils
Methods in io.meeds.dapp.web.rest.utils that return HubWithRewardModifier and TypeMethodDescriptionstatic HubWithRewardEntityBuilder.decorateHubWithReward(io.meeds.wom.api.model.Hub hub, io.meeds.deeds.common.service.HubReportService hubReportService)