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