Class TFoo1.Builder

java.lang.Object
org.allGraphQLCases.client2.TFoo1.Builder
Enclosing class:
TFoo1

public static class TFoo1.Builder extends Object
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the TFoo1.builder()
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • withId

      public TFoo1.Builder withId(String idParam)
    • withBar

      public TFoo1.Builder withBar(TBar1 barParam)
      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

      public TFoo1 build()