Class EditTagJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.EditTagJson
- All Implemented Interfaces:
Serializable
public class EditTagJson extends BaseJson
Information about a tag that will be renamed
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EditTagJson()
-
Method Summary
Modifier and Type Method Description String
getCurrentName()
Tag's current nameString
getNewName()
Tag's new namevoid
setCurrentName(String currentName)
Tag's current namevoid
setNewName(String newName)
Tag's new nameMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
EditTagJson
public EditTagJson()
-
-
Method Details
-
getNewName
Tag's new name- Returns:
- Tag's new name
-
setNewName
Tag's new name- Parameters:
newName
- Tag's new name
-
getCurrentName
Tag's current name- Returns:
- Tag's current name
-
setCurrentName
Tag's current name- Parameters:
currentName
- Tag's current name
-