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