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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTagName()
NameDocumentTagType
getTagType()
Typevoid
setTagName(String tagName)
Namevoid
setTagType(DocumentTagType tagType)
Type-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getTagType
public DocumentTagType getTagType()
Type- Returns:
- Type
-
setTagType
public void setTagType(DocumentTagType tagType)
Type- Parameters:
tagType
- Type
-
getTagName
public String getTagName()
Name- Returns:
- Name
-
setTagName
public void setTagName(String tagName)
Name- Parameters:
tagName
- Name
-
-