|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.groupdocs.annotation.domain.request.ExportAnnotationsRequest
public class ExportAnnotationsRequest
Export annotation request
| Constructor Summary | |
|---|---|
ExportAnnotationsRequest()
|
|
| Method Summary | |
|---|---|
String |
getConnectionId()
Get connection Id |
String |
getFileId()
Get file id |
String |
getFormat()
Get export format |
Integer |
getMode()
Get export mode |
void |
setConnectionId(String connectionId)
Set connection Id |
void |
setFileId(String fileId)
Set file id |
void |
setFormat(String format)
Set export format |
void |
setMode(Integer mode)
Set export mode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExportAnnotationsRequest()
| Method Detail |
|---|
public String getFileId()
public void setFileId(String fileId)
fileId - file idpublic String getConnectionId()
public void setConnectionId(String connectionId)
connectionId - connection Idpublic String getFormat()
public void setFormat(String format)
format - export formatpublic Integer getMode()
public void setMode(Integer mode)
mode - export mode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||