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 classConnectionParams.Builder
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_PAGE_SIZE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionParams.Buildercreate()StringgetAfter()StringgetBefore()IntegergetFirst()IntegergetLast()intgetOffset()intgetSize()StringgetText()
-
-
-
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()
-
-