public class MoveTestCaseRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
MoveTestCaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getModuleId() |
java.lang.Long |
getTestCaseId() |
void |
setModuleId(java.lang.Long moduleId)
Sets module identifier.
|
void |
setTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
java.lang.String |
toString() |
MoveTestCaseRequest |
withModuleId(java.lang.Long moduleId)
Sets module identifier.
|
MoveTestCaseRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
MoveTestCaseRequest |
withTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic MoveTestCaseRequest 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 MoveTestCaseRequest withTestCaseId(java.lang.Long testCaseId)
testCaseId - the given test case identifier to set.public java.lang.Long getModuleId()
public void setModuleId(java.lang.Long moduleId)
moduleId - the given module identifier to set.public MoveTestCaseRequest withModuleId(java.lang.Long moduleId)
moduleId - the given module identifier to set.public java.lang.String toString()
toString in class ApiServiceRequest