Klasse PageBeanSecurityLevel

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

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

    • PageBeanSecurityLevel

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

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

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

      protected PageBeanSecurityLevel()
  • Methodendetails