Class DocumentPageAnnotationsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
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 annotationsMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentPageAnnotationsJson
public DocumentPageAnnotationsJson()
-
-
Method Details
-
getAnnotationsPageNo
Page number- Returns:
- Page number
-
setAnnotationsPageNo
Page number- Parameters:
annotationsPageNo
- Page number
-
getPagePlainAnnotations
List of plain annotations- Returns:
- List of plain annotations
-
setPagePlainAnnotations
List of plain annotations- Parameters:
pagePlainAnnotations
- List of plain annotations
-
getPageAnnotations
List of page annotations- Returns:
- List of page annotations
-
setPageAnnotations
List of page annotations- Parameters:
pageAnnotations
- List of page annotations
-