Specifies the filter to apply to cells in this row. @param filter The filter. If null, then no filter will be used. @return @since 1.7
(final ScanFilter filter)
| 420 | * @since 1.7 |
| 421 | */ |
| 422 | public GetRequest setFilter(final ScanFilter filter) { |
| 423 | this.filter = filter; |
| 424 | return this; |
| 425 | } |
| 426 | |
| 427 | /** |
| 428 | * Returns the possibly-{@code null} filter applied to cells in this row. |
no outgoing calls