Toggle navigation
Home
org.sonar.api.server.ws.Request to org.sonarqube.ws.client.favorite.SearchRequest
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
request.mandatoryParamAsInt(Param.PAGE)
to
request.getPage()
request.mandatoryParamAsInt(Param.PAGE_SIZE)
to
request.getPageSize()