Uses of Class
com.blackberry.workspaces.sdk.api.json.TagTreeJson
-
Packages that use TagTreeJson Package Description com.blackberry.workspaces.sdk.api.json -
-
Uses of TagTreeJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return types with arguments of type TagTreeJson Modifier and Type Method Description List<TagTreeJson>
ListTagTreeJson. getTags()
List<TagTreeJson>
UserDataJson. getTags()
List of tagsMethod parameters in com.blackberry.workspaces.sdk.api.json with type arguments of type TagTreeJson Modifier and Type Method Description void
ListTagTreeJson. setTags(List<TagTreeJson> tags)
void
UserDataJson. setTags(List<TagTreeJson> tags)
List of tags
-