public class MoveTestCycleRequest extends UpdateTestCycleRequest
testCycle, testCycleIdprojectId| Constructor and Description |
|---|
MoveTestCycleRequest() |
| 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() |
MoveTestCycleRequest |
withArtifactId(java.lang.Long artifactId)
Sets the artifact identifier.
|
MoveTestCycleRequest |
withArtifactLevel(ArtifactLevel artifactLevel)
Sets artifact level value.
|
MoveTestCycleRequest |
withProjectId(java.lang.Long projectId)
Sets project identifier.
|
MoveTestCycleRequest |
withTestCycle(TestCycle testCycle)
Sets the test-cycle instance.
|
MoveTestCycleRequest |
withTestCycleId(java.lang.Long testCycleId)
Sets the test-cycle identifier.
|
getTestCycle, getTestCycleId, setTestCycle, setTestCycleIdgetProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic MoveTestCycleRequest withProjectId(java.lang.Long projectId)
withProjectId in class UpdateTestCycleRequestprojectId - the given project identifier to set.public MoveTestCycleRequest withTestCycleId(java.lang.Long testCycleId)
withTestCycleId in class UpdateTestCycleRequesttestCycleId - the given test-cycle identifier.public MoveTestCycleRequest withTestCycle(TestCycle testCycle)
withTestCycle in class UpdateTestCycleRequesttestCycle - the given test-cycle instance to set.public java.lang.Long getArtifactId()
public void setArtifactId(java.lang.Long artifactId)
artifactId - the given artifact identifier to set.public MoveTestCycleRequest 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 MoveTestCycleRequest withArtifactLevel(ArtifactLevel artifactLevel)
artifactLevel - the given artifact level value.public java.lang.String toString()
toString in class UpdateTestCycleRequest