@param limit A limit to the number of results to return
(int limit)
| 257 | |
| 258 | /** @param limit A limit to the number of results to return */ |
| 259 | public void setLimit(int limit) { |
| 260 | this.limit = limit; |
| 261 | } |
| 262 | |
| 263 | /** @param start_index Used for paging through a result set, starts at 0 */ |
| 264 | public void setStartIndex(int start_index) { |
no outgoing calls