Class FolderInputV1

java.lang.Object
com.seeq.model.FolderInputV1

public class FolderInputV1 extends Object
FolderInputV1
  • Constructor Details

    • FolderInputV1

      public FolderInputV1()
  • Method Details

    • branchFrom

      public FolderInputV1 branchFrom(String branchFrom)
    • getBranchFrom

      public String getBranchFrom()
      Create a new folder by duplicating the contents of the folder with the specified ID. When null, no branching will occur; resulting folder will be empty. By default the new folder will have the same parent as the original folder.
      Returns:
      branchFrom
    • setBranchFrom

      public void setBranchFrom(String branchFrom)
    • description

      public FolderInputV1 description(String description)
    • getDescription

      public String getDescription()
      Clarifying information or other plain language description of this item. An input of just whitespaces is equivalent to a null input.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • name

      public FolderInputV1 name(String name)
    • getName

      public String getName()
      Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.
      Returns:
      name
    • setName

      public void setName(String name)
    • ownerId

      public FolderInputV1 ownerId(String ownerId)
    • getOwnerId

      public String getOwnerId()
      The ID of the User that owns this folder. If omitted when creating a new Folder, the authenticated user is used by default. Only administrators may set this value.
      Returns:
      ownerId
    • setOwnerId

      public void setOwnerId(String ownerId)
    • parentFolderId

      public FolderInputV1 parentFolderId(String parentFolderId)
    • getParentFolderId

      public String getParentFolderId()
      The ID of the parent folder for this folder. Special values of 'mine' or 'corporate' place the item in the authenticated user's home folder or the corporate folder, respectively. If null, the folder will be created in the user's home folder.
      Returns:
      parentFolderId
    • setParentFolderId

      public void setParentFolderId(String parentFolderId)
    • 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