public class CreateTestCaseRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
CreateTestCaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
getTestCase() |
void |
setTestCase(TestCase testCase)
Sets the
TestCase instance. |
java.lang.String |
toString() |
CreateTestCaseRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
CreateTestCaseRequest |
withTestCase(TestCase testCase)
Sets the
TestCase instance. |
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic CreateTestCaseRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.CreateTestCaseRequest instance.public void setTestCase(TestCase testCase)
TestCase instance.testCase - the given TestCase instance to set.public CreateTestCaseRequest withTestCase(TestCase testCase)
TestCase instance.testCase - the given TestCase instance to set.CreateTestCaseRequest instance.public java.lang.String toString()
toString in class ApiServiceRequest