Klasse PageOfStatuses

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

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

    • isLast

      protected Boolean isLast
      Whether this is the last page.
    • maxResults

      protected Integer maxResults
      The maximum number of items that could be returned.
    • nextPage

      protected String nextPage
      The URL of the next page of results, if any.
    • self

      protected String self
      The URL of this page.
    • startAt

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

      protected Long total
      Number of items that satisfy the search.
    • values

      protected List<JiraStatus> values
      The list of items.
  • Konstruktordetails

    • PageOfStatuses

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

      @Internal public PageOfStatuses(Boolean isLast, Integer maxResults, String nextPage, String self, Long startAt, Long total, List<JiraStatus> values)
      Constructs a validated instance of PageOfStatuses.

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

      Parameter:
      isLast - Whether this is the last page.
      maxResults - The maximum number of items that could be returned.
      nextPage - The URL of the next page of results, if any.
      self - The URL of this page.
      startAt - The index of the first item returned on the page.
      total - Number of items that satisfy the search.
      values - The list of items.
    • PageOfStatuses

      protected PageOfStatuses()
  • Methodendetails

    • builder

      public static PageOfStatuses.PageOfStatusesBuilder builder()
    • isLast

      public Boolean isLast()
      Whether this is the last page.
    • maxResults

      public Integer maxResults()
      The maximum number of items that could be returned.
    • nextPage

      public String nextPage()
      The URL of the next page of results, if any.
    • self

      public String self()
      The URL of this page.
    • startAt

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

      public Long total()
      Number of items that satisfy the search.
    • values

      public List<JiraStatus> values()
      The list of items.
    • isLast

      public PageOfStatuses isLast(Boolean isLast)
      Whether this is the last page.
      Gibt zurück:
      this.
    • maxResults

      public PageOfStatuses maxResults(Integer maxResults)
      The maximum number of items that could be returned.
      Gibt zurück:
      this.
    • nextPage

      public PageOfStatuses nextPage(String nextPage)
      The URL of the next page of results, if any.
      Gibt zurück:
      this.
    • self

      public PageOfStatuses self(String self)
      The URL of this page.
      Gibt zurück:
      this.
    • startAt

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

      public PageOfStatuses total(Long total)
      Number of items that satisfy the search.
      Gibt zurück:
      this.
    • values

      public PageOfStatuses values(List<JiraStatus> values)
      The list of items.
      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