java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse.TheSubscriptionType
All Implemented Interfaces:
AllTypes1, AllTypes2

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

    • TheSubscriptionType

      public TheSubscriptionType()
      Generated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java)
  • Method Details

    • setSubscribeNewHumanForEpisode

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

      public Human 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(AllFieldCases allGraphQLCasesInput)
      Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
    • getAllGraphQLCasesInput

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

      public void setAllGraphQLCasesParam(AllFieldCases allGraphQLCasesParam)
    • getAllGraphQLCasesParam

      public AllFieldCases 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(EnumWithReservedJavaKeywordAsValues returnEnum)
    • getReturnEnum

      public EnumWithReservedJavaKeywordAsValues getReturnEnum()
    • setReturnMandatoryEnum

      public void setReturnMandatoryEnum(EnumWithReservedJavaKeywordAsValues returnMandatoryEnum)
    • getReturnMandatoryEnum

      public EnumWithReservedJavaKeywordAsValues getReturnMandatoryEnum()
    • setReturnListOfEnums

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

      public List<EnumWithReservedJavaKeywordAsValues> getReturnListOfEnums()
    • setReturnListOfMandatoryEnums

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

      public List<EnumWithReservedJavaKeywordAsValues> getReturnListOfMandatoryEnums()
    • setReturnListOfListOfEnums

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

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

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

      public List<EnumWithReservedJavaKeywordAsValues> getReturnMandatoryListOfEnums()
    • setReturnMandatoryListOfMandatoryEnums

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

      public List<EnumWithReservedJavaKeywordAsValues> 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(EnumWithReservedJavaKeywordAsValues enumWithReservedJavaKeywordAsValues)
      test for issue #139 (use of java reserved keyword)
    • getEnumWithReservedJavaKeywordAsValues

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

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

      public List<EnumWithReservedJavaKeywordAsValues> 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<TypeWithJson> jsonsWithInput)
    • getJsonsWithInput

      public List<TypeWithJson> getJsonsWithInput()
    • setObjectsWithInput

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

      public List<TypeWithObject> getObjectsWithInput()
    • toString

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

      public static TheSubscriptionType.Builder builder()