Class ItemOutputV1

java.lang.Object
com.seeq.model.ItemOutputV1

public class ItemOutputV1 extends Object
ItemOutputV1
  • Constructor Details

    • ItemOutputV1

      public ItemOutputV1()
  • Method Details

    • cached

      public ItemOutputV1 cached(Boolean cached)
    • getCached

      public Boolean getCached()
      Indicates whether the item's persistent disk cache is enabled. Only present for items which support caching
      Returns:
      cached
    • setCached

      public void setCached(Boolean cached)
    • datasource

      public ItemOutputV1 datasource(DatasourcePreviewV1 datasource)
    • getDatasource

      public DatasourcePreviewV1 getDatasource()
      Get datasource
      Returns:
      datasource
    • setDatasource

      public void setDatasource(DatasourcePreviewV1 datasource)
    • description

      public ItemOutputV1 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 ItemOutputV1 effectivePermissions(PermissionsV1 effectivePermissions)
    • getEffectivePermissions

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

      public void setEffectivePermissions(PermissionsV1 effectivePermissions)
    • fingerprint

      public ItemOutputV1 fingerprint(String fingerprint)
    • getFingerprint

      public String getFingerprint()
      For stored items, an optional CDC (Change Data Capture) attribute.
      Returns:
      fingerprint
    • setFingerprint

      public void setFingerprint(String fingerprint)
    • id

      public ItemOutputV1 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 ItemOutputV1 isArchived(Boolean isArchived)
    • getIsArchived

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

      public void setIsArchived(Boolean isArchived)
    • isRedacted

      public ItemOutputV1 isRedacted(Boolean isRedacted)
    • getIsRedacted

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

      public void setIsRedacted(Boolean isRedacted)
    • name

      public ItemOutputV1 name(String name)
    • getName

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

      public void setName(String name)
    • properties

      public ItemOutputV1 properties(List<PropertyOutputV1> properties)
    • addPropertiesItem

      public ItemOutputV1 addPropertiesItem(PropertyOutputV1 propertiesItem)
    • getProperties

      public List<PropertyOutputV1> getProperties()
      The list of the item's properties
      Returns:
      properties
    • setProperties

      public void setProperties(List<PropertyOutputV1> properties)
    • scopedTo

      public ItemOutputV1 scopedTo(String scopedTo)
    • getScopedTo

      public String getScopedTo()
      The ID of the workbook to which this item is scoped or null if it is in the global scope.
      Returns:
      scopedTo
    • setScopedTo

      public void setScopedTo(String scopedTo)
    • statusMessage

      public ItemOutputV1 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 ItemOutputV1 translationKey(String translationKey)
    • getTranslationKey

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

      public void setTranslationKey(String translationKey)
    • type

      public ItemOutputV1 type(String type)
    • getType

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

      public void setType(String type)
    • workbookId

      public ItemOutputV1 workbookId(UUID workbookId)
    • getWorkbookId

      public UUID getWorkbookId()
      If the item is a worksheet, the ID of its associated workbook
      Returns:
      workbookId
    • setWorkbookId

      public void setWorkbookId(UUID workbookId)
    • 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