Class IssueBeanChangelog

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

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

    • 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.
  • Constructor Details

    • IssueBeanChangelog

      public IssueBeanChangelog(Consumer<IssueBeanChangelog> spec)
      Constructs a validated instance of IssueBeanChangelog.
      Parameters:
      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.

      Parameters:
      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()
  • Method Details