Package org.allGraphQLCases.server
Class STP_AllFieldCasesInterfaceType_STS.Builder
java.lang.Object
org.allGraphQLCases.server.STP_AllFieldCasesInterfaceType_STS.Builder
- Enclosing class:
- STP_AllFieldCasesInterfaceType_STS
public static class STP_AllFieldCasesInterfaceType_STS.Builder extends Object
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
STP_AllFieldCasesInterfaceType_STS.builder()
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withName
-
withForname
-
withAge
-
withNbComments
-
withComments
-
withBooleans
-
withAliases
-
withPlanets
-
withFriends
-
withOneWithIdSubType
public STP_AllFieldCasesInterfaceType_STS.Builder withOneWithIdSubType(STP_AllFieldCasesWithIdSubtype_STS oneWithIdSubType) -
withListWithIdSubTypes
public STP_AllFieldCasesInterfaceType_STS.Builder withListWithIdSubTypes(List<STP_AllFieldCasesWithIdSubtype_STS> listWithIdSubTypes) -
withOneWithoutIdSubType
public STP_AllFieldCasesInterfaceType_STS.Builder withOneWithoutIdSubType(STP_AllFieldCasesWithoutIdSubtype_STS oneWithoutIdSubType) -
withListWithoutIdSubTypes
public STP_AllFieldCasesInterfaceType_STS.Builder withListWithoutIdSubTypes(List<STP_AllFieldCasesWithoutIdSubtype_STS> listWithoutIdSubTypes) -
withExtendedField
-
build
-