Package org.allGraphQLCases.client2
Class TypeWithJson.Builder
java.lang.Object
org.allGraphQLCases.client2.TypeWithJson.Builder
- Enclosing class:
- TypeWithJson
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
TypeWithJson.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withBoolean
(Boolean _booleanParam) withJson
(com.fasterxml.jackson.databind.node.ObjectNode jsonParam) withWithArguments
(String withArgumentsParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withTest
-
withWithArguments
-
withDate
-
withLong
-
withBoolean
-
withEnum
-
withJson
-
withJsons
public TypeWithJson.Builder withJsons(List<com.fasterxml.jackson.databind.node.ObjectNode> jsonsParam) -
build
-