|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.groupdocs.annotation.domain.request.ResizeAnnotationData
public class ResizeAnnotationData
Resize annotation request
| Constructor Summary | |
|---|---|
ResizeAnnotationData()
|
|
| Method Summary | |
|---|---|
String |
getAnnotationGuid()
Getter for property 'annotationGuid'. |
String |
getConnectionId()
Getter for property 'connectionId'. |
String |
getFileId()
Getter for property 'fileId'. |
Double |
getHeight()
Getter for property 'height'. |
String |
getPrivateKey()
Getter for property 'privateKey'. |
String |
getUserId()
Getter for property 'userId'. |
Double |
getWidth()
Getter for property 'width'. |
void |
setAnnotationGuid(String annotationGuid)
Setter for property 'annotationGuid'. |
void |
setConnectionId(String connectionId)
Setter for property 'connectionId'. |
void |
setFileId(String fileId)
Setter for property 'fileId'. |
void |
setHeight(Double height)
Setter for property 'height'. |
void |
setPrivateKey(String privateKey)
Setter for property 'privateKey'. |
void |
setUserId(String userId)
Setter for property 'userId'. |
void |
setWidth(Double width)
Setter for property 'width'. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResizeAnnotationData()
| Method Detail |
|---|
public final String getConnectionId()
public final void setConnectionId(String connectionId)
connectionId - Value to set for property 'connectionId'.public final String getAnnotationGuid()
public final void setAnnotationGuid(String annotationGuid)
annotationGuid - Value to set for property 'annotationGuid'.public final String getFileId()
public final void setFileId(String fileId)
fileId - Value to set for property 'fileId'.public final Double getHeight()
public final void setHeight(Double height)
height - Value to set for property 'height'.public final String getPrivateKey()
public final void setPrivateKey(String privateKey)
privateKey - Value to set for property 'privateKey'.public final String getUserId()
public final void setUserId(String userId)
userId - Value to set for property 'userId'.public final Double getWidth()
public final void setWidth(Double width)
width - Value to set for property 'width'.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||