Package org.allGraphQLCases.server
Class SINP_HumanInput_SINS.Builder
java.lang.Object
org.allGraphQLCases.server.SINP_HumanInput_SINS.Builder
- Enclosing class:
- SINP_HumanInput_SINS
public static class SINP_HumanInput_SINS.Builder extends Object
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
SINP_HumanInput_SINS.builder()
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description SINP_HumanInput_SINS
build()
SINP_HumanInput_SINS.Builder
withAppearsIn(List<SEP_Episode_SES> appearsIn)
SINP_HumanInput_SINS.Builder
withBestFriend(SINP_CharacterInput_SINS bestFriend)
SINP_HumanInput_SINS.Builder
withComments(List<String> comments)
SINP_HumanInput_SINS.Builder
withFriends(List<SINP_CharacterInput_SINS> friends)
SINP_HumanInput_SINS.Builder
withHomePlanet(String homePlanet)
SINP_HumanInput_SINS.Builder
withName(String name)
SINP_HumanInput_SINS.Builder
withNbComments(Integer nbComments)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details