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 Details

  • Method Details

    • getNewName

      public String getNewName()
      Tag's new name
      Returns:
      Tag's new name
    • setNewName

      public void setNewName​(String newName)
      Tag's new name
      Parameters:
      newName - Tag's new name
    • getCurrentName

      public String getCurrentName()
      Tag's current name
      Returns:
      Tag's current name
    • setCurrentName

      public void setCurrentName​(String currentName)
      Tag's current name
      Parameters:
      currentName - Tag's current name