Class TagStringValueRemoveJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.TagStringValueRemoveJson
- All Implemented Interfaces:
Serializable
public class TagStringValueRemoveJson extends BaseJson
Used when removing values
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TagStringValueRemoveJson()
-
Method Summary
Modifier and Type Method Description String
getTagName()
The tag field name.String
getTagValue()
The tag value, free text.void
setTagName(String tagName)
The tag field name.void
setTagValue(String tagValue)
The tag value, free text.Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
TagStringValueRemoveJson
public TagStringValueRemoveJson()
-
-
Method Details
-
getTagValue
The tag value, free text.- Returns:
- The tag value, free text.
-
setTagValue
The tag value, free text.- Parameters:
tagValue
- The tag value, free text.
-
getTagName
The tag field name.- Returns:
- The tag field name.
-
setTagName
The tag field name.- Parameters:
tagName
- The tag field name.
-