Class TaskDeleteCommand
- java.lang.Object
-
- uk.co.ractf.polaris.apiclient.AbstractCommand<uk.co.ractf.polaris.api.task.TaskDeleteResponse>
-
- uk.co.ractf.polaris.apiclient.command.TaskDeleteCommand
-
public class TaskDeleteCommand extends AbstractCommand<uk.co.ractf.polaris.api.task.TaskDeleteResponse>
-
-
Field Summary
-
Fields inherited from class uk.co.ractf.polaris.apiclient.AbstractCommand
apiClientTransport
-
-
Constructor Summary
Constructors Constructor Description TaskDeleteCommand(APIClientTransport apiClientTransport, java.lang.String taskId)TaskDeleteCommand(APIClientTransport apiClientTransport, uk.co.ractf.polaris.api.namespace.NamespacedId namespacedId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description uk.co.ractf.polaris.api.task.TaskDeleteResponseexec()
-
-
-
Constructor Detail
-
TaskDeleteCommand
public TaskDeleteCommand(APIClientTransport apiClientTransport, uk.co.ractf.polaris.api.namespace.NamespacedId namespacedId)
-
TaskDeleteCommand
public TaskDeleteCommand(APIClientTransport apiClientTransport, java.lang.String taskId)
-
-
Method Detail
-
exec
public uk.co.ractf.polaris.api.task.TaskDeleteResponse exec()
- Specified by:
execin classAbstractCommand<uk.co.ractf.polaris.api.task.TaskDeleteResponse>
-
-