Uses of Class
com.blackberry.workspaces.sdk.api.enums.DocumentTagType
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.json |
-
Uses of DocumentTagType in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return DocumentTagType Modifier and Type Method Description static DocumentTagType
DocumentTagType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentTagType[]
DocumentTagType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DocumentTagType in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return DocumentTagType Modifier and Type Method Description DocumentTagType
TagFieldJson. getTagType()
TypeDocumentTagType
TagRecordJson. getTagType()
Tag typeMethods in com.blackberry.workspaces.sdk.api.json with parameters of type DocumentTagType Modifier and Type Method Description void
TagFieldJson. setTagType(DocumentTagType tagType)
Typevoid
TagRecordJson. setTagType(DocumentTagType tagType)
Tag type