Uses of Class
com.blackberry.workspaces.sdk.api.enums.AnnotationFlagsEnum
-
Packages that use AnnotationFlagsEnum Package Description com.blackberry.workspaces.sdk.api.enums com.blackberry.workspaces.sdk.api.json -
-
Uses of AnnotationFlagsEnum in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return AnnotationFlagsEnum Modifier and Type Method Description static AnnotationFlagsEnum
AnnotationFlagsEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnnotationFlagsEnum[]
AnnotationFlagsEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AnnotationFlagsEnum in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return types with arguments of type AnnotationFlagsEnum Modifier and Type Method Description Set<AnnotationFlagsEnum>
DocumentAnnotationJson. getAnnotationFlags()
List of annotation flagsMethod parameters in com.blackberry.workspaces.sdk.api.json with type arguments of type AnnotationFlagsEnum Modifier and Type Method Description void
DocumentAnnotationJson. setAnnotationFlags(Set<AnnotationFlagsEnum> annotationFlags)
List of annotation flags
-