public class File
extends java.lang.Object
| Constructor and Description |
|---|
File()
Instantiates a new file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists()
Exists.
|
java.lang.String |
getCheckInComment()
Gets the check in comment.
|
CheckOutType |
getCheckOutType()
Gets the check out type.
|
java.lang.String |
getContentTag()
Gets the content tag.
|
java.util.Date |
getCreatedTime()
Gets the created time.
|
CustomizedPageStatus |
getCustomizedPageStatus()
Gets the customized page status.
|
java.lang.String |
getETag()
Gets the e tag.
|
java.util.Date |
getLastModifiedTime()
Gets the last modified time.
|
long |
getLength()
Gets the length.
|
FileLevel |
getLevel()
Gets the level.
|
java.lang.String |
getLinkingUrl()
Gets the linking url.
|
java.util.List<Link> |
getLinks()
Gets the links.
|
int |
getMajorVersion()
Gets the major version.
|
int |
getMinorVersion()
Gets the minor version.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getServerRelativeUrl()
Gets the server relative url.
|
java.lang.String |
getTitle()
Gets the title.
|
int |
getUIVersion()
Gets the UI version.
|
java.lang.String |
getUIVersionLabel()
Gets the UI version label.
|
java.lang.String |
getUniqueId()
Gets the unique id.
|
public boolean exists()
public java.lang.String getCheckInComment()
public CheckOutType getCheckOutType()
public java.lang.String getContentTag()
public java.util.Date getCreatedTime()
public CustomizedPageStatus getCustomizedPageStatus()
public java.lang.String getETag()
public java.util.Date getLastModifiedTime()
public long getLength()
public FileLevel getLevel()
public java.lang.String getLinkingUrl()
public java.util.List<Link> getLinks()
public int getMajorVersion()
public int getMinorVersion()
public java.lang.String getName()
public java.lang.String getServerRelativeUrl()
public java.lang.String getTitle()
public int getUIVersion()
public java.lang.String getUIVersionLabel()
public java.lang.String getUniqueId()