Package org.allGraphQLCases.client2
Class PageInfo.Builder
java.lang.Object
org.allGraphQLCases.client2.PageInfo.Builder
- Enclosing class:
- PageInfo
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
PageInfo.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withEndCursor
(String endCursorParam) withHasNextPage
(Boolean hasNextPageParam) withHasPreviousPage
(Boolean hasPreviousPageParam) withStartCursor
(String startCursorParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withHasNextPage
-
withHasPreviousPage
-
withStartCursor
-
withEndCursor
-
build
-