Package org.allGraphQLCases.client2
Class InputWithObject.Builder
java.lang.Object
org.allGraphQLCases.client2.InputWithObject.Builder
- Enclosing class:
- InputWithObject
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
InputWithObject.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withBoolean
(Boolean _booleanParam) withObject
(Object objectParam) withObjects
(List<Object> objectsParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withTest
-
withDate
-
withLong
-
withBoolean
-
withEnum
-
withObject
-
withObjects
-
build
-