public class BoxServiceAction extends BoxObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIELD_ID |
static java.lang.String |
FIELD_NAME |
Constructor and Description |
---|
BoxServiceAction() |
BoxServiceAction(BoxServiceAction obj)
Copy constructor, this does deep copy for all the fields.
|
BoxServiceAction(IBoxParcelWrapper in) |
BoxServiceAction(java.util.Map<java.lang.String,java.lang.Object> map)
Instantiate the object from a map.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreatedBy() |
java.lang.String |
getId()
Get id.
|
void |
getName(java.lang.String name) |
contains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put, writeToParcel
public static final java.lang.String FIELD_ID
public static final java.lang.String FIELD_NAME
public BoxServiceAction()
public BoxServiceAction(BoxServiceAction obj)
obj
- public BoxServiceAction(java.util.Map<java.lang.String,java.lang.Object> map)
map
- public BoxServiceAction(IBoxParcelWrapper in)