public class Folder extends Object
| Constructor and Description |
|---|
Folder() |
| Modifier and Type | Method and Description |
|---|---|
Folder |
email(String email) |
boolean |
equals(Object o) |
Folder |
fileCount(Integer fileCount) |
String |
getEmail()
The email address used to email files to the inbox.
|
Integer |
getFileCount()
The number of files in the folder
|
UUID |
getId()
Xero unique identifier for a folder Files
|
Boolean |
getIsInbox()
to indicate if the folder is the Inbox.
|
String |
getName()
The name of the folder
|
int |
hashCode() |
Folder |
id(UUID id) |
Folder |
isInbox(Boolean isInbox) |
Folder |
name(String name) |
void |
setEmail(String email) |
void |
setFileCount(Integer fileCount) |
void |
setId(UUID id) |
void |
setIsInbox(Boolean isInbox) |
void |
setName(String name) |
String |
toString() |
public String getName()
public void setName(String name)
public Integer getFileCount()
public void setFileCount(Integer fileCount)
public String getEmail()
public void setEmail(String email)
public Boolean getIsInbox()
public void setIsInbox(Boolean isInbox)
public UUID getId()
public void setId(UUID id)
Copyright © 2018. All rights reserved.