Class SubscriptionTestParam
java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap.SubscriptionTestParam
- All Implemented Interfaces:
AllInputTypes1,AllInputTypes2
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Builder that helps building instance of this POJO. -
Constructor Summary
ConstructorsConstructorDescriptionObject content, generated by the 'object_content.vm.java' default template from graphql-java-generator -
Method Summary
Modifier and TypeMethodDescriptionbuilder()voidsetCloseWebSocketBeforeFirstNotification(Boolean closeWebSocketBeforeFirstNotification) voidsetCompleteAfterFirstNotification(Boolean completeAfterFirstNotification) voidsetErrorOnNext(Boolean errorOnNext) voidsetErrorOnSubscription(Boolean errorOnSubscription) voidsetMessages(List<String> messages) toString()
-
Constructor Details
-
SubscriptionTestParam
public SubscriptionTestParam()Object content, generated by the 'object_content.vm.java' default template from graphql-java-generator
-
-
Method Details
-
setErrorOnSubscription
-
getErrorOnSubscription
-
setErrorOnNext
-
getErrorOnNext
-
setCompleteAfterFirstNotification
-
getCompleteAfterFirstNotification
-
setCloseWebSocketBeforeFirstNotification
-
getCloseWebSocketBeforeFirstNotification
-
setMessages
-
getMessages
-
toString
-
builder
-