Uses of Class
com.blackberry.workspaces.api.sdk.enums.AnnotationType
-
Packages that use AnnotationType Package Description com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of AnnotationType in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return AnnotationType Modifier and Type Method Description static AnnotationType
AnnotationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnnotationType[]
AnnotationType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AnnotationType in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return AnnotationType Modifier and Type Method Description AnnotationType
DocumentAnnotationJson. getAnnotationType()
Annotation typeMethods in com.blackberry.workspaces.api.sdk.json with parameters of type AnnotationType Modifier and Type Method Description void
DocumentAnnotationJson. setAnnotationType(AnnotationType annotationType)
Annotation type
-