public interface Like
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLikeId()
Retrieve the like ID.
|
java.lang.String |
getVotedBy()
Retrieve the ID of the user who likes.
|
java.util.Date |
getVotedOn()
Retrieve the date that a user voted.
|
boolean |
isDeleteable()
Returns whether this like can be deleted by the current user.
|
java.lang.String getLikeId()
java.lang.String getVotedBy()
java.util.Date getVotedOn()
Like
created.boolean isDeleteable()
true
if the like can be deleted by the current user,
false
otherwise.