public interface SocialUserServiceAPI
Modifier and Type | Method and Description |
---|---|
void |
update(SocialUser... users) |
void |
userFollowAnotherUser(String followerUsername,
String followUsername) |
void |
userUnfollowAnotherUser(String followerUsername,
String followUsername) |
void userUnfollowAnotherUser(String followerUsername, String followUsername)
void update(SocialUser... users)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.