Package org.allGraphQLCases.client2
Class AllFieldCasesInput.Builder
java.lang.Object
org.allGraphQLCases.client2.AllFieldCasesInput.Builder
- Enclosing class:
- AllFieldCasesInput
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
AllFieldCasesInput.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<AllFieldCasesWithIdSubtypeInput> withIdSubtypeParam) withWithoutIdSubtype
(List<AllFieldCasesWithoutIdSubtypeInput> withoutIdSubtypeParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withName
-
withForname
-
withBreak
-
withAge
-
withDate
-
withDateTime
-
withDates
-
withNbComments
-
withComments
-
withBooleans
-
withAliases
-
withPlanets
-
withMatrix
-
withWithIdSubtype
public AllFieldCasesInput.Builder withWithIdSubtype(List<AllFieldCasesWithIdSubtypeInput> withIdSubtypeParam) -
withWithoutIdSubtype
public AllFieldCasesInput.Builder withWithoutIdSubtype(List<AllFieldCasesWithoutIdSubtypeInput> withoutIdSubtypeParam) -
withNull
Issue #188: null is not identified as a java keyword -
withExtendedField
-
build
-