Class ItemPreviewWithAssetsV1

java.lang.Object
com.seeq.model.ItemPreviewWithAssetsV1

public class ItemPreviewWithAssetsV1 extends Object
The list of all items referenced by the specified workstep and worksheet
  • Constructor Details

    • ItemPreviewWithAssetsV1

      public ItemPreviewWithAssetsV1()
  • Method Details

    • ancestors

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

      public ItemPreviewWithAssetsV1 addAncestorsItem(ItemPreviewV1 ancestorsItem)
    • getAncestors

      public List<ItemPreviewV1> getAncestors()
      The list of ancestors in the asset tree, ordered with the root ancestor first, if the item is in an asset tree. If an item is in more than one asset tree an arbitrary one will be chosen.
      Returns:
      ancestors
    • setAncestors

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

      public ItemPreviewWithAssetsV1 hasChildren(Boolean hasChildren)
    • getHasChildren

      public Boolean getHasChildren()
      A boolean indicating whether or not child items exist for this item in the asset tree; the value will be true even if the child items are archived unless the tree for this item is deleted.
      Returns:
      hasChildren
    • setHasChildren

      public void setHasChildren(Boolean hasChildren)
    • 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 ItemPreviewWithAssetsV1 isArchived(Boolean isArchived)
    • getIsArchived

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

      public void setIsArchived(Boolean isArchived)
    • isRedacted

      public ItemPreviewWithAssetsV1 isRedacted(Boolean isRedacted)
    • getIsRedacted

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

      public void setIsRedacted(Boolean isRedacted)
    • name

      public ItemPreviewWithAssetsV1 name(String name)
    • getName

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

      public void setName(String name)
    • translationKey

      public ItemPreviewWithAssetsV1 translationKey(String translationKey)
    • getTranslationKey

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

      public void setTranslationKey(String translationKey)
    • type

      public ItemPreviewWithAssetsV1 type(String type)
    • getType

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

      public void setType(String type)
    • 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