Klasse PageOfComments

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

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

    • comments

      protected List<Comment> comments
      The list of comments.
    • maxResults

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

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

      protected Long total
      The number of items returned.
  • Konstruktordetails

    • PageOfComments

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

      @Internal public PageOfComments(List<Comment> comments, Integer maxResults, Long startAt, Long total)
      Constructs a validated instance of PageOfComments.

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

      Parameter:
      comments - The list of comments.
      maxResults - The maximum number of items that could be returned.
      startAt - The index of the first item returned.
      total - The number of items returned.
    • PageOfComments

      protected PageOfComments()
  • Methodendetails

    • builder

      public static PageOfComments.PageOfCommentsBuilder builder()
    • comments

      public List<Comment> comments()
      The list of comments.
    • maxResults

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

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

      public Long total()
      The number of items returned.
    • comments

      public PageOfComments comments(List<Comment> comments)
      The list of comments.
      Gibt zurück:
      this.
    • maxResults

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

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

      public PageOfComments total(Long total)
      The number of items returned.
      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