Klasse PageBeanNotificationScheme

java.lang.Object
io.github.primelib.jira4j.restv2.model.PageBeanNotificationScheme

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class PageBeanNotificationScheme extends Object
PageBeanNotificationScheme
  • 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 URI nextPage
      If there is another page of results, the URL of the next page.
    • self

      protected URI self
      The URL of the page.
    • startAt

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

      protected Long total
      The number of items returned.
    • values

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

    • PageBeanNotificationScheme

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

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

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

      Parameter:
      isLast - Whether this is the last page.
      maxResults - The maximum number of items that could be returned.
      nextPage - If there is another page of results, the URL of the next page.
      self - The URL of the page.
      startAt - The index of the first item returned.
      total - The number of items returned.
      values - The list of items.
    • PageBeanNotificationScheme

      protected PageBeanNotificationScheme()
  • Methodendetails