public final class ListModuleRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
ListModuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getParentModuleId() |
boolean |
isIncludeDescendants() |
void |
setIncludeDescendants(boolean includeDescendants)
Sets the include descendants flag.
|
void |
setParentModuleId(java.lang.Long moduleId)
Sets the parent module identifier.
|
java.lang.String |
toString() |
ListModuleRequest |
withIncludeDescendants(boolean includeDescendants)
Sets the include descendants flag.
|
ListModuleRequest |
withParentModuleId(java.lang.Long moduleId)
Sets the parent module identifier.
|
ListModuleRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic ListModuleRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getParentModuleId()
public void setParentModuleId(java.lang.Long moduleId)
moduleId - the given module identifier to set.public ListModuleRequest withParentModuleId(java.lang.Long moduleId)
moduleId - the given module identifier to set.public boolean isIncludeDescendants()
public void setIncludeDescendants(boolean includeDescendants)
includeDescendants - the given include descendants flag to set.public ListModuleRequest withIncludeDescendants(boolean includeDescendants)
includeDescendants - the given include descendants flag to set.get module request instance.public java.lang.String toString()
toString in class ApiServiceRequest