Uses of Class
io.meeds.twitter.gamification.rest.model.TwitterAccountRestEntity
Packages that use TwitterAccountRestEntity
-
Uses of TwitterAccountRestEntity in io.meeds.twitter.gamification.rest
Methods in io.meeds.twitter.gamification.rest that return types with arguments of type TwitterAccountRestEntityModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<TwitterAccountRestEntity>> TwitterAccountRest.getWatchedAccounts(jakarta.servlet.http.HttpServletRequest request, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TwitterAccountRestEntity> assembler) Method parameters in io.meeds.twitter.gamification.rest with type arguments of type TwitterAccountRestEntityModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<TwitterAccountRestEntity>> TwitterAccountRest.getWatchedAccounts(jakarta.servlet.http.HttpServletRequest request, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TwitterAccountRestEntity> assembler) -
Uses of TwitterAccountRestEntity in io.meeds.twitter.gamification.rest.builder
Methods in io.meeds.twitter.gamification.rest.builder that return TwitterAccountRestEntityModifier and TypeMethodDescriptionstatic TwitterAccountRestEntityTwitterAccountBuilder.toRestEntity(String twitterBearerToken, TokenStatus tokenStatus, TwitterConsumerService twitterConsumerService, TwitterAccount twitterAccount) Methods in io.meeds.twitter.gamification.rest.builder that return types with arguments of type TwitterAccountRestEntityModifier and TypeMethodDescriptionstatic org.springframework.data.domain.Page<TwitterAccountRestEntity> TwitterAccountBuilder.toRestEntities(TwitterService twitterAccountService, TwitterConsumerService twitterConsumerService, org.springframework.data.domain.Page<TwitterAccount> twitterAccounts)