Package org.allGraphQLCases.server
Class SINP_SubscriptionTestParam_SINS
java.lang.Object
org.allGraphQLCases.server.SINP_SubscriptionTestParam_SINS
- All Implemented Interfaces:
AllInputTypes1
,AllInputTypes2
public class SINP_SubscriptionTestParam_SINS
extends Object
implements AllInputTypes2, AllInputTypes1
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The Builder that helps building instance of this POJO. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
void
setCloseWebSocketBeforeFirstNotification
(Boolean closeWebSocketBeforeFirstNotification) void
setCompleteAfterFirstNotification
(Boolean completeAfterFirstNotification) void
setErrorOnNext
(Boolean errorOnNext) void
setErrorOnSubscription
(Boolean errorOnSubscription) void
setMessages
(List<String> messages) toString()
-
Constructor Details
-
SINP_SubscriptionTestParam_SINS
public SINP_SubscriptionTestParam_SINS()
-
-
Method Details
-
setErrorOnSubscription
-
getErrorOnSubscription
-
setErrorOnNext
-
getErrorOnNext
-
setCompleteAfterFirstNotification
-
getCompleteAfterFirstNotification
-
setCloseWebSocketBeforeFirstNotification
-
getCloseWebSocketBeforeFirstNotification
-
setMessages
-
getMessages
-
toString
-
builder
-