public class

Entity

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.box.model.Entity
Known Direct Subclasses
Known Indirect Subclasses

Summary

Constants
long serialVersionUID
Fields
private String etag A unique string identifying the version of this folder
private String id the id of the item
private String name The name of the item
private String sequenceId A unique ID for use with the /events endpoint
private String type string representing the item's type
Public Constructors
Entity()
Public Methods
String getEtag()
String getId()
String getName()
String getSequenceId()
String getType()
void setEtag(String etag)
void setId(String id)
void setName(String name)
void setSequenceId(String sequenceId)
void setType(String type)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -7462401190978334169 (0x987039a78048d227)

Fields

private String etag

A unique string identifying the version of this folder

private String id

the id of the item

private String name

The name of the item

private String sequenceId

A unique ID for use with the /events endpoint

private String type

string representing the item's type

Public Constructors

public Entity ()

Public Methods

public String getEtag ()

public String getId ()

public String getName ()

public String getSequenceId ()

public String getType ()

public void setEtag (String etag)

Parameters
etag

public void setId (String id)

Parameters
id

public void setName (String name)

Parameters
name

public void setSequenceId (String sequenceId)

Parameters
sequenceId

public void setType (String type)

Parameters
type