public final class ListReleaseRequest extends AbstractQTestApiServiceRequest
includeClosed is set to trueprojectId| Constructor and Description |
|---|
ListReleaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIncludeClosed() |
void |
setIncludeClosed(boolean includeClosed)
Sets the include closed flag.
|
java.lang.String |
toString() |
ListReleaseRequest |
withIncludeClosed(boolean includeDescendants)
Sets the include closed flag.
|
ListReleaseRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic ListReleaseRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public boolean isIncludeClosed()
public void setIncludeClosed(boolean includeClosed)
includeClosed - the given include descendants flag to set.public ListReleaseRequest withIncludeClosed(boolean includeDescendants)
includeDescendants - the given include closed flag to set.get module request instance.public java.lang.String toString()
toString in class ApiServiceRequest