@return A limit on the number of results returned per query
()
| 204 | |
| 205 | /** @return A limit on the number of results returned per query */ |
| 206 | public int getLimit() { |
| 207 | return limit; |
| 208 | } |
| 209 | |
| 210 | /** @return The starting index for paging through results */ |
| 211 | public int getStartIndex() { |
no outgoing calls