Class TagFieldJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.TagFieldJson
- All Implemented Interfaces:
Serializable
public class TagFieldJson extends BaseJson
A tag
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TagFieldJson()
-
Method Summary
Modifier and Type Method Description String
getTagName()
NameDocumentTagType
getTagType()
Typevoid
setTagName(String tagName)
Namevoid
setTagType(DocumentTagType tagType)
TypeMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
TagFieldJson
public TagFieldJson()
-
-
Method Details
-
getTagType
Type- Returns:
- Type
-
setTagType
Type- Parameters:
tagType
- Type
-
getTagName
Name- Returns:
- Name
-
setTagName
Name- Parameters:
tagName
- Name
-