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, toString
public Votes(URI self, int votes, boolean hasVoted, Collection<BasicUser> users)
protected ToStringHelper getToStringHelper()
getToStringHelper
in class BasicVotes
public boolean equals(Object obj)
equals
in class BasicVotes
public int hashCode()
hashCode
in class BasicVotes
Copyright © 2013 Atlassian. All Rights Reserved.