com.atlassian.jira.rest.client.api.domain
Class Votes
java.lang.Object
com.atlassian.jira.rest.client.api.domain.BasicVotes
com.atlassian.jira.rest.client.api.domain.Votes
- All Implemented Interfaces:
- AddressableEntity
public class Votes
- extends BasicVotes
Complete information about the voters for given issue
- Since:
- v0.1
Constructor Summary |
Votes(java.net.URI self,
int votes,
boolean hasVoted,
java.util.Collection<BasicUser> users)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Votes
public Votes(java.net.URI self,
int votes,
boolean hasVoted,
java.util.Collection<BasicUser> users)
getUsers
public java.lang.Iterable<BasicUser> getUsers()
getToStringHelper
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
- Overrides:
getToStringHelper
in class BasicVotes
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class BasicVotes
hashCode
public int hashCode()
- Overrides:
hashCode
in class BasicVotes
Copyright © 2012 Atlassian. All Rights Reserved.