Package org.allGraphQLCases.client2
Class AllFieldCasesInterfaceType.Builder
java.lang.Object
org.allGraphQLCases.client2.AllFieldCasesInterfaceType.Builder
- Enclosing class:
- AllFieldCasesInterfaceType
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
AllFieldCasesInterfaceType.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAliases
(List<String> aliasesParam) withBooleans
(List<Boolean> booleansParam) withComments
(List<String> commentsParam) withExtendedField
(String extendedFieldParam) withForname
(String fornameParam) withFriends
(HumanConnection friendsParam) withListWithIdSubTypes
(List<AllFieldCasesWithIdSubtype> listWithIdSubTypesParam) withListWithoutIdSubTypes
(List<AllFieldCasesWithoutIdSubtype> listWithoutIdSubTypesParam) withNbComments
(Integer nbCommentsParam) withOneWithIdSubType
(AllFieldCasesWithIdSubtype oneWithIdSubTypeParam) withOneWithoutIdSubType
(AllFieldCasesWithoutIdSubtype oneWithoutIdSubTypeParam) withPlanets
(List<String> planetsParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withName
-
withForname
-
withAge
-
withNbComments
-
withComments
-
withBooleans
-
withAliases
-
withPlanets
-
withFriends
-
withOneWithIdSubType
public AllFieldCasesInterfaceType.Builder withOneWithIdSubType(AllFieldCasesWithIdSubtype oneWithIdSubTypeParam) -
withListWithIdSubTypes
public AllFieldCasesInterfaceType.Builder withListWithIdSubTypes(List<AllFieldCasesWithIdSubtype> listWithIdSubTypesParam) -
withOneWithoutIdSubType
public AllFieldCasesInterfaceType.Builder withOneWithoutIdSubType(AllFieldCasesWithoutIdSubtype oneWithoutIdSubTypeParam) -
withListWithoutIdSubTypes
public AllFieldCasesInterfaceType.Builder withListWithoutIdSubTypes(List<AllFieldCasesWithoutIdSubtype> listWithoutIdSubTypesParam) -
withExtendedField
-
build
-