Class ListTagTreeJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ListTagTreeJson
- All Implemented Interfaces:
Serializable
public class ListTagTreeJson extends BaseJson
A tree of tag lists
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ListTagTreeJson()
-
Method Summary
Modifier and Type Method Description List<TagTreeJson>
getTags()
void
setTags(List<TagTreeJson> tags)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ListTagTreeJson
public ListTagTreeJson()
-
-
Method Details