Class Overview
Folders contain information about the items contained inside of them, including files and other folders.
There is also a set of metadata such as who owns the folder and when it was modified that is also returned.
Summary
| Fields |
|
private
String |
createdAt |
The time the folder was created
|
|
private
User |
createdBy |
The user who created this folder
|
|
private
String |
description |
The description of the folder
|
|
private
String |
itemStatus |
Whether this item is deleted or not
|
|
private
GetItemsResponse |
items |
Descriptors for folders and files contained in this folder
|
|
private
String |
modifiedAt |
The time the folder or its contents were last modified
|
|
private
User |
modifiedBy |
The user who last modified this folder
|
|
private
User |
ownedBy |
The user who owns this folder
|
|
private
Item |
parent |
The folder that contains this one
|
|
private
Entries |
paths |
The path of folders to this item, starting at the root
|
|
private
SharedLink |
sharedLink |
The shared link for this folder
|
|
private
Long |
size |
The folder size in bytes
|
|
private
String |
syncState |
Whether this folder will be synced by the Box sync clients or not
|
|
[Expand]
Inherited Methods |
From class
org.mule.modules.box.model.Item
|
From class
org.mule.modules.box.model.Entity
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
-4254960125347133726
(0xc4f3584f4b3b86e2)
Fields
private
String
createdAt
The time the folder was created
private
User
createdBy
The user who created this folder
private
String
description
The description of the folder
private
String
itemStatus
Whether this item is deleted or not
Descriptors for folders and files contained in this folder
private
String
modifiedAt
The time the folder or its contents were last modified
private
User
modifiedBy
The user who last modified this folder
private
User
ownedBy
The user who owns this folder
private
Item
parent
The folder that contains this one
The path of folders to this item, starting at the root
The shared link for this folder
private
String
syncState
Whether this folder will be synced by the Box sync clients or not
Public Constructors
Public Methods
public
String
getCreatedAt
()
public
User
getCreatedBy
()
public
String
getDescription
()
public
String
getItemStatus
()
public
String
getModifiedAt
()
public
User
getModifiedBy
()
public
User
getOwnedBy
()
public
String
getSyncState
()
public
void
setCreatedAt
(String createdAt)
public
void
setCreatedBy
(User createdBy)
public
void
setDescription
(String description)
public
void
setItemStatus
(String itemStatus)
public
void
setModifiedAt
(String modifiedAt)
public
void
setModifiedBy
(User modifiedBy)
public
void
setOwnedBy
(User ownedBy)
public
void
setParent
(Item parent)
public
void
setPaths
(Entries paths)
public
void
setSize
(Long size)
public
void
setSyncState
(String syncState)