Class STP_TheSubscriptionType_STS

java.lang.Object
org.allGraphQLCases.server.STP_TheSubscriptionType_STS
All Implemented Interfaces:
AllTypes1, AllTypes2

public class STP_TheSubscriptionType_STS extends Object implements AllTypes2, AllTypes1
A mono line description for TheSubscriptionType
Author:
generated by graphql-java-generator
See Also:
  • Constructor Details

    • STP_TheSubscriptionType_STS

      public STP_TheSubscriptionType_STS()
  • Method Details

    • setSubscribeNewHumanForEpisode

      public void setSubscribeNewHumanForEpisode(STP_Human_STS subscribeNewHumanForEpisode)
      Will be notified for each Human added to this Episode
    • getSubscribeNewHumanForEpisode

      public STP_Human_STS getSubscribeNewHumanForEpisode()
      Will be notified for each Human added to this Episode
    • setSubscribeToAList

      public void setSubscribeToAList(List<Integer> subscribeToAList)
      Issue 54
    • getSubscribeToAList

      public List<Integer> getSubscribeToAList()
      Issue 54
    • setSubscribeToAListOfScalars

      public void setSubscribeToAListOfScalars(List<Date> subscribeToAListOfScalars)
    • getSubscribeToAListOfScalars

      public List<Date> getSubscribeToAListOfScalars()
    • setIssue53

      public void setIssue53(Date issue53)
      issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized
    • getIssue53

      public Date getIssue53()
      issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized
    • setAllGraphQLCasesInput

      public void setAllGraphQLCasesInput(STP_AllFieldCases_STS allGraphQLCasesInput)
      Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
    • getAllGraphQLCasesInput

      public STP_AllFieldCases_STS getAllGraphQLCasesInput()
      Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
    • setAllGraphQLCasesParam

      public void setAllGraphQLCasesParam(STP_AllFieldCases_STS allGraphQLCasesParam)
    • getAllGraphQLCasesParam

      public STP_AllFieldCases_STS getAllGraphQLCasesParam()
    • setSubscriptionTest

      public void setSubscriptionTest(String subscriptionTest)
      A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
    • getSubscriptionTest

      public String getSubscriptionTest()
      A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
    • setReturnEnum

      public void setReturnEnum(SEP_EnumWithReservedJavaKeywordAsValues_SES returnEnum)
    • getReturnEnum

    • setReturnMandatoryEnum

      public void setReturnMandatoryEnum(SEP_EnumWithReservedJavaKeywordAsValues_SES returnMandatoryEnum)
    • getReturnMandatoryEnum

      public SEP_EnumWithReservedJavaKeywordAsValues_SES getReturnMandatoryEnum()
    • setReturnListOfEnums

      public void setReturnListOfEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfEnums)
    • getReturnListOfEnums

      public List<SEP_EnumWithReservedJavaKeywordAsValues_SES> getReturnListOfEnums()
    • setReturnListOfMandatoryEnums

      public void setReturnListOfMandatoryEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfMandatoryEnums)
    • getReturnListOfMandatoryEnums

      public List<SEP_EnumWithReservedJavaKeywordAsValues_SES> getReturnListOfMandatoryEnums()
    • setReturnListOfListOfEnums

      public void setReturnListOfListOfEnums(List<List<SEP_EnumWithReservedJavaKeywordAsValues_SES>> returnListOfListOfEnums)
    • getReturnListOfListOfEnums

      public List<List<SEP_EnumWithReservedJavaKeywordAsValues_SES>> getReturnListOfListOfEnums()
    • setReturnMandatoryListOfEnums

      public void setReturnMandatoryListOfEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfEnums)
    • getReturnMandatoryListOfEnums

      public List<SEP_EnumWithReservedJavaKeywordAsValues_SES> getReturnMandatoryListOfEnums()
    • setReturnMandatoryListOfMandatoryEnums

      public void setReturnMandatoryListOfMandatoryEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfMandatoryEnums)
    • getReturnMandatoryListOfMandatoryEnums

      public List<SEP_EnumWithReservedJavaKeywordAsValues_SES> getReturnMandatoryListOfMandatoryEnums()
    • setSubscriptionWithNullResponse

      public void setSubscriptionWithNullResponse(String subscriptionWithNullResponse)
      Issue 122: Check Subscription behavior when notification response is null
    • getSubscriptionWithNullResponse

      public String getSubscriptionWithNullResponse()
      Issue 122: Check Subscription behavior when notification response is null
    • setEnumWithReservedJavaKeywordAsValues

      public void setEnumWithReservedJavaKeywordAsValues(SEP_EnumWithReservedJavaKeywordAsValues_SES enumWithReservedJavaKeywordAsValues)
      test for issue #139 (use of java reserved keyword)
    • getEnumWithReservedJavaKeywordAsValues

      public SEP_EnumWithReservedJavaKeywordAsValues_SES getEnumWithReservedJavaKeywordAsValues()
      test for issue #139 (use of java reserved keyword)
    • setListOfEnumWithReservedJavaKeywordAsValues

      public void setListOfEnumWithReservedJavaKeywordAsValues(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> listOfEnumWithReservedJavaKeywordAsValues)
    • getListOfEnumWithReservedJavaKeywordAsValues

      public List<SEP_EnumWithReservedJavaKeywordAsValues_SES> getListOfEnumWithReservedJavaKeywordAsValues()
    • setIf

      public void setIf(String _if)
    • getIf

      public String getIf()
    • setImplements

      public void setImplements(String _implements)
    • getImplements

      public String getImplements()
    • setNull

      public void setNull(String _null)
      Issue #188: null is not identified as a java keyword
    • getNull

      public String getNull()
      Issue #188: null is not identified as a java keyword
    • setJson

      public void setJson(com.fasterxml.jackson.databind.node.ObjectNode json)
      Test of JSON scalar, for issue #205
    • getJson

      public com.fasterxml.jackson.databind.node.ObjectNode getJson()
      Test of JSON scalar, for issue #205
    • setJsons

      public void setJsons(List<com.fasterxml.jackson.databind.node.ObjectNode> jsons)
    • getJsons

      public List<com.fasterxml.jackson.databind.node.ObjectNode> getJsons()
    • setJsonsWithInput

      public void setJsonsWithInput(List<STP_TypeWithJson_STS> jsonsWithInput)
    • getJsonsWithInput

      public List<STP_TypeWithJson_STS> getJsonsWithInput()
    • setObjectsWithInput

      public void setObjectsWithInput(List<STP_TypeWithObject_STS> objectsWithInput)
    • getObjectsWithInput

      public List<STP_TypeWithObject_STS> getObjectsWithInput()
    • toString

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

      public static STP_TheSubscriptionType_STS.Builder builder()