public class UpdateTestCaseRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
UpdateTestCaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
getTestCase() |
java.lang.Long |
getTestCaseId() |
void |
setTestCase(TestCase testCase)
Sets the test-case instance.
|
void |
setTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
java.lang.String |
toString() |
UpdateTestCaseRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
UpdateTestCaseRequest |
withTestCase(TestCase testCase)
Sets the test-case instance.
|
UpdateTestCaseRequest |
withTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic UpdateTestCaseRequest 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 UpdateTestCaseRequest withTestCaseId(java.lang.Long testCaseId)
testCaseId - the given test case identifier to set.public TestCase getTestCase()
public void setTestCase(TestCase testCase)
testCase - the given test-case instance to set.public UpdateTestCaseRequest withTestCase(TestCase testCase)
testCase - the given test-case instance to set.public java.lang.String toString()
toString in class ApiServiceRequest