Package org.allGraphQLCases.client2
Class SubscriptionTestParam.Builder
java.lang.Object
org.allGraphQLCases.client2.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
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withCloseWebSocketBeforeFirstNotification
(Boolean closeWebSocketBeforeFirstNotificationParam) withCompleteAfterFirstNotification
(Boolean completeAfterFirstNotificationParam) withErrorOnNext
(Boolean errorOnNextParam) withErrorOnSubscription
(Boolean errorOnSubscriptionParam) withMessages
(List<String> messagesParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withErrorOnSubscription
-
withErrorOnNext
-
withCompleteAfterFirstNotification
public SubscriptionTestParam.Builder withCompleteAfterFirstNotification(Boolean completeAfterFirstNotificationParam) -
withCloseWebSocketBeforeFirstNotification
public SubscriptionTestParam.Builder withCloseWebSocketBeforeFirstNotification(Boolean closeWebSocketBeforeFirstNotificationParam) -
withMessages
-
build
-