public static class ConnectionParams.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ConnectionParams.Builder |
after(String after) |
ConnectionParams.Builder |
before(String before) |
ConnectionParams |
build() |
ConnectionParams.Builder |
first(Integer first) |
ConnectionParams.Builder |
last(Integer last) |
ConnectionParams.Builder |
text(String text) |
public ConnectionParams.Builder first(Integer first)
public ConnectionParams.Builder last(Integer last)
public ConnectionParams.Builder after(String after)
public ConnectionParams.Builder before(String before)
public ConnectionParams.Builder text(String text)
public ConnectionParams build()
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.