public class BoxServiceAction extends BoxObject
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_ID |
static String |
FIELD_NAME |
Constructor and Description |
---|
BoxServiceAction() |
BoxServiceAction(BoxServiceAction obj)
Copy constructor, this does deep copy for all the fields.
|
BoxServiceAction(Map<String,Object> map)
Instantiate the object from a map.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy() |
String |
getId()
Get id.
|
void |
getName(String name) |
contains, equals, getExtraData, getKeySet, getValue, handleUnknown, hashCode, properties, put, putAll
toJSONString
public static final String FIELD_ID
public static final String FIELD_NAME
public BoxServiceAction()
public BoxServiceAction(BoxServiceAction obj)
obj
- public BoxServiceAction(Map<String,Object> map)
map
- Copyright © 2015 Nuxeo SA. All rights reserved.