com.atlassian.jira.rest.client.domain
Class Votes

java.lang.Object
  extended by com.atlassian.jira.rest.client.domain.BasicVotes
      extended by com.atlassian.jira.rest.client.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(URI self, int votes, boolean hasVoted, Collection<BasicUser> users)
           
 
Method Summary
 Iterable<BasicUser> getUsers()
           
 String toString()
           
 
Methods inherited from class com.atlassian.jira.rest.client.domain.BasicVotes
getSelf, getVotes, hasVoted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Votes

public Votes(URI self,
             int votes,
             boolean hasVoted,
             Collection<BasicUser> users)
Method Detail

getUsers

public Iterable<BasicUser> getUsers()

toString

public String toString()
Overrides:
toString in class BasicVotes


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.