public class MoveTestSuiteRequest extends UpdateTestSuiteRequest
testSuite, testSuiteIdprojectId| Constructor and Description |
|---|
MoveTestSuiteRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getArtifactId() |
ArtifactLevel |
getArtifactLevel() |
void |
setArtifactId(java.lang.Long artifactId)
Sets the artifact identifier.
|
void |
setArtifactLevel(ArtifactLevel artifactLevel)
Sets the artifact level value.
|
java.lang.String |
toString() |
MoveTestSuiteRequest |
withArtifactId(java.lang.Long artifactId)
Sets the artifact identifier.
|
MoveTestSuiteRequest |
withArtifactLevel(ArtifactLevel artifactLevel)
Sets artifact level value.
|
MoveTestSuiteRequest |
withProjectId(java.lang.Long projectId)
Sets project identifier.
|
MoveTestSuiteRequest |
withTestSuite(TestSuite testSuite)
Sets the test-suite instance.
|
MoveTestSuiteRequest |
withTestSuiteId(java.lang.Long testSuiteId)
Sets the test-suite identifier.
|
getTestSuite, getTestSuiteId, setTestSuite, setTestSuiteIdgetProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic MoveTestSuiteRequest withProjectId(java.lang.Long projectId)
withProjectId in class UpdateTestSuiteRequestprojectId - the given project identifier to set.public MoveTestSuiteRequest withTestSuiteId(java.lang.Long testSuiteId)
withTestSuiteId in class UpdateTestSuiteRequesttestSuiteId - the given test-suite identifier.public MoveTestSuiteRequest withTestSuite(TestSuite testSuite)
withTestSuite in class UpdateTestSuiteRequesttestSuite - the given test-suite instance to set.public java.lang.Long getArtifactId()
public void setArtifactId(java.lang.Long artifactId)
artifactId - the given artifact identifier to set.public MoveTestSuiteRequest withArtifactId(java.lang.Long artifactId)
artifactId - the given artifact identifier to set.public ArtifactLevel getArtifactLevel()
public void setArtifactLevel(ArtifactLevel artifactLevel)
artifactLevel - the given artifact level value.public MoveTestSuiteRequest withArtifactLevel(ArtifactLevel artifactLevel)
artifactLevel - the given artifact level value.public java.lang.String toString()
toString in class UpdateTestSuiteRequest