Package org.allGraphQLCases.client
Class CTP_TFoo1_CTS.Builder
java.lang.Object
org.allGraphQLCases.client.CTP_TFoo1_CTS.Builder
- Enclosing class:
- CTP_TFoo1_CTS
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
CTP_TFoo1_CTS.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withBar
(CTP_TBar1_CTS barParam) The 'bar' field is a valid GraphQL field.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withBar
The 'bar' field is a valid GraphQL field. But before correction of the issue #114, the generated Java code would not compile, as the TBar is a concrete class that implements IBar (and not IBar itself as declared in IFoo) -
build
-