public class

CopyItemRequest

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.box.model.request.CopyItemRequest

Summary

Constants
long serialVersionUID
Fields
private String id The ID of the destination folder
private String name An optional new name for the file
private Item parent Folder object representing the new location of the item
Public Constructors
CopyItemRequest()
Public Methods
String getId()
String getName()
Item getParent()
void setId(String id)
void setName(String name)
void setParent(Item parent)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 6738206984167301429 (0x5d82eb8d32592135)

Fields

private String id

The ID of the destination folder

private String name

An optional new name for the file

private Item parent

Folder object representing the new location of the item

Public Constructors

public CopyItemRequest ()

Public Methods

public String getId ()

public String getName ()

public Item getParent ()

public void setId (String id)

Parameters
id

public void setName (String name)

Parameters
name

public void setParent (Item parent)

Parameters
parent