Class WorkbookOutputListV1

java.lang.Object
com.seeq.model.WorkbookOutputListV1

public class WorkbookOutputListV1 extends Object
WorkbookOutputListV1
  • Constructor Details

    • WorkbookOutputListV1

      public WorkbookOutputListV1()
  • Method Details

    • limit

      public WorkbookOutputListV1 limit(Integer limit)
    • getLimit

      public Integer getLimit()
      The pagination limit, the total number of collection items that will be returned in this page of results
      Returns:
      limit
    • setLimit

      public void setLimit(Integer limit)
    • next

      public WorkbookOutputListV1 next(String next)
    • getNext

      public String getNext()
      The href of the next set of paginated results
      Returns:
      next
    • setNext

      public void setNext(String next)
    • offset

      public WorkbookOutputListV1 offset(Integer offset)
    • getOffset

      public Integer getOffset()
      The pagination offset, the index of the first collection item that will be returned in this page of results
      Returns:
      offset
    • setOffset

      public void setOffset(Integer offset)
    • prev

      public WorkbookOutputListV1 prev(String prev)
    • getPrev

      public String getPrev()
      The href of the previous set of paginated results
      Returns:
      prev
    • setPrev

      public void setPrev(String prev)
    • statusMessage

      public WorkbookOutputListV1 statusMessage(String statusMessage)
    • getStatusMessage

      public String getStatusMessage()
      A plain language status message with information about any issues that may have been encountered during an operation. Null if the status message has not been set.
      Returns:
      statusMessage
    • setStatusMessage

      public void setStatusMessage(String statusMessage)
    • workbooks

      public WorkbookOutputListV1 workbooks(List<WorkbookOutputV1> workbooks)
    • addWorkbooksItem

      public WorkbookOutputListV1 addWorkbooksItem(WorkbookOutputV1 workbooksItem)
    • getWorkbooks

      public List<WorkbookOutputV1> getWorkbooks()
      The list of workbooks
      Returns:
      workbooks
    • setWorkbooks

      public void setWorkbooks(List<WorkbookOutputV1> workbooks)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object