Class STP_MyQueryType_STS

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

public class STP_MyQueryType_STS extends Object implements AllTypes2, AllTypes1
This is a description to describe the type MyQueryType on two lines
Author:
generated by graphql-java-generator
See Also:
  • Constructor Details

    • STP_MyQueryType_STS

      public STP_MyQueryType_STS()
  • Method Details

    • setWithoutParameters

      public void setWithoutParameters(List<SIP_Character_SIS> withoutParameters)
      This is a description to describe the field withoutParameters on two lines
    • getWithoutParameters

      public List<SIP_Character_SIS> getWithoutParameters()
      This is a description to describe the field withoutParameters on two lines
    • setWithOneOptionalParam

      public void setWithOneOptionalParam(SIP_Character_SIS withOneOptionalParam)
    • getWithOneOptionalParam

      public SIP_Character_SIS getWithOneOptionalParam()
    • setWithOneMandatoryParam

      public void setWithOneMandatoryParam(SIP_Character_SIS withOneMandatoryParam)
    • getWithOneMandatoryParam

      public SIP_Character_SIS getWithOneMandatoryParam()
    • setWithOneMandatoryParamDefaultValue

      public void setWithOneMandatoryParamDefaultValue(Integer withOneMandatoryParamDefaultValue)
    • getWithOneMandatoryParamDefaultValue

      public Integer getWithOneMandatoryParamDefaultValue()
    • setWithTwoMandatoryParamDefaultVal

      public void setWithTwoMandatoryParamDefaultVal(STP_Droid_STS withTwoMandatoryParamDefaultVal)
    • getWithTwoMandatoryParamDefaultVal

      public STP_Droid_STS getWithTwoMandatoryParamDefaultVal()
    • setWithEnum

      public void setWithEnum(SIP_Character_SIS withEnum)
    • getWithEnum

      public SIP_Character_SIS getWithEnum()
    • setWithListOfList

      public void setWithListOfList(STP_AllFieldCases_STS withListOfList)
    • getWithListOfList

      public STP_AllFieldCases_STS getWithListOfList()
    • setWithList

      public void setWithList(List<SIP_Character_SIS> withList)
      ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput. # The name of the first Character returned is replaced by the given firstName. # All ids are generated
    • getWithList

      public List<SIP_Character_SIS> getWithList()
      ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput. # The name of the first Character returned is replaced by the given firstName. # All ids are generated
    • setAllFieldCases

      public void setAllFieldCases(STP_AllFieldCases_STS allFieldCases)
      ################################################################################ # Complementary tests with the AllFieldCases Object
    • getAllFieldCases

      public STP_AllFieldCases_STS getAllFieldCases()
      ################################################################################ # Complementary tests with the AllFieldCases Object
    • setUnionTest

      public void setUnionTest(List<SUP_AnyCharacter_SUS> unionTest)
      ################################################################################ # Test for unions
    • getUnionTest

      public List<SUP_AnyCharacter_SUS> getUnionTest()
      ################################################################################ # Test for unions
    • setError

      public void setError(SIP_Character_SIS error)
      ################################################################################ # error always returns an error! (used to check the error management)
    • getError

      public SIP_Character_SIS getError()
      ################################################################################ # error always returns an error! (used to check the error management)
    • setABreak

      public void setABreak(STP_break_STS aBreak)
      Check for GraphQL identifier that are java keywords
    • getABreak

      public STP_break_STS getABreak()
      Check for GraphQL identifier that are java keywords
    • setDirectiveOnQuery

      public void setDirectiveOnQuery(List<String> directiveOnQuery)
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query. # List is null if the directive is not present.
    • getDirectiveOnQuery

      public List<String> getDirectiveOnQuery()
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query. # List is null if the directive is not present.
    • setDirectiveOnField

      public void setDirectiveOnField(SIP_Character_SIS directiveOnField)
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery. # List is null if the directive is not present.
    • getDirectiveOnField

      public SIP_Character_SIS getDirectiveOnField()
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery. # List is null if the directive is not present.
    • 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()
    • setReturnListOfListOfEnums

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

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

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

      public List<SEP_EnumWithReservedJavaKeywordAsValues_SES> getReturnListOfMandatoryEnums()
    • 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()
    • setConnectionWithoutParameters

      public void setConnectionWithoutParameters(SIP_CharacterConnection_SIS connectionWithoutParameters)
    • getConnectionWithoutParameters

      public SIP_CharacterConnection_SIS getConnectionWithoutParameters()
    • setConnectionOnHuman

      public void setConnectionOnHuman(STP_HumanConnection_STS connectionOnHuman)
    • getConnectionOnHuman

      public STP_HumanConnection_STS getConnectionOnHuman()
    • setCheckOverriddenController

      public void setCheckOverriddenController(String checkOverriddenController)
    • getCheckOverriddenController

      public String getCheckOverriddenController()
    • 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
    • setIssue200

      public void setIssue200(Boolean issue200)
    • getIssue200

      public Boolean getIssue200()
    • setIssue82Float

      public void setIssue82Float(Double issue82Float)
      #issue82 is about hard coded values as parameters. Other types are tests with other queries, but there was no method with a simple float parameter
    • getIssue82Float

      public Double getIssue82Float()
      #issue82 is about hard coded values as parameters. Other types are tests with other queries, but there was no method with a simple float parameter
    • setIssue82ID

      public void setIssue82ID(UUID issue82ID)
    • getIssue82ID

      public UUID getIssue82ID()
    • setIssue128

      public void setIssue128(SIP_Client_SIS issue128)
      test for issue #128 (compilation error when a Query returns a type 'Client')
    • getIssue128

      public SIP_Client_SIS getIssue128()
      test for issue #128 (compilation error when a Query returns a type 'Client')
    • 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()
    • setReservedJavaKeywordAllFieldCases

      public void setReservedJavaKeywordAllFieldCases(STP_ReservedJavaKeywordAllFieldCases_STS reservedJavaKeywordAllFieldCases)
    • getReservedJavaKeywordAllFieldCases

      public STP_ReservedJavaKeywordAllFieldCases_STS getReservedJavaKeywordAllFieldCases()
    • setIf

      public void setIf(String _if)
    • getIf

      public String getIf()
    • setImplements

      public void setImplements(String _implements)
      Test for PR 177 (on server side, the returned value is the content of the if input parameter)
    • getImplements

      public String getImplements()
      Test for PR 177 (on server side, the returned value is the content of the if input parameter)
    • setImport

      public void setImport(String _import)
    • getImport

      public String getImport()
    • setInstanceof

      public void setInstanceof(String _instanceof)
    • getInstanceof

      public String getInstanceof()
    • setInt

      public void setInt(String _int)
    • getInt

      public String getInt()
    • setInterface

      public void setInterface(String _interface)
    • getInterface

      public String getInterface()
    • setLong

      public void setLong(String _long)
    • getLong

      public String getLong()
    • setNative

      public void setNative(String _native)
    • getNative

      public String getNative()
    • setNew

      public void setNew(String _new)
    • getNew

      public String getNew()
    • 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
    • setPackage

      public void setPackage(String _package)
    • getPackage

      public String getPackage()
    • setPrivate

      public void setPrivate(String _private)
    • getPrivate

      public String getPrivate()
    • setProtected

      public void setProtected(String _protected)
    • getProtected

      public String getProtected()
    • setPublic

      public void setPublic(String _public)
    • getPublic

      public String getPublic()
    • setReturn

      public void setReturn(String _return)
    • getReturn

      public String getReturn()
    • setShort

      public void setShort(String _short)
    • getShort

      public String getShort()
    • setStatic

      public void setStatic(String _static)
    • getStatic

      public String getStatic()
    • setStrictfp

      public void setStrictfp(String _strictfp)
    • getStrictfp

      public String getStrictfp()
    • setSuper

      public void setSuper(String _super)
    • getSuper

      public String getSuper()
    • setSwitch

      public void setSwitch(String _switch)
    • getSwitch

      public String getSwitch()
    • setSynchronized

      public void setSynchronized(String _synchronized)
    • getSynchronized

      public String getSynchronized()
    • setThis

      public void setThis(String _this)
    • getThis

      public String getThis()
    • setThrow

      public void setThrow(String _throw)
    • getThrow

      public String getThrow()
    • setThrows

      public void setThrows(String _throws)
    • getThrows

      public String getThrows()
    • setTransient

      public void setTransient(String _transient)
    • getTransient

      public String getTransient()
    • setTry

      public void setTry(String _try)
    • getTry

      public String getTry()
    • setVoid

      public void setVoid(String _void)
    • getVoid

      public String getVoid()
    • setVolatile

      public void setVolatile(String _volatile)
    • getVolatile

      public String getVolatile()
    • setWhile

      public void setWhile(String _while)
    • getWhile

      public String getWhile()
    • setFoo140

      public void setFoo140(STP_Foo140_STS foo140)
      test for issue #140 (error for type that implements multiple interfaces)
    • getFoo140

      public STP_Foo140_STS getFoo140()
      test for issue #140 (error for type that implements multiple interfaces)
    • setTestBase64String

      public void setTestBase64String(byte[] testBase64String)
      Test for issue #174: a custom scalar which Java type is an array
    • getTestBase64String

      public byte[] getTestBase64String()
      Test for issue #174: a custom scalar which Java type is an array
    • 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()
    • setJsonWithInput

      public void setJsonWithInput(STP_TypeWithJson_STS jsonWithInput)
    • getJsonWithInput

      public STP_TypeWithJson_STS getJsonWithInput()
    • setJsonsWithInput

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

      public List<STP_TypeWithJson_STS> getJsonsWithInput()
    • setObject

      public void setObject(Object object)
    • getObject

      public Object getObject()
    • setObjects

      public void setObjects(List<Object> objects)
    • getObjects

      public List<Object> getObjects()
    • setObjectWithInput

      public void setObjectWithInput(STP_TypeWithObject_STS objectWithInput)
    • getObjectWithInput

      public STP_TypeWithObject_STS getObjectWithInput()
    • setObjectsWithInput

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

      public List<STP_TypeWithObject_STS> getObjectsWithInput()
    • setRelay

      public void setRelay(STP_MyQueryType_STS relay)
    • getRelay

      public STP_MyQueryType_STS getRelay()
    • toString

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

      public static STP_MyQueryType_STS.Builder builder()