public class ListTestSuiteRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
ListTestSuiteRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getArtifactId() |
ArtifactLevel |
getArtifactLevel() |
void |
setArtifactId(java.lang.Long artifactId)
Sets the test cycle identifier where to fetch the test suites.
|
void |
setArtifactLevel(ArtifactLevel artifactLevel)
Sets the artifact level.
|
java.lang.String |
toString() |
ListTestSuiteRequest |
withArtifactId(java.lang.Long artifactId)
Sets the artifact identifier where to fetch the test suites.
|
ListTestSuiteRequest |
withArtifactLevel(ArtifactLevel artifactLevel)
Sets the artifact level.
|
ListTestSuiteRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic ListTestSuiteRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getArtifactId()
public void setArtifactId(java.lang.Long artifactId)
artifactId - the given test cycle identifier.public ListTestSuiteRequest 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 instance.public ListTestSuiteRequest withArtifactLevel(ArtifactLevel artifactLevel)
artifactLevel - the given artifact level instance.public java.lang.String toString()
toString in class ApiServiceRequest