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