Class TwitterAccountBuilder
java.lang.Object
io.meeds.gamification.twitter.rest.builder.TwitterAccountBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<TwitterAccountRestEntity> toRestEntities(TwitterService twitterAccountService, TwitterConsumerService twitterConsumerService, Collection<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 List<TwitterAccountRestEntity> toRestEntities(TwitterService twitterAccountService, TwitterConsumerService twitterConsumerService, Collection<TwitterAccount> twitterAccounts)
-