|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.groupdocs.annotation.domain.request.ImportAnnotationsData
public class ImportAnnotationsData
Import annotations request Created by Aleksey Permyakov on 22.05.14.
| Constructor Summary | |
|---|---|
ImportAnnotationsData()
|
|
| Method Summary | |
|---|---|
String |
getConnectionId()
Get connection id |
String |
getFileGuid()
Get file guid |
String |
getPrivateKey()
Get private key |
String |
getUserId()
Get user id |
void |
setConnectionId(String connectionId)
Set connection id |
void |
setFileGuid(String fileGuid)
Set file guid |
void |
setPrivateKey(String privateKey)
Set private key |
void |
setUserId(String userId)
Set user id |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImportAnnotationsData()
| Method Detail |
|---|
public final String getConnectionId()
public final void setConnectionId(String connectionId)
connectionId - connection idpublic final String getFileGuid()
public final void setFileGuid(String fileGuid)
fileGuid - file guidpublic final String getUserId()
public final void setUserId(String userId)
userId - user idpublic final String getPrivateKey()
public final void setPrivateKey(String privateKey)
privateKey - private key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||