Package com.xero.models.file
Class Folder
java.lang.Object
com.xero.models.file.Folder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe email address used to email files to the inbox.booleanThe number of files in the foldergetEmail()The email address used to email files to the inbox.The number of files in the foldergetId()Xero unique identifier for a folder Filesto indicate if the folder is the Inbox.getName()The name of the folderinthashCode()Xero unique identifier for a folder Filesto indicate if the folder is the Inbox.The name of the foldervoidThe email address used to email files to the inbox.voidsetFileCount(Integer fileCount) The number of files in the foldervoidXero unique identifier for a folder FilesvoidsetIsInbox(Boolean isInbox) to indicate if the folder is the Inbox.voidThe name of the foldertoString()
-
Constructor Details
-
Folder
public Folder()
-
-
Method Details
-
name
-
getName
-
setName
-
fileCount
-
getFileCount
-
setFileCount
The number of files in the folder- Parameters:
fileCount- Integer
-
email
-
getEmail
The email address used to email files to the inbox. Only the inbox will have this element.- Returns:
-
setEmail
The email address used to email files to the inbox. Only the inbox will have this element.- Parameters:
email- String
-
isInbox
-
getIsInbox
to indicate if the folder is the Inbox. The Inbox cannot be renamed or deleted.- Returns:
- isInbox
-
setIsInbox
to indicate if the folder is the Inbox. The Inbox cannot be renamed or deleted.- Parameters:
isInbox- Boolean
-
id
-
getId
-
setId
-
equals
-
hashCode
-
toString
-