Class Builder._Builder

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

public static class Builder._Builder extends Object
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the Builder.builder()
As this GraphQL type's name is Builder, the inner Builder class is renamed to _Builder, to avoid name collision during Java compilation.
  • Constructor Details

    • _Builder

      public _Builder()
  • Method Details