Klasse Votes.VotesBuilder

java.lang.Object
io.github.primelib.jira4j.restv3.model.Votes.VotesBuilder
Umschließende Klasse:
Votes

public static class Votes.VotesBuilder extends Object
  • Methodendetails

    • hasVoted

      public Votes.VotesBuilder hasVoted(Boolean hasVoted)
      Whether the user making this request has voted on the issue.
      Gibt zurück:
      this.
    • self

      public Votes.VotesBuilder self(URI self)
      The URL of these issue vote details.
      Gibt zurück:
      this.
    • voters

      public Votes.VotesBuilder voters(List<User> 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

      public Votes.VotesBuilder votes(Long votes)
      The number of votes on the issue.
      Gibt zurück:
      this.
    • build

      public Votes build()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object