Class Votes
java.lang.Object
io.github.primelib.jira4j.restv3.model.Votes
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Votes
extends Object
Votes
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Votes.VotesBuilderbuilder()protected booleanbooleaninthashCode()hasVoted()Whether the user making this request has voted on the issue.Whether the user making this request has voted on the issue.self()The URL of these issue vote details.The URL of these issue vote details.toString()voters()List of the users who have voted on this issue.List of the users who have voted on this issue.votes()The number of votes on the issue.The number of votes on the issue.
-
Field Details
-
hasVoted
Whether the user making this request has voted on the issue. -
self
The URL of these issue vote details. -
voters
List of the users who have voted on this issue. An empty list is returned when the calling user doesn't have the *View voters and watchers* project permission. -
votes
The number of votes on the issue.
-
-
Constructor Details
-
Votes
Constructs a validated instance ofVotes.- Parameters:
spec- the specification to process
-
Votes
Constructs a validated instance ofVotes.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Votes(Consumer)instead.- Parameters:
hasVoted- Whether the user making this request has voted on the issue.self- The URL of these issue vote details.voters- List of the users who have voted on this issue. An empty list is returned when the calling user doesn't have the *View voters and watchers* project permission.votes- The number of votes on the issue.
-
Votes
protected Votes()
-
-
Method Details
-
builder
-
hasVoted
Whether the user making this request has voted on the issue. -
self
The URL of these issue vote details. -
voters
List of the users who have voted on this issue. An empty list is returned when the calling user doesn't have the *View voters and watchers* project permission. -
votes
The number of votes on the issue. -
hasVoted
Whether the user making this request has voted on the issue.- Returns:
this.
-
self
The URL of these issue vote details.- Returns:
this.
-
voters
List of the users who have voted on this issue. An empty list is returned when the calling user doesn't have the *View voters and watchers* project permission.- Returns:
this.
-
votes
The number of votes on the issue.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-