463464465466467468469470471472473
* than zero. */ public QueryBuilder setOffset (int offset) { if (offset < 0) throw new OffsetOutOfBoundsException (offset); put(OFFSET, Integer.toString(offset)); return this; }
536537538539540541542543544545546
433434435436437438439440441442443
277278279280281282283284285286287
* than zero. */ public RequestBuilder setOffset (int offset) { if (offset < 0) throw new OffsetOutOfBoundsException (offset); put(OFFSET, Integer.toString(offset)); return this; }
540541542543544545546547548549550
537538539540541542543544545546547
529530531532533534535536537538539
283284285286287288289290291292293