Class STP_TFoo12_STS.Builder

java.lang.Object
org.allGraphQLCases.server.STP_TFoo12_STS.Builder
Enclosing class:
STP_TFoo12_STS

public static class STP_TFoo12_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_TFoo12_STS.builder()
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • withId

      public STP_TFoo12_STS.Builder withId(UUID idParam)
    • withBar

      public STP_TFoo12_STS.Builder withBar(STP_TBar12_STS 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 STP_TFoo12_STS build()