public class OnlyOfficeDocument extends Object
| Constructor and Description |
|---|
OnlyOfficeDocument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileType() |
String |
getKey() |
String |
getTitle() |
String |
getUrl() |
void |
setFileType(String fileType) |
void |
setKey(String key) |
void |
setTitle(String title) |
void |
setUrl(String url) |
public String getFileType()
public void setFileType(String fileType)
fileType - the fileType to setpublic String getKey()
public void setKey(String key)
key - the key to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getUrl()
public void setUrl(String url)
url - the url to setCopyright © 2021. All rights reserved.