com.groupdocs.annotation.domain.response
Class MoveAnnotationMarkerResponse

java.lang.Object
  extended by com.groupdocs.annotation.domain.response.MoveAnnotationMarkerResponse

public class MoveAnnotationMarkerResponse
extends Object

Move annotation marker response

Author:
Aleksey Permyakov

Constructor Summary
MoveAnnotationMarkerResponse()
           
 
Method Summary
 String getAnnotationGuid()
          Get annotation guid
 void setAnnotationGuid(String annotationGuid)
          Set annotation guid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveAnnotationMarkerResponse

public MoveAnnotationMarkerResponse()
Method Detail

getAnnotationGuid

public String getAnnotationGuid()
Get annotation guid

Returns:
annotation guid

setAnnotationGuid

public void setAnnotationGuid(String annotationGuid)
Set annotation guid

Parameters:
annotationGuid - annotation guid


Copyright © 2014. All rights reserved.