Package org.allGraphQLCases.server
Class STP_Human_STS.Builder
java.lang.Object
org.allGraphQLCases.server.STP_Human_STS.Builder
- Enclosing class:
- STP_Human_STS
public static class STP_Human_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_Human_STS.builder()
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description STP_Human_STS
build()
STP_Human_STS.Builder
withAppearsIn(List<SEP_Episode_SES> appearsIn)
STP_Human_STS.Builder
withBestFriend(SIP_Character_SIS bestFriend)
STP_Human_STS.Builder
withComments(List<String> comments)
STP_Human_STS.Builder
withFriends(List<SIP_Character_SIS> friends)
STP_Human_STS.Builder
withHomePlanet(String homePlanet)
STP_Human_STS.Builder
withId(UUID id)
STP_Human_STS.Builder
withName(String name)
STP_Human_STS.Builder
withNbComments(Integer nbComments)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details