Package org.allGraphQLCases.server
Class SINP_AllFieldCasesInput_SINS.Builder
java.lang.Object
org.allGraphQLCases.server.SINP_AllFieldCasesInput_SINS.Builder
- Enclosing class:
- SINP_AllFieldCasesInput_SINS
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
SINP_AllFieldCasesInput_SINS.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAliases
(List<String> aliasesParam) withBooleans
(List<Boolean> booleansParam) withComments
(List<String> commentsParam) withDateTime
(OffsetDateTime dateTimeParam) withExtendedField
(String extendedFieldParam) withForname
(String fornameParam) withMatrix
(List<List<Double>> matrixParam) withNbComments
(Integer nbCommentsParam) Issue #188: null is not identified as a java keywordwithPlanets
(List<String> planetsParam) withWithIdSubtype
(List<SINP_AllFieldCasesWithIdSubtypeInput_SINS> withIdSubtypeParam) withWithoutIdSubtype
(List<SINP_AllFieldCasesWithoutIdSubtypeInput_SINS> withoutIdSubtypeParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withName
-
withForname
-
withBreak
-
withAge
-
withDate
-
withDateTime
-
withDates
-
withNbComments
-
withComments
-
withBooleans
-
withAliases
-
withPlanets
-
withMatrix
-
withWithIdSubtype
public SINP_AllFieldCasesInput_SINS.Builder withWithIdSubtype(List<SINP_AllFieldCasesWithIdSubtypeInput_SINS> withIdSubtypeParam) -
withWithoutIdSubtype
public SINP_AllFieldCasesInput_SINS.Builder withWithoutIdSubtype(List<SINP_AllFieldCasesWithoutIdSubtypeInput_SINS> withoutIdSubtypeParam) -
withNull
Issue #188: null is not identified as a java keyword -
withExtendedField
-
build
-