public class Votes extends BasicVotes
| Constructor and Description |
|---|
Votes(URI self,
int votes,
boolean hasVoted,
Collection<BasicUser> users) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected ToStringHelper |
getToStringHelper() |
Iterable<BasicUser> |
getUsers() |
int |
hashCode() |
getSelf, getVotes, hasVoted, toStringpublic Votes(URI self, int votes, boolean hasVoted, Collection<BasicUser> users)
protected ToStringHelper getToStringHelper()
getToStringHelper in class BasicVotespublic boolean equals(Object obj)
equals in class BasicVotespublic int hashCode()
hashCode in class BasicVotesCopyright © 2013 Atlassian. All Rights Reserved.