public class FileVersion
extends java.lang.Object
| Constructor and Description |
|---|
FileVersion()
Instantiates a new file version.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCheckInComment()
Gets the check in comment.
|
java.util.Date |
getCreatedTime()
Gets the created time.
|
java.lang.String |
getId()
Gets the id.
|
java.lang.String |
getLabel()
Gets the label.
|
long |
getLength()
Gets the length.
|
java.lang.String |
getUrl()
Gets the url.
|
boolean |
isCurrentVersion()
Checks if is current version.
|
public java.lang.String getCheckInComment()
public java.util.Date getCreatedTime()
public java.lang.String getId()
public java.lang.String getLabel()
public long getLength()
public java.lang.String getUrl()
public boolean isCurrentVersion()