Package org.allGraphQLCases.client2
Class RecursiveTypeWithJsonField.Builder
java.lang.Object
org.allGraphQLCases.client2.RecursiveTypeWithJsonField.Builder
- Enclosing class:
- RecursiveTypeWithJsonField
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
RecursiveTypeWithJsonField.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withJson
(com.fasterxml.jackson.databind.node.ObjectNode jsonParam) withRecursion
(RecursiveTypeWithJsonField recursionParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withJson
public RecursiveTypeWithJsonField.Builder withJson(com.fasterxml.jackson.databind.node.ObjectNode jsonParam) -
withRecursion
-
build
-