Class TagTreeJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.TagTreeJson
-
- All Implemented Interfaces:
Serializable
public class TagTreeJson extends BaseJson
A tag tree- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TagTreeJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
NameString
getType()
TypeList<String>
getValues()
List of valuesvoid
setName(String name)
Namevoid
setType(String type)
Typevoid
setValues(List<String> values)
List of values-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
setValues
public void setValues(List<String> values)
List of values- Parameters:
values
- List of values
-
getName
public String getName()
Name- Returns:
- Name
-
setName
public void setName(String name)
Name- Parameters:
name
- Name
-
getType
public String getType()
Type- Returns:
- Type
-
setType
public void setType(String type)
Type- Parameters:
type
- Type
-
-