Package org.allGraphQLCases.server
Class STP_HumanConnection_STS.Builder
java.lang.Object
org.allGraphQLCases.server.STP_HumanConnection_STS.Builder
- Enclosing class:
- STP_HumanConnection_STS
public static class STP_HumanConnection_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_HumanConnection_STS.builder()
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description STP_HumanConnection_STS
build()
STP_HumanConnection_STS.Builder
withEdges(List<STP_HumanEdge_STS> edges)
STP_HumanConnection_STS.Builder
withPageInfo(STP_PageInfo_STS pageInfo)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details