Klasse PageBeanSecurityLevelMember

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class PageBeanSecurityLevelMember extends Object
PageBeanSecurityLevelMember
  • 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<SecurityLevelMember> values
      The list of items.
  • Konstruktordetails

    • PageBeanSecurityLevelMember

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using PageBeanSecurityLevelMember(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.
    • PageBeanSecurityLevelMember

      protected PageBeanSecurityLevelMember()
  • Methodendetails