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 Summary
Constructors Constructor Description DeleteTagsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getTagNames()
List of tag namesboolean
isForceAction()
True if it should continue after failure, False if notvoid
setForceAction(boolean forceAction)
True if it should continue after failure, False if notvoid
setTagNames(List<String> tagNames)
List of tag names-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
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
-
-