Class AllFieldCases.Builder
java.lang.Object
com.graphql_java_generator.domain.client.allGraphQLCases.AllFieldCases.Builder
- Enclosing class:
- AllFieldCases
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
AllFieldCases.builder()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAFloat
(Double aFloat) withAliases
(List<String> aliases) withBooleans
(List<Boolean> booleans) withComments
(List<String> comments) withDateTime
(OffsetDateTime dateTime) withExtendedField
(String extendedField) withForname
(String forname) withFriends
(List<Human> friends) withIssue65
(List<AllFieldCasesWithoutIdSubtype> issue65) withIssue66
(AllFieldCases issue66) withListWithIdSubTypes
(List<AllFieldCasesWithIdSubtype> listWithIdSubTypes) withListWithoutIdSubTypes
(List<AllFieldCasesWithoutIdSubtype> listWithoutIdSubTypes) withMatrix
(List<List<Double>> matrix) withNbComments
(Integer nbComments) withOneWithIdSubType
(AllFieldCasesWithIdSubtype oneWithIdSubType) withOneWithoutIdSubType
(AllFieldCasesWithoutIdSubtype oneWithoutIdSubType) withPlanets
(List<String> planets)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withName
-
withForname
-
withAge
-
withAFloat
-
withDate
-
withDateTime
-
withDates
-
withNbComments
-
withComments
-
withBooleans
-
withAliases
-
withPlanets
-
withFriends
-
withMatrix
-
withOneWithIdSubType
-
withListWithIdSubTypes
public AllFieldCases.Builder withListWithIdSubTypes(List<AllFieldCasesWithIdSubtype> listWithIdSubTypes) -
withOneWithoutIdSubType
public AllFieldCases.Builder withOneWithoutIdSubType(AllFieldCasesWithoutIdSubtype oneWithoutIdSubType) -
withListWithoutIdSubTypes
public AllFieldCases.Builder withListWithoutIdSubTypes(List<AllFieldCasesWithoutIdSubtype> listWithoutIdSubTypes) -
withIssue65
-
withIssue66
-
withExtendedField
-
build
-