|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.annotation.domain.request.CreateAnnotationRequest
public class CreateAnnotationRequest
Create annotation request
Constructor Summary | |
---|---|
CreateAnnotationRequest()
|
Method Summary | |
---|---|
CreateAnnotationRequestPosition |
getAnnotationPosition()
Get annotation position |
String |
getConnectionId()
Get connection id |
Object |
getDrawingOptions()
Get drawing options |
String |
getFileId()
Get file id |
String |
getMessage()
Get message |
Integer |
getPageNumber()
Get page number |
String |
getPrivateKey()
Get private key |
CreateAnnotationRequestRectangle |
getRectangle()
Get rectangle |
String |
getSvgPath()
Get svg path |
Integer |
getTextRange()
Get text range |
Integer |
getType()
Get type |
String |
getUserId()
Get user id |
void |
setAnnotationPosition(CreateAnnotationRequestPosition annotationPosition)
Set annotation position |
void |
setConnectionId(String connectionId)
Set connection id |
void |
setDrawingOptions(Object drawingOptions)
Set drawing options |
void |
setFileId(String fileId)
Set file id |
void |
setMessage(String message)
Set message |
void |
setPageNumber(Integer pageNumber)
Set page number |
void |
setPrivateKey(String privateKey)
Set private key |
void |
setRectangle(CreateAnnotationRequestRectangle rectangle)
Set rectangle |
void |
setSvgPath(String svgPath)
Set svg path |
void |
setTextRange(Integer textRange)
Set text range |
void |
setType(Integer type)
Set type |
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 CreateAnnotationRequest()
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 Integer getType()
public void setType(Integer type)
type
- typepublic String getMessage()
public void setMessage(String message)
message
- messagepublic Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
pageNumber
- page numberpublic CreateAnnotationRequestRectangle getRectangle()
public void setRectangle(CreateAnnotationRequestRectangle rectangle)
rectangle
- rectanglepublic CreateAnnotationRequestPosition getAnnotationPosition()
public void setAnnotationPosition(CreateAnnotationRequestPosition annotationPosition)
annotationPosition
- annotation positionpublic Integer getTextRange()
public void setTextRange(Integer textRange)
textRange
- text rangepublic String getSvgPath()
public void setSvgPath(String svgPath)
svgPath
- svg pathpublic Object getDrawingOptions()
public void setDrawingOptions(Object drawingOptions)
drawingOptions
- drawing options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |