public class BoxFileVersion extends BoxTypedObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIELD_MODIFIED_BY |
static java.lang.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(java.util.Map<java.lang.String,java.lang.Object> map)
Instantiate the object from a map.
|
Modifier and Type | Method and Description |
---|---|
BoxUser |
getModifiedBy()
Get the user last modified this version.
|
java.lang.String |
getName()
Get name of this version of file.
|
dateCreatedAt, dateModifiedAt, getCreatedAt, getId, getModifiedAt, getType, resourceType, setType
contains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put, writeToParcel
public static final java.lang.String FIELD_MODIFIED_BY
public static final java.lang.String FIELD_NAME
public BoxFileVersion()
public BoxFileVersion(BoxFileVersion obj)
obj
- public BoxFileVersion(java.util.Map<java.lang.String,java.lang.Object> map)
map
- public BoxFileVersion(IBoxParcelWrapper in)
public BoxUser getModifiedBy()
public java.lang.String getName()