public class ConnectionParams extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionParams.Builder |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_PAGE_SIZE |
Modifier and Type | Method and Description |
---|---|
static ConnectionParams.Builder |
create() |
String |
getAfter() |
String |
getBefore() |
Integer |
getFirst() |
Integer |
getLast() |
int |
getOffset() |
int |
getSize() |
String |
getText() |
public static final int DEFAULT_PAGE_SIZE
public Integer getFirst()
public Integer getLast()
public int getSize()
public int getOffset()
public String getAfter()
public String getBefore()
public String getText()
public static ConnectionParams.Builder create()
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.