Class TwitterAccountBuilder
java.lang.Object
io.meeds.twitter.gamification.rest.builder.TwitterAccountBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.domain.Page<TwitterAccountRestEntity> toRestEntities(TwitterService twitterAccountService, TwitterConsumerService twitterConsumerService, org.springframework.data.domain.Page<TwitterAccount> twitterAccounts) static TwitterAccountRestEntitytoRestEntity(String twitterBearerToken, TokenStatus tokenStatus, TwitterConsumerService twitterConsumerService, TwitterAccount twitterAccount)
-
Method Details
-
toRestEntity
public static TwitterAccountRestEntity toRestEntity(String twitterBearerToken, TokenStatus tokenStatus, TwitterConsumerService twitterConsumerService, TwitterAccount twitterAccount) -
toRestEntities
public static org.springframework.data.domain.Page<TwitterAccountRestEntity> toRestEntities(TwitterService twitterAccountService, TwitterConsumerService twitterConsumerService, org.springframework.data.domain.Page<TwitterAccount> twitterAccounts)
-