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