Class CTP_AllFieldCasesInterfaceType_CTS.Builder
java.lang.Object
org.junittest.allgraphqlcases_client_springconfiguration.CTP_AllFieldCasesInterfaceType_CTS.Builder
- Enclosing class:
- CTP_AllFieldCasesInterfaceType_CTS
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
CTP_AllFieldCasesInterfaceType_CTS.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(List<CTP_Human_CTS> friendsParam) withListWithIdSubTypes(List<CTP_AllFieldCasesWithIdSubtype_CTS> listWithIdSubTypesParam) withListWithoutIdSubTypes(List<CTP_AllFieldCasesWithoutIdSubtype_CTS> listWithoutIdSubTypesParam) withNbComments(Integer nbCommentsParam) withOneWithIdSubType(CTP_AllFieldCasesWithIdSubtype_CTS oneWithIdSubTypeParam) withOneWithoutIdSubType(CTP_AllFieldCasesWithoutIdSubtype_CTS oneWithoutIdSubTypeParam) withPlanets(List<String> planetsParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withName
-
withForname
-
withAge
-
withNbComments
-
withComments
-
withBooleans
-
withAliases
-
withPlanets
-
withFriends
-
withOneWithIdSubType
public CTP_AllFieldCasesInterfaceType_CTS.Builder withOneWithIdSubType(CTP_AllFieldCasesWithIdSubtype_CTS oneWithIdSubTypeParam) -
withListWithIdSubTypes
public CTP_AllFieldCasesInterfaceType_CTS.Builder withListWithIdSubTypes(List<CTP_AllFieldCasesWithIdSubtype_CTS> listWithIdSubTypesParam) -
withOneWithoutIdSubType
public CTP_AllFieldCasesInterfaceType_CTS.Builder withOneWithoutIdSubType(CTP_AllFieldCasesWithoutIdSubtype_CTS oneWithoutIdSubTypeParam) -
withListWithoutIdSubTypes
public CTP_AllFieldCasesInterfaceType_CTS.Builder withListWithoutIdSubTypes(List<CTP_AllFieldCasesWithoutIdSubtype_CTS> listWithoutIdSubTypesParam) -
withExtendedField
-
build
-