Klasse Votes
java.lang.Object
io.github.primelib.jira4j.restv3.model.Votes
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Votes
extends Object
Votes
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Votes.VotesBuilder
builder()
protected boolean
boolean
int
hashCode()
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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
Votes
Constructs a validated instance ofVotes
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
self
The URL of these issue vote details.- Gibt zurück:
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.- Gibt zurück:
this
.
-
votes
The number of votes on the issue.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-