Class SubscriptionTestParam.Builder
java.lang.Object
com.graphql_java_generator.domain.client.allGraphQLCases.SubscriptionTestParam.Builder
- Enclosing class:
- SubscriptionTestParam
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
SubscriptionTestParam.builder()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withCloseWebSocketBeforeFirstNotification
(Boolean closeWebSocketBeforeFirstNotification) withCompleteAfterFirstNotification
(Boolean completeAfterFirstNotification) withErrorOnNext
(Boolean errorOnNext) withErrorOnSubscription
(Boolean errorOnSubscription) withMessages
(List<String> messages)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withErrorOnSubscription
-
withErrorOnNext
-
withCompleteAfterFirstNotification
public SubscriptionTestParam.Builder withCompleteAfterFirstNotification(Boolean completeAfterFirstNotification) -
withCloseWebSocketBeforeFirstNotification
public SubscriptionTestParam.Builder withCloseWebSocketBeforeFirstNotification(Boolean closeWebSocketBeforeFirstNotification) -
withMessages
-
build
-