public class ListTestCycleRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
ListTestCycleRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getArtifactId() |
ArtifactLevel |
getArtifactLevel() |
boolean |
isIncludeDescendants() |
void |
setArtifactId(java.lang.Long artifactId)
Sets the artifact level identifier.
|
void |
setArtifactLevel(ArtifactLevel artifactLevel)
Sets the artifact level value.
|
void |
setIncludeDescendants(boolean includeDescendants)
Sets the test-cycle descendant flag.
|
java.lang.String |
toString() |
ListTestCycleRequest |
withArtifactId(java.lang.Long artifactId)
Sets the artifact level identifier.
|
ListTestCycleRequest |
withArtifactLevel(ArtifactLevel artifactLevel)
Sets the artifact level value.
|
ListTestCycleRequest |
withIncludeDescendants(boolean includeDescendants)
Sets the test-cycle descendant flag.
|
ListTestCycleRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic ListTestCycleRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public ArtifactLevel getArtifactLevel()
public void setArtifactLevel(ArtifactLevel artifactLevel)
artifactLevel - the given artifact level value to set.
Only accept: ROOT, RELEASE, TEST_CYCLE.public ListTestCycleRequest withArtifactLevel(ArtifactLevel artifactLevel)
artifactLevel - the given artifact level value to set.
Only accept: ROOT, RELEASE, TEST_CYCLE.public java.lang.Long getArtifactId()
public void setArtifactId(java.lang.Long artifactId)
artifactId - the given artifact level identifier to set.
Set 0, if we want to fetch at root level.public ListTestCycleRequest withArtifactId(java.lang.Long artifactId)
artifactId - the given artifact level identifier to set.
Set 0, if we want to fetch at root level.public boolean isIncludeDescendants()
public void setIncludeDescendants(boolean includeDescendants)
includeDescendants - the given test-cycle descendant flag to set.public ListTestCycleRequest withIncludeDescendants(boolean includeDescendants)
includeDescendants - the given test-cycle descendant flag to set.ListTestCycleRequest instance.public java.lang.String toString()
toString in class ApiServiceRequest