|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.rest.client.domain.BasicVotes
com.atlassian.jira.rest.client.domain.Votes
public class Votes
Complete information about the voters for given issue
| Constructor Summary | |
|---|---|
Votes(java.net.URI self,
int votes,
boolean hasVoted,
java.util.Collection<BasicUser> users)
|
|
| Method Summary | |
|---|---|
java.lang.Iterable<BasicUser> |
getUsers()
|
java.lang.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 |
|---|
public Votes(java.net.URI self,
int votes,
boolean hasVoted,
java.util.Collection<BasicUser> users)
| Method Detail |
|---|
public java.lang.Iterable<BasicUser> getUsers()
public java.lang.String toString()
toString in class BasicVotes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||