|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.annotation.domain.request.MoveAnnotationMarkerRequest
public class MoveAnnotationMarkerRequest
Move annotation marker request
Constructor Summary | |
---|---|
MoveAnnotationMarkerRequest()
|
Method Summary | |
---|---|
String |
getAnnotationGuid()
Get annotation guid |
String |
getConnectionId()
Get connection id |
String |
getFileId()
Get file id |
Double |
getLeft()
Get left coordinate |
Integer |
getPageNumber()
Get number of page |
String |
getPrivateKey()
Get private key |
Double |
getTop()
Get top coordinate |
String |
getUserId()
Get user id |
void |
setAnnotationGuid(String annotationGuid)
Set annotation guid |
void |
setConnectionId(String connectionId)
Set connection id |
void |
setFileId(String fileId)
Set file id |
void |
setLeft(Double left)
Set left coordinate |
void |
setPageNumber(Integer pageNumber)
Set number of page |
void |
setPrivateKey(String privateKey)
Set private key |
void |
setTop(Double top)
Set top coordinate |
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 MoveAnnotationMarkerRequest()
Method Detail |
---|
public String getConnectionId()
public void setConnectionId(String connectionId)
connectionId
- connection idpublic String getUserId()
public void setUserId(String userId)
userId
- user idpublic String getPrivateKey()
public void setPrivateKey(String privateKey)
privateKey
- private keypublic String getFileId()
public void setFileId(String fileId)
fileId
- file idpublic String getAnnotationGuid()
public void setAnnotationGuid(String annotationGuid)
annotationGuid
- annotation guidpublic Double getLeft()
public void setLeft(Double left)
left
- left coordinatepublic Double getTop()
public void setTop(Double top)
top
- top coordinatepublic Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
pageNumber
- number of page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |