Class DeleteJobRequest

    • Constructor Detail

      • DeleteJobRequest

        public DeleteJobRequest​(String jobId)
    • Method Detail

      • getJobId

        public String getJobId()
      • setJobId

        public void setJobId​(String jobId)
        The jobId which to delete
        Parameters:
        jobId - unique jobId to delete, must not be null
      • getForce

        public Boolean getForce()
      • setForce

        public void setForce​(Boolean force)
        Used to forcefully delete an opened job. This method is quicker than closing and deleting the job.
        Parameters:
        force - When true forcefully delete an opened job. Defaults to false
      • getWaitForCompletion

        public Boolean getWaitForCompletion()
      • setWaitForCompletion

        public void setWaitForCompletion​(Boolean waitForCompletion)
        Set whether this request should wait until the operation has completed before returning
        Parameters:
        waitForCompletion - When true the call will wait for the job deletion to complete. Otherwise, the deletion will be executed asynchronously and the response will contain the task id.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object