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(IBoxParcelWrapper in) |
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, setTypecontains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put, writeToParceltoJSONStringpublic static final String FIELD_MODIFIED_BY
public static final String FIELD_NAME
public BoxFileVersion()
public BoxFileVersion(BoxFileVersion obj)
obj - public BoxFileVersion(Map<String,Object> map)
map - public BoxFileVersion(IBoxParcelWrapper in)
Copyright © 2014. All Rights Reserved.