public class LikesRpc extends Object
Modifier and Type | Method and Description |
---|---|
List<Like> |
getLikes(ContentEntity content,
User user)
gets the likes on the piece of content
|
void |
like(ContentEntity content,
User user)
Have the specified user like the specified content.
|
void |
unlike(ContentEntity content,
User user)
Have the specified user UNlike the specified content.
|
public void like(ContentEntity content, User user)
public void unlike(ContentEntity content, User user)
Copyright © 2003–2015 Atlassian. All rights reserved.