Class ListTagTreeJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TagTreeJson>
getTags()
void
setTags(List<TagTreeJson> tags)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getTags
public List<TagTreeJson> getTags()
-
setTags
public void setTags(List<TagTreeJson> tags)
-
-