public class GetTestCycleRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
GetTestCycleRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getTestCycleId() |
boolean |
isIncludeDescendants() |
void |
setIncludeDescendants(boolean includeDescendants)
Sets the test-cycle descendant flag.
|
void |
setTestCycleId(java.lang.Long testCycleId)
Sets the test cycle identifier.
|
java.lang.String |
toString() |
GetTestCycleRequest |
withIncludeDescendants(boolean includeDescendants)
Sets the test-cycle descendant flag.
|
GetTestCycleRequest |
withProjectId(java.lang.Long projectId)
Sets project identifier.
|
GetTestCycleRequest |
withTestCycleId(java.lang.Long testCycleId)
Sets the test-cycle identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic GetTestCycleRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getTestCycleId()
public void setTestCycleId(java.lang.Long testCycleId)
testCycleId - the given test cycle identifier to set.public GetTestCycleRequest withTestCycleId(java.lang.Long testCycleId)
testCycleId - the given test-cycle identifier to set.GetTestCycleRequest instance.public boolean isIncludeDescendants()
public void setIncludeDescendants(boolean includeDescendants)
includeDescendants - the given test-cycle descendant flag to set.public GetTestCycleRequest withIncludeDescendants(boolean includeDescendants)
includeDescendants - the given test-cycle descendant flag to set.GetTestCycleRequest instance.public java.lang.String toString()
toString in class ApiServiceRequest