Package com.seeq.model
Class FolderInputV1
java.lang.Object
com.seeq.model.FolderInputV1
FolderInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbranchFrom
(String branchFrom) description
(String description) boolean
Create a new folder by duplicating the contents of the folder with the specified ID.Clarifying information or other plain language description of this item.getName()
Human readable name.The ID of the User that owns this folder.The ID of the parent folder for this folder.int
hashCode()
parentFolderId
(String parentFolderId) void
setBranchFrom
(String branchFrom) void
setDescription
(String description) void
void
setOwnerId
(String ownerId) void
setParentFolderId
(String parentFolderId) toString()
-
Constructor Details
-
FolderInputV1
public FolderInputV1()
-
-
Method Details
-
branchFrom
-
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
-
description
-
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
-
name
-
getName
Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.- Returns:
- name
-
setName
-
ownerId
-
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
-
parentFolderId
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-