Class CTP_AllFieldCases_CTS.Builder
java.lang.Object
org.junittest.allgraphqlcases_client_springconfiguration.CTP_AllFieldCases_CTS.Builder
- Enclosing class:
- CTP_AllFieldCases_CTS
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
CTP_AllFieldCases_CTS.builder()-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAFloat(Double aFloatParam) withAliases(List<String> aliasesParam) withBooleans(List<Boolean> booleansParam) withComments(List<String> commentsParam) withDateTime(OffsetDateTime dateTimeParam) withExtendedField(String extendedFieldParam) withForname(String fornameParam) withFriends(List<CTP_Human_CTS> friendsParam) withIssue65(List<CTP_AllFieldCasesWithoutIdSubtype_CTS> issue65Param) withIssue66(CTP_AllFieldCases_CTS issue66Param) withListWithIdSubTypes(List<CTP_AllFieldCasesWithIdSubtype_CTS> listWithIdSubTypesParam) withListWithoutIdSubTypes(List<CTP_AllFieldCasesWithoutIdSubtype_CTS> listWithoutIdSubTypesParam) withMatrix(List<List<Double>> matrixParam) withNbComments(Integer nbCommentsParam) withOneWithIdSubType(CTP_AllFieldCasesWithIdSubtype_CTS oneWithIdSubTypeParam) withOneWithoutFieldParameter(CTP_AllFieldCasesWithIdSubtype_CTS oneWithoutFieldParameterParam) withOneWithoutIdSubType(CTP_AllFieldCasesWithoutIdSubtype_CTS oneWithoutIdSubTypeParam) withPlanets(List<String> planetsParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withName
-
withForname
-
withBreak
-
withAge
-
withAFloat
-
withDate
-
withDateTime
-
withDates
-
withNbComments
-
withComments
-
withBooleans
-
withAliases
-
withPlanets
-
withFriends
-
withMatrix
-
withOneWithoutFieldParameter
public CTP_AllFieldCases_CTS.Builder withOneWithoutFieldParameter(CTP_AllFieldCasesWithIdSubtype_CTS oneWithoutFieldParameterParam) -
withOneWithIdSubType
public CTP_AllFieldCases_CTS.Builder withOneWithIdSubType(CTP_AllFieldCasesWithIdSubtype_CTS oneWithIdSubTypeParam) -
withListWithIdSubTypes
public CTP_AllFieldCases_CTS.Builder withListWithIdSubTypes(List<CTP_AllFieldCasesWithIdSubtype_CTS> listWithIdSubTypesParam) -
withOneWithoutIdSubType
public CTP_AllFieldCases_CTS.Builder withOneWithoutIdSubType(CTP_AllFieldCasesWithoutIdSubtype_CTS oneWithoutIdSubTypeParam) -
withListWithoutIdSubTypes
public CTP_AllFieldCases_CTS.Builder withListWithoutIdSubTypes(List<CTP_AllFieldCasesWithoutIdSubtype_CTS> listWithoutIdSubTypesParam) -
withIssue65
public CTP_AllFieldCases_CTS.Builder withIssue65(List<CTP_AllFieldCasesWithoutIdSubtype_CTS> issue65Param) -
withIssue66
-
withExtendedField
-
build
-