Class DeleteTagsJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DeleteTagsJson
All Implemented Interfaces:
Serializable

public class DeleteTagsJson
extends BaseJson
List tags to delete.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getTagNames

      public List<String> getTagNames()
      List of tag names
      Returns:
      List of tag names
    • setTagNames

      public void setTagNames​(List<String> tagNames)
      List of tag names
      Parameters:
      tagNames - List of tag names
    • isForceAction

      public boolean isForceAction()
      True if it should continue after failure, False if not
      Returns:
      True if it should continue after failure, False if not
    • setForceAction

      public void setForceAction​(boolean forceAction)
      True if it should continue after failure, False if not
      Parameters:
      forceAction - True if it should continue after failure, False if not