Class AllFieldCasesInput.Builder
java.lang.Object
com.graphql_java_generator.domain.client.allGraphQLCases.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAliases
(List<String> aliases) withBooleans
(List<Boolean> booleans) withComments
(List<String> comments) withDateTime
(OffsetDateTime dateTime) withExtendedField
(String extendedField) withForname
(String forname) withMatrix
(List<List<Double>> matrix) withNbComments
(Integer nbComments) withPlanets
(List<String> planets) withWithIdSubtype
(List<AllFieldCasesWithIdSubtypeInput> withIdSubtype) withWithoutIdSubtype
(List<AllFieldCasesWithoutIdSubtypeInput> withoutIdSubtype)
-
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> withIdSubtype) -
withWithoutIdSubtype
public AllFieldCasesInput.Builder withWithoutIdSubtype(List<AllFieldCasesWithoutIdSubtypeInput> withoutIdSubtype) -
withExtendedField
-
build
-