public class DeleteTestCaseRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
DeleteTestCaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getTestCaseId() |
void |
setTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
java.lang.String |
toString() |
DeleteTestCaseRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
DeleteTestCaseRequest |
withTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic DeleteTestCaseRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getTestCaseId()
public void setTestCaseId(java.lang.Long testCaseId)
testCaseId - the given test case identifier to set.public DeleteTestCaseRequest withTestCaseId(java.lang.Long testCaseId)
testCaseId - the given test case identifier to set.public java.lang.String toString()
toString in class ApiServiceRequest