public final class SearchModuleRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
SearchModuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getParentId() |
java.lang.String |
getQuery() |
boolean |
isIncludeDescendants() |
void |
setIncludeDescendants(boolean includeDescendants)
Sets the include descendant flag.
|
void |
setParentId(java.lang.Long parentId)
Sets the parent identifier.
|
void |
setQuery(java.lang.String query)
Sets the search query.
|
java.lang.String |
toString() |
SearchModuleRequest |
withIncludeDescendants(boolean includeDescendants)
Sets the include descendant flag.
|
SearchModuleRequest |
withParentId(java.lang.Long parentId)
Sets the parent identifier.
|
SearchModuleRequest |
withQuery(java.lang.String query)
Sets the search query.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic boolean isIncludeDescendants()
true if user want to include matched descendants.public void setIncludeDescendants(boolean includeDescendants)
includeDescendants - the given include descendants flag to set.public SearchModuleRequest withIncludeDescendants(boolean includeDescendants)
includeDescendants - the given include descendants flag to set.public java.lang.Long getParentId()
public void setParentId(java.lang.Long parentId)
parentId - the given parent identifier to set.public SearchModuleRequest withParentId(java.lang.Long parentId)
parentId - the given parent identifier to set.public java.lang.String getQuery()
public void setQuery(java.lang.String query)
query - the given query value.public SearchModuleRequest withQuery(java.lang.String query)
query - the given query value.public java.lang.String toString()
toString in class ApiServiceRequest