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