public class DeleteTaskAttachmentCmd extends Object implements Command<Object>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
attachmentId |
protected String |
taskId |
Constructor and Description |
---|
DeleteTaskAttachmentCmd(String taskId,
String attachmentId) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
public Object execute(CommandContext commandContext)
Copyright © 2022. All rights reserved.