Package com.docspring
Class Folder
java.lang.Object
com.docspring.Folder
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.16.0-DOCSPRING")
public class Folder
extends Object
Folder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this folder object is equal to o.getId()Get idgetName()Get nameGet parentFolderIdgetPath()Get pathinthashCode()parentFolderId(String parentFolderId) voidvoidvoidsetParentFolderId(String parentFolderId) voidtoString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PATH
- See Also:
-
JSON_PROPERTY_PARENT_FOLDER_ID
- See Also:
-
-
Constructor Details
-
Folder
public Folder()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
path
-
getPath
Get path- Returns:
- path
-
setPath
-
parentFolderId
-
getParentFolderId
Get parentFolderId- Returns:
- parentFolderId
-
setParentFolderId
-
equals
Return true if this folder object is equal to o. -
hashCode
public int hashCode() -
toString
-