Class WorkbookOutputV1

java.lang.Object
com.seeq.model.WorkbookOutputV1

public class WorkbookOutputV1 extends Object
The list of workbooks
  • Constructor Details

    • WorkbookOutputV1

      public WorkbookOutputV1()
  • Method Details

    • ancestors

      public WorkbookOutputV1 ancestors(List<ItemPreviewV1> ancestors)
    • addAncestorsItem

      public WorkbookOutputV1 addAncestorsItem(ItemPreviewV1 ancestorsItem)
    • getAncestors

      public List<ItemPreviewV1> getAncestors()
      The list of folder ancestors, starting at the topmost folder to which the user has access
      Returns:
      ancestors
    • setAncestors

      public void setAncestors(List<ItemPreviewV1> ancestors)
    • createdAt

      public WorkbookOutputV1 createdAt(String createdAt)
    • getCreatedAt

      public String getCreatedAt()
      The ISO 8601 date of when the folder, analysis, topic, or project was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • creator

      public WorkbookOutputV1 creator(IdentityPreviewV1 creator)
    • getCreator

      public IdentityPreviewV1 getCreator()
      Get creator
      Returns:
      creator
    • setCreator

      public void setCreator(IdentityPreviewV1 creator)
    • description

      public WorkbookOutputV1 description(String description)
    • getDescription

      public String getDescription()
      Clarifying information or other plain language description of this item
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • effectivePermissions

      public WorkbookOutputV1 effectivePermissions(PermissionsV1 effectivePermissions)
    • getEffectivePermissions

      public PermissionsV1 getEffectivePermissions()
      Get effectivePermissions
      Returns:
      effectivePermissions
    • setEffectivePermissions

      public void setEffectivePermissions(PermissionsV1 effectivePermissions)
    • id

      public WorkbookOutputV1 id(String id)
    • getId

      public String getId()
      The ID that can be used to interact with the item
      Returns:
      id
    • setId

      public void setId(String id)
    • isArchived

      public WorkbookOutputV1 isArchived(Boolean isArchived)
    • getIsArchived

      public Boolean getIsArchived()
      Whether item is archived
      Returns:
      isArchived
    • setIsArchived

      public void setIsArchived(Boolean isArchived)
    • isRedacted

      public WorkbookOutputV1 isRedacted(Boolean isRedacted)
    • getIsRedacted

      public Boolean getIsRedacted()
      Whether item is redacted
      Returns:
      isRedacted
    • setIsRedacted

      public void setIsRedacted(Boolean isRedacted)
    • markedAsFavorite

      public WorkbookOutputV1 markedAsFavorite(Boolean markedAsFavorite)
    • getMarkedAsFavorite

      public Boolean getMarkedAsFavorite()
      Flag indicating whether this folder, analysis, topic, or project has been marked as a favorite by the current user
      Returns:
      markedAsFavorite
    • setMarkedAsFavorite

      public void setMarkedAsFavorite(Boolean markedAsFavorite)
    • name

      public WorkbookOutputV1 name(String name)
    • getName

      public String getName()
      The human readable name
      Returns:
      name
    • setName

      public void setName(String name)
    • owner

      public WorkbookOutputV1 owner(IdentityPreviewV1 owner)
    • getOwner

      public IdentityPreviewV1 getOwner()
      Get owner
      Returns:
      owner
    • setOwner

      public void setOwner(IdentityPreviewV1 owner)
    • parentFolderId

      public WorkbookOutputV1 parentFolderId(String parentFolderId)
    • getParentFolderId

      public String getParentFolderId()
      The ID of the parent folder which this folder, analysis, topic, or project is a subfolder of
      Returns:
      parentFolderId
    • setParentFolderId

      public void setParentFolderId(String parentFolderId)
    • statusMessage

      public WorkbookOutputV1 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
      Returns:
      statusMessage
    • setStatusMessage

      public void setStatusMessage(String statusMessage)
    • translationKey

      public WorkbookOutputV1 translationKey(String translationKey)
    • getTranslationKey

      public String getTranslationKey()
      The item's translation key, if any
      Returns:
      translationKey
    • setTranslationKey

      public void setTranslationKey(String translationKey)
    • type

      public WorkbookOutputV1 type(String type)
    • getType

      public String getType()
      The type of the item
      Returns:
      type
    • setType

      public void setType(String type)
    • updatedAt

      public WorkbookOutputV1 updatedAt(String updatedAt)
    • getUpdatedAt

      public String getUpdatedAt()
      The ISO 8601 date of when the folder, analysis, topic, or project was updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(String updatedAt)
    • worksheets

      public WorkbookOutputV1 worksheets(String worksheets)
    • getWorksheets

      public String getWorksheets()
      The href to retrieve the worksheets in this workbook
      Returns:
      worksheets
    • setWorksheets

      public void setWorksheets(String worksheets)
    • 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