| java.lang.Object |
| ↳ |
org.mule.modules.box.model.request.RestoreTrashedItemRequest |
Class Overview
Request object for restoring items from the trash
Summary
| Fields |
|
private
String |
newName |
The new name for this item
|
|
private
String |
newParentId |
The id of the new parent folder
|
|
private
Item |
parent |
The new parent folder for this item
|
|
[Expand]
Inherited Methods |
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:
94008240835040493
(0x014dfbff38ee94ed)
Fields
private
String
newName
The new name for this item
private
String
newParentId
The id of the new parent folder
private
Item
parent
The new parent folder for this item
Public Constructors
public
RestoreTrashedItemRequest
()
Public Methods
public
String
getNewName
()
public
String
getNewParentId
()
public
void
setNewName
(String newName)
public
void
setNewParentId
(String newParentId)
public
void
setParent
(Item parent)