Package org.allGraphQLCases.server
Class STP_PageInfo_STS.Builder
java.lang.Object
org.allGraphQLCases.server.STP_PageInfo_STS.Builder
- Enclosing class:
- STP_PageInfo_STS
public static class STP_PageInfo_STS.Builder extends Object
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
STP_PageInfo_STS.builder()
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description STP_PageInfo_STS
build()
STP_PageInfo_STS.Builder
withEndCursor(String endCursor)
STP_PageInfo_STS.Builder
withHasNextPage(Boolean hasNextPage)
STP_PageInfo_STS.Builder
withHasPreviousPage(Boolean hasPreviousPage)
STP_PageInfo_STS.Builder
withStartCursor(String startCursor)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details