com.groupdocs.annotation.domain.request
Class CreateAnnotationRequest

java.lang.Object
  extended by com.groupdocs.annotation.domain.request.CreateAnnotationRequest

public class CreateAnnotationRequest
extends Object

Create annotation request

Author:
Alex Bobkov

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

CreateAnnotationRequest

public CreateAnnotationRequest()
Method Detail

getConnectionId

public String getConnectionId()
Get connection id

Returns:
connection id

setConnectionId

public void setConnectionId(String connectionId)
Set connection id

Parameters:
connectionId - connection id

getUserId

public String getUserId()
Get user id

Returns:
user id

setUserId

public void setUserId(String userId)
Set user id

Parameters:
userId - user id

getPrivateKey

public String getPrivateKey()
Get private key

Returns:
private key

setPrivateKey

public void setPrivateKey(String privateKey)
Set private key

Parameters:
privateKey - private key

getFileId

public String getFileId()
Get file id

Returns:
file id

setFileId

public void setFileId(String fileId)
Set file id

Parameters:
fileId - file id

getType

public Integer getType()
Get type

Returns:
type

setType

public void setType(Integer type)
Set type

Parameters:
type - type

getMessage

public String getMessage()
Get message

Returns:
message

setMessage

public void setMessage(String message)
Set message

Parameters:
message - message

getPageNumber

public Integer getPageNumber()
Get page number

Returns:
page number

setPageNumber

public void setPageNumber(Integer pageNumber)
Set page number

Parameters:
pageNumber - page number

getRectangle

public CreateAnnotationRequestRectangle getRectangle()
Get rectangle

Returns:
rectangle

setRectangle

public void setRectangle(CreateAnnotationRequestRectangle rectangle)
Set rectangle

Parameters:
rectangle - rectangle

getAnnotationPosition

public CreateAnnotationRequestPosition getAnnotationPosition()
Get annotation position

Returns:
annotation position

setAnnotationPosition

public void setAnnotationPosition(CreateAnnotationRequestPosition annotationPosition)
Set annotation position

Parameters:
annotationPosition - annotation position

getTextRange

public Integer getTextRange()
Get text range

Returns:
text range

setTextRange

public void setTextRange(Integer textRange)
Set text range

Parameters:
textRange - text range

getSvgPath

public String getSvgPath()
Get svg path

Returns:
svg path

setSvgPath

public void setSvgPath(String svgPath)
Set svg path

Parameters:
svgPath - svg path

getDrawingOptions

public Object getDrawingOptions()
Get drawing options

Returns:
drawing options

setDrawingOptions

public void setDrawingOptions(Object drawingOptions)
Set drawing options

Parameters:
drawingOptions - drawing options


Copyright © 2014. All rights reserved.