com.atlassian.jira.rest.v2.issue
Class VoteBean

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.VoteBean

public class VoteBean
extends Object

Since:
v4.2

Field Summary
static VoteBean DOC_EXAMPLE
           
 
Constructor Summary
VoteBean(URI self, boolean hasVoted, long votes)
           
VoteBean(URI self, boolean hasVoted, long votes, Object voters)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOC_EXAMPLE

public static VoteBean DOC_EXAMPLE
Constructor Detail

VoteBean

public VoteBean(URI self,
                boolean hasVoted,
                long votes)

VoteBean

public VoteBean(URI self,
                boolean hasVoted,
                long votes,
                Object voters)


Copyright © 2002-2014 Atlassian. All Rights Reserved.