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 © 2001–2016 JBoss by Red Hat. All rights reserved.