public class DeleteTestCycleRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
DeleteTestCycleRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getTestCycleId() |
boolean |
isForce() |
void |
setForce(boolean force)
Sets force delete test-cycle descendant.
|
void |
setTestCycleId(java.lang.Long testCycleId)
Sets the test-cycle identifier.
|
java.lang.String |
toString() |
DeleteTestCycleRequest |
withForce(boolean force)
Sets force delete test-cycle descendant.
|
DeleteTestCycleRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
DeleteTestCycleRequest |
withTestCycleId(java.lang.Long testCycleId)
Sets the test-cycle identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Long getTestCycleId()
public void setTestCycleId(java.lang.Long testCycleId)
testCycleId - the given test-cycle identifier to set.public DeleteTestCycleRequest withTestCycleId(java.lang.Long testCycleId)
testCycleId - the given test-cycle identifier to set.public DeleteTestCycleRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public boolean isForce()
true if we want to force delete all test-cycle descendant.public void setForce(boolean force)
force - the given force delete test-cycle descendant flag.public DeleteTestCycleRequest withForce(boolean force)
force - the given force delete test-cycle descendant flag.public java.lang.String toString()
toString in class ApiServiceRequest