com.atlassian.jira.rest.client.domain
Class BasicVotes
java.lang.Object
com.atlassian.jira.rest.client.domain.BasicVotes
- All Implemented Interfaces:
- AddressableEntity
- Direct Known Subclasses:
- Votes
public class BasicVotes
- extends java.lang.Object
- implements AddressableEntity
Basic information about voters of a JIRA issue
- Since:
- v0.1
|
Constructor Summary |
BasicVotes(java.net.URI self,
int votes,
boolean hasVoted)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BasicVotes
public BasicVotes(java.net.URI self,
int votes,
boolean hasVoted)
getSelf
public java.net.URI getSelf()
- Specified by:
getSelf in interface AddressableEntity
- Returns:
- URI to this resource or (usually) its complete version - when partial representation
is embedded in other resources
getVotes
public int getVotes()
hasVoted
public boolean hasVoted()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.