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
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 namesMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DeleteTagsJson
public DeleteTagsJson()
-
-
Method Details
-
getTagNames
List of tag names- Returns:
- List of tag names
-
setTagNames
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
-