Klasse Watchers

java.lang.Object
io.github.primelib.jira4j.restv3.model.Watchers

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Watchers extends Object
Watchers
  • Felddetails

    • isWatching

      protected Boolean isWatching
      Whether the calling user is watching this issue.
    • self

      protected String self
      The URL of these issue watcher details.
    • watchCount

      protected Integer watchCount
      The number of users watching this issue.
    • watchers

      protected List<UserDetails> watchers
      Details of the users watching this issue.
  • Konstruktordetails

    • Watchers

      public Watchers(Consumer<Watchers> spec)
      Constructs a validated instance of Watchers.
      Parameter:
      spec - the specification to process
    • Watchers

      @Internal public Watchers(Boolean isWatching, String self, Integer watchCount, List<UserDetails> watchers)
      Constructs a validated instance of Watchers.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Watchers(Consumer) instead.

      Parameter:
      isWatching - Whether the calling user is watching this issue.
      self - The URL of these issue watcher details.
      watchCount - The number of users watching this issue.
      watchers - Details of the users watching this issue.
    • Watchers

      protected Watchers()
  • Methodendetails

    • builder

      public static Watchers.WatchersBuilder builder()
    • isWatching

      public Boolean isWatching()
      Whether the calling user is watching this issue.
    • self

      public String self()
      The URL of these issue watcher details.
    • watchCount

      public Integer watchCount()
      The number of users watching this issue.
    • watchers

      public List<UserDetails> watchers()
      Details of the users watching this issue.
    • isWatching

      public Watchers isWatching(Boolean isWatching)
      Whether the calling user is watching this issue.
      Gibt zurück:
      this.
    • self

      public Watchers self(String self)
      The URL of these issue watcher details.
      Gibt zurück:
      this.
    • watchCount

      public Watchers watchCount(Integer watchCount)
      The number of users watching this issue.
      Gibt zurück:
      this.
    • watchers

      public Watchers watchers(List<UserDetails> watchers)
      Details of the users watching this issue.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

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