Package org.allGraphQLCases.server
Class SINP_HumanInput_SINS
java.lang.Object
org.allGraphQLCases.server.SINP_HumanInput_SINS
- All Implemented Interfaces:
AllInputTypes1
,AllInputTypes2
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The Builder that helps building instance of this POJO. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SINP_HumanInput_SINS.Builder
builder()
getName()
void
setAppearsIn
(List<SEP_Episode_SES> appearsIn) void
setBestFriend
(SINP_CharacterInput_SINS bestFriend) void
setComments
(List<String> comments) void
setFriends
(List<SINP_CharacterInput_SINS> friends) void
setHomePlanet
(String homePlanet) void
void
setNbComments
(Integer nbComments) toString()
-
Constructor Details
-
SINP_HumanInput_SINS
public SINP_HumanInput_SINS()
-
-
Method Details