Class TaskUpdateCommand


  • public class TaskUpdateCommand
    extends AbstractCommand<uk.co.ractf.polaris.api.task.TaskUpdateResponse>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      uk.co.ractf.polaris.api.task.TaskUpdateResponse exec()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaskUpdateCommand

        public TaskUpdateCommand​(APIClientTransport apiClientTransport,
                                 uk.co.ractf.polaris.api.task.Task task)
    • Method Detail

      • exec

        public uk.co.ractf.polaris.api.task.TaskUpdateResponse exec()
        Specified by:
        exec in class AbstractCommand<uk.co.ractf.polaris.api.task.TaskUpdateResponse>