Package org.allGraphQLCases.server
Class STP_AllFieldCasesInterfaceType_STS.Builder
java.lang.Object
org.allGraphQLCases.server.STP_AllFieldCasesInterfaceType_STS.Builder
- Enclosing class:
- STP_AllFieldCasesInterfaceType_STS
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
STP_AllFieldCasesInterfaceType_STS.builder()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAliases
(List<String> aliasesParam) withBooleans
(List<Boolean> booleansParam) withComments
(List<String> commentsParam) withExtendedField
(String extendedFieldParam) withForname
(String fornameParam) withFriends
(STP_HumanConnection_STS friendsParam) withListWithIdSubTypes
(List<STP_AllFieldCasesWithIdSubtype_STS> listWithIdSubTypesParam) withListWithoutIdSubTypes
(List<STP_AllFieldCasesWithoutIdSubtype_STS> listWithoutIdSubTypesParam) withNbComments
(Integer nbCommentsParam) withOneWithIdSubType
(STP_AllFieldCasesWithIdSubtype_STS oneWithIdSubTypeParam) withOneWithoutIdSubType
(STP_AllFieldCasesWithoutIdSubtype_STS oneWithoutIdSubTypeParam) withPlanets
(List<String> planetsParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withName
-
withForname
-
withAge
-
withNbComments
-
withComments
-
withBooleans
-
withAliases
-
withPlanets
-
withFriends
-
withOneWithIdSubType
public STP_AllFieldCasesInterfaceType_STS.Builder withOneWithIdSubType(STP_AllFieldCasesWithIdSubtype_STS oneWithIdSubTypeParam) -
withListWithIdSubTypes
public STP_AllFieldCasesInterfaceType_STS.Builder withListWithIdSubTypes(List<STP_AllFieldCasesWithIdSubtype_STS> listWithIdSubTypesParam) -
withOneWithoutIdSubType
public STP_AllFieldCasesInterfaceType_STS.Builder withOneWithoutIdSubType(STP_AllFieldCasesWithoutIdSubtype_STS oneWithoutIdSubTypeParam) -
withListWithoutIdSubTypes
public STP_AllFieldCasesInterfaceType_STS.Builder withListWithoutIdSubTypes(List<STP_AllFieldCasesWithoutIdSubtype_STS> listWithoutIdSubTypesParam) -
withExtendedField
-
build
-