Class TagRecordJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.TagRecordJson
- All Implemented Interfaces:
Serializable
public class TagRecordJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TagRecordJson()
-
Method Summary
Modifier and Type Method Description String
getTagName()
Tag nameDocumentTagType
getTagType()
Tag typeDate
getUpdateDate()
date of creationvoid
setTagName(String tagName)
Tag namevoid
setTagType(DocumentTagType tagType)
Tag typevoid
setUpdateDate(Date updateDate)
date of creationMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
TagRecordJson
public TagRecordJson()
-
-
Method Details
-
getUpdateDate
date of creation- Returns:
- date of creation
-
setUpdateDate
date of creation- Parameters:
updateDate
- date of creation
-
getTagType
Tag type- Returns:
- Tag type
-
setTagType
Tag type- Parameters:
tagType
- Tag type
-
getTagName
Tag name- Returns:
- Tag name
-
setTagName
Tag name- Parameters:
tagName
- Tag name
-