Klasse IssueBeanChangelog

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

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

    • histories

      protected List<Changelog> histories
      The list of changelogs.
    • maxResults

      protected Integer maxResults
      The maximum number of results that could be on the page.
    • startAt

      protected Integer startAt
      The index of the first item returned on the page.
    • total

      protected Integer total
      The number of results on the page.
  • Konstruktordetails

    • IssueBeanChangelog

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

      @Internal public IssueBeanChangelog(List<Changelog> histories, Integer maxResults, Integer startAt, Integer total)
      Constructs a validated instance of IssueBeanChangelog.

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

      Parameter:
      histories - The list of changelogs.
      maxResults - The maximum number of results that could be on the page.
      startAt - The index of the first item returned on the page.
      total - The number of results on the page.
    • IssueBeanChangelog

      protected IssueBeanChangelog()
  • Methodendetails

    • builder

    • histories

      public List<Changelog> histories()
      The list of changelogs.
    • maxResults

      public Integer maxResults()
      The maximum number of results that could be on the page.
    • startAt

      public Integer startAt()
      The index of the first item returned on the page.
    • total

      public Integer total()
      The number of results on the page.
    • histories

      public IssueBeanChangelog histories(List<Changelog> histories)
      The list of changelogs.
      Gibt zurück:
      this.
    • maxResults

      public IssueBeanChangelog maxResults(Integer maxResults)
      The maximum number of results that could be on the page.
      Gibt zurück:
      this.
    • startAt

      public IssueBeanChangelog startAt(Integer startAt)
      The index of the first item returned on the page.
      Gibt zurück:
      this.
    • total

      public IssueBeanChangelog total(Integer total)
      The number of results on the page.
      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