public class PortalQueryResult<T extends com.google.gwt.core.client.JavaScriptObject>
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
PortalQueryParams |
getNextQueryParams()
The query parameters for the next set of results.
|
PortalQueryParams |
getQueryParams()
The query parameters for the first set of results.
|
com.google.gwt.core.client.JsArray<T> |
getResults()
An array of result item objects.
|
int |
getTotal()
The total number of results.
|
public final PortalQueryParams getNextQueryParams()
public final PortalQueryParams getQueryParams()
public final com.google.gwt.core.client.JsArray<T> getResults()
public final int getTotal()