public class FileSystemDocument extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
FileSystemDocument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess() |
Long |
getCreated_on() |
Boolean |
getDir() |
String |
getFile_type() |
String |
getGuid() |
Double |
getId() |
Long |
getModified_on() |
String |
getName() |
UserInfo |
getOwner() |
List<UserInfo> |
getSharers() |
Long |
getSize() |
List<String> |
getSupported_types() |
String |
getThumbnail() |
String |
getType() |
String |
getUrl() |
Integer |
getVersion() |
void |
setAccess(String access) |
void |
setCreated_on(Long created_on) |
void |
setDir(Boolean dir) |
void |
setFile_type(String file_type) |
void |
setGuid(String guid) |
void |
setId(Double id) |
void |
setModified_on(Long modified_on) |
void |
setName(String name) |
void |
setOwner(UserInfo owner) |
void |
setSharers(List<UserInfo> sharers) |
void |
setSize(Long size) |
void |
setSupported_types(List<String> supported_types) |
void |
setThumbnail(String thumbnail) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setVersion(Integer version) |
String |
toString() |
public String getUrl()
public void setUrl(String url)
public Integer getVersion()
public void setVersion(Integer version)
public String getType()
public void setType(String type)
public String getFile_type()
public void setFile_type(String file_type)
public Long getSize()
public void setSize(Long size)
public String getThumbnail()
public void setThumbnail(String thumbnail)
public Double getId()
public void setId(Double id)
public String getGuid()
public void setGuid(String guid)
public String getName()
public void setName(String name)
public String getAccess()
public void setAccess(String access)
public UserInfo getOwner()
public void setOwner(UserInfo owner)
public Boolean getDir()
public void setDir(Boolean dir)
public Long getModified_on()
public void setModified_on(Long modified_on)
public Long getCreated_on()
public void setCreated_on(Long created_on)
Copyright © 2014 GroupDocs. All Rights Reserved.