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:
  • Constructor Details

    • SINP_SubscriptionTestParam_SINS

      public SINP_SubscriptionTestParam_SINS()
  • Method Details

    • setErrorOnSubscription

      public void setErrorOnSubscription(Boolean errorOnSubscription)
    • getErrorOnSubscription

      public Boolean getErrorOnSubscription()
    • setErrorOnNext

      public void setErrorOnNext(Boolean errorOnNext)
    • getErrorOnNext

      public Boolean getErrorOnNext()
    • setCompleteAfterFirstNotification

      public void setCompleteAfterFirstNotification(Boolean completeAfterFirstNotification)
    • getCompleteAfterFirstNotification

      public Boolean getCompleteAfterFirstNotification()
    • setCloseWebSocketBeforeFirstNotification

      public void setCloseWebSocketBeforeFirstNotification(Boolean closeWebSocketBeforeFirstNotification)
    • getCloseWebSocketBeforeFirstNotification

      public Boolean getCloseWebSocketBeforeFirstNotification()
    • setMessages

      public void setMessages(List<String> messages)
    • getMessages

      public List<String> getMessages()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static SINP_SubscriptionTestParam_SINS.Builder builder()