public class BoxFileVersion extends BoxTypedObject
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_MODIFIED_BY |
static String |
FIELD_NAME |
FIELD_CREATED_AT, FIELD_ID, FIELD_MODIFIED_AT, FIELD_TYPE
Constructor and Description |
---|
BoxFileVersion()
Constructor.
|
BoxFileVersion(BoxFileVersion obj)
Copy constructor, this does deep copy for all the fields.
|
BoxFileVersion(Map<String,Object> map)
Instantiate the object from a map.
|
Modifier and Type | Method and Description |
---|---|
BoxUser |
getModifiedBy()
Get the user last modified this version.
|
String |
getName()
Get name of this version of file.
|
dateCreatedAt, dateModifiedAt, getCreatedAt, getId, getModifiedAt, getType, resourceType, setType
contains, equals, getExtraData, getKeySet, getValue, handleUnknown, hashCode, properties, put, putAll
toJSONString
public static final String FIELD_MODIFIED_BY
public static final String FIELD_NAME
public BoxFileVersion()
public BoxFileVersion(BoxFileVersion obj)
obj
- Copyright © 2015 Nuxeo SA. All rights reserved.