Class ConnectionParams
- java.lang.Object
-
- org.apache.unomi.graphql.fetchers.ConnectionParams
-
public class ConnectionParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectionParams.Builder
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_PAGE_SIZE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionParams.Builder
create()
String
getAfter()
String
getBefore()
Integer
getFirst()
Integer
getLast()
int
getOffset()
int
getSize()
String
getText()
-
-
-
Field Detail
-
DEFAULT_PAGE_SIZE
public static final int DEFAULT_PAGE_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFirst
public Integer getFirst()
-
getLast
public Integer getLast()
-
getSize
public int getSize()
-
getOffset
public int getOffset()
-
getAfter
public String getAfter()
-
getBefore
public String getBefore()
-
getText
public String getText()
-
create
public static ConnectionParams.Builder create()
-
-