Class DocumentPageAnnotationsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentPageAnnotationsJson
-
- All Implemented Interfaces:
Serializable
public class DocumentPageAnnotationsJson extends BaseJson
A collection of annotations- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentPageAnnotationsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getAnnotationsPageNo()
Page numberList<DocumentAnnotationJson>
getPageAnnotations()
List of page annotationsList<DocumentPlainAnnotationJson>
getPagePlainAnnotations()
List of plain annotationsvoid
setAnnotationsPageNo(Integer annotationsPageNo)
Page numbervoid
setPageAnnotations(List<DocumentAnnotationJson> pageAnnotations)
List of page annotationsvoid
setPagePlainAnnotations(List<DocumentPlainAnnotationJson> pagePlainAnnotations)
List of plain annotations-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getAnnotationsPageNo
public Integer getAnnotationsPageNo()
Page number- Returns:
- Page number
-
setAnnotationsPageNo
public void setAnnotationsPageNo(Integer annotationsPageNo)
Page number- Parameters:
annotationsPageNo
- Page number
-
getPagePlainAnnotations
public List<DocumentPlainAnnotationJson> getPagePlainAnnotations()
List of plain annotations- Returns:
- List of plain annotations
-
setPagePlainAnnotations
public void setPagePlainAnnotations(List<DocumentPlainAnnotationJson> pagePlainAnnotations)
List of plain annotations- Parameters:
pagePlainAnnotations
- List of plain annotations
-
getPageAnnotations
public List<DocumentAnnotationJson> getPageAnnotations()
List of page annotations- Returns:
- List of page annotations
-
setPageAnnotations
public void setPageAnnotations(List<DocumentAnnotationJson> pageAnnotations)
List of page annotations- Parameters:
pageAnnotations
- List of page annotations
-
-