Package org.allGraphQLCases.server
Class STP_MyQueryType_STS
java.lang.Object
org.allGraphQLCases.server.STP_MyQueryType_STS
public class STP_MyQueryType_STS extends Object
- Author:
- generated by graphql-java-generator
- See Also:
- https://github.com/graphql-java-generator/graphql-java-generator
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
STP_MyQueryType_STS.Builder
The Builder that helps building instance of this POJO. -
Constructor Summary
Constructors Constructor Description STP_MyQueryType_STS()
-
Method Summary
Modifier and Type Method Description static STP_MyQueryType_STS.Builder
builder()
STP_break_STS
getABreak()
Check for GraphQL identifier that are java keywordsSTP_AllFieldCases_STS
getAllFieldCases()
############################################################################### Complementary tests with the AllFieldCases ObjectSTP_HumanConnection_STS
getConnectionOnHuman()
SIP_CharacterConnection_SIS
getConnectionWithoutParameters()
############################################################################### queries to check the addRelayConnections capabilitySIP_Character_SIS
getDirectiveOnField()
Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.List<String>
getDirectiveOnQuery()
############################################################################### queries to check directive behavior Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query.SEP_EnumWithReservedJavaKeywordAsValues_SES
getEnumWithReservedJavaKeywordAsValues()
test for issue #139 (use of java reserved keyword)SIP_Character_SIS
getError()
############################################################################### error always returns an error!STP_Foo140_STS
getFoo140()
test for issue #140 (error for type that implements multiple interfaces)String
getIf()
String
getImplements()
String
getImport()
String
getInstanceof()
String
getInt()
String
getInterface()
SIP_Client_SIS
getIssue128()
test for issue #128 (compilation error when a Query returns a type 'Client')Date
getIssue53()
############################################################################### queries created to test some issues issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserializedDouble
getIssue82Float()
issue82 is about hard coded values as parameters.UUID
getIssue82ID()
List<SEP_EnumWithReservedJavaKeywordAsValues_SES>
getListOfEnumWithReservedJavaKeywordAsValues()
String
getLong()
String
getNative()
String
getNew()
String
getPackage()
String
getPrivate()
String
getProtected()
String
getPublic()
STP_MyQueryType_STS
getRelay()
############################################################################### A particular test, based on the github schema: a query that returns the query object.String
getReturn()
String
getShort()
String
getStatic()
String
getStrictfp()
String
getSuper()
String
getSwitch()
String
getSynchronized()
String
getThis()
String
getThrow()
String
getThrows()
String
getTransient()
String
getTry()
List<SUP_AnyCharacter_SUS>
getUnionTest()
############################################################################### Test for unionsString
getVoid()
String
getVolatile()
String
getWhile()
SIP_Character_SIS
getWithEnum()
List<SIP_Character_SIS>
getWithList()
############################################################################### withList return a list of Characters, matching the given list of CharacterInput.STP_AllFieldCases_STS
getWithListOfList()
SIP_Character_SIS
getWithOneMandatoryParam()
Integer
getWithOneMandatoryParamDefaultValue()
SIP_Character_SIS
getWithOneOptionalParam()
List<SIP_Character_SIS>
getWithoutParameters()
STP_Droid_STS
getWithTwoMandatoryParamDefaultVal()
void
setABreak(STP_break_STS aBreak)
Check for GraphQL identifier that are java keywordsvoid
setAllFieldCases(STP_AllFieldCases_STS allFieldCases)
############################################################################### Complementary tests with the AllFieldCases Objectvoid
setConnectionOnHuman(STP_HumanConnection_STS connectionOnHuman)
void
setConnectionWithoutParameters(SIP_CharacterConnection_SIS connectionWithoutParameters)
############################################################################### queries to check the addRelayConnections capabilityvoid
setDirectiveOnField(SIP_Character_SIS directiveOnField)
Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.void
setDirectiveOnQuery(List<String> directiveOnQuery)
############################################################################### queries to check directive behavior Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query.void
setEnumWithReservedJavaKeywordAsValues(SEP_EnumWithReservedJavaKeywordAsValues_SES enumWithReservedJavaKeywordAsValues)
test for issue #139 (use of java reserved keyword)void
setError(SIP_Character_SIS error)
############################################################################### error always returns an error!void
setFoo140(STP_Foo140_STS foo140)
test for issue #140 (error for type that implements multiple interfaces)void
setIf(String _if)
void
setImplements(String _implements)
void
setImport(String _import)
void
setInstanceof(String _instanceof)
void
setInt(String _int)
void
setInterface(String _interface)
void
setIssue128(SIP_Client_SIS issue128)
test for issue #128 (compilation error when a Query returns a type 'Client')void
setIssue53(Date issue53)
############################################################################### queries created to test some issues issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserializedvoid
setIssue82Float(Double issue82Float)
issue82 is about hard coded values as parameters.void
setIssue82ID(UUID issue82ID)
void
setListOfEnumWithReservedJavaKeywordAsValues(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> listOfEnumWithReservedJavaKeywordAsValues)
void
setLong(String _long)
void
setNative(String _native)
void
setNew(String _new)
void
setPackage(String _package)
void
setPrivate(String _private)
void
setProtected(String _protected)
void
setPublic(String _public)
void
setRelay(STP_MyQueryType_STS relay)
############################################################################### A particular test, based on the github schema: a query that returns the query object.void
setReturn(String _return)
void
setShort(String _short)
void
setStatic(String _static)
void
setStrictfp(String _strictfp)
void
setSuper(String _super)
void
setSwitch(String _switch)
void
setSynchronized(String _synchronized)
void
setThis(String _this)
void
setThrow(String _throw)
void
setThrows(String _throws)
void
setTransient(String _transient)
void
setTry(String _try)
void
setUnionTest(List<SUP_AnyCharacter_SUS> unionTest)
############################################################################### Test for unionsvoid
setVoid(String _void)
void
setVolatile(String _volatile)
void
setWhile(String _while)
void
setWithEnum(SIP_Character_SIS withEnum)
void
setWithList(List<SIP_Character_SIS> withList)
############################################################################### withList return a list of Characters, matching the given list of CharacterInput.void
setWithListOfList(STP_AllFieldCases_STS withListOfList)
void
setWithOneMandatoryParam(SIP_Character_SIS withOneMandatoryParam)
void
setWithOneMandatoryParamDefaultValue(Integer withOneMandatoryParamDefaultValue)
void
setWithOneOptionalParam(SIP_Character_SIS withOneOptionalParam)
void
setWithoutParameters(List<SIP_Character_SIS> withoutParameters)
void
setWithTwoMandatoryParamDefaultVal(STP_Droid_STS withTwoMandatoryParamDefaultVal)
String
toString()
-
Constructor Details
-
STP_MyQueryType_STS
public STP_MyQueryType_STS()
-
-
Method Details
-
setWithoutParameters
-
getWithoutParameters
-
setWithOneOptionalParam
-
getWithOneOptionalParam
-
setWithOneMandatoryParam
-
getWithOneMandatoryParam
-
setWithOneMandatoryParamDefaultValue
-
getWithOneMandatoryParamDefaultValue
-
setWithTwoMandatoryParamDefaultVal
-
getWithTwoMandatoryParamDefaultVal
-
setWithEnum
-
getWithEnum
-
setWithListOfList
-
getWithListOfList
-
setWithList
############################################################################### 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
############################################################################### 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
############################################################################### Complementary tests with the AllFieldCases Object -
getAllFieldCases
############################################################################### Complementary tests with the AllFieldCases Object -
setUnionTest
############################################################################### Test for unions -
getUnionTest
############################################################################### Test for unions -
setError
############################################################################### error always returns an error! (used to check the error management) -
getError
############################################################################### error always returns an error! (used to check the error management) -
setABreak
Check for GraphQL identifier that are java keywords -
getABreak
Check for GraphQL identifier that are java keywords -
setDirectiveOnQuery
############################################################################### queries to check directive behavior 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
############################################################################### queries to check directive behavior 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
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
Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery. List is null if the directive is not present. -
setConnectionWithoutParameters
public void setConnectionWithoutParameters(SIP_CharacterConnection_SIS connectionWithoutParameters)############################################################################### queries to check the addRelayConnections capability -
getConnectionWithoutParameters
############################################################################### queries to check the addRelayConnections capability -
setConnectionOnHuman
-
getConnectionOnHuman
-
setIssue53
############################################################################### queries created to test some issues issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized -
getIssue53
############################################################################### queries created to test some issues issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized -
setIssue82Float
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
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
-
getIssue82ID
-
setIssue128
test for issue #128 (compilation error when a Query returns a type 'Client') -
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
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
-
getIf
-
setImplements
-
getImplements
-
setImport
-
getImport
-
setInstanceof
-
getInstanceof
-
setInt
-
getInt
-
setInterface
-
getInterface
-
setLong
-
getLong
-
setNative
-
getNative
-
setNew
-
getNew
-
setPackage
-
getPackage
-
setPrivate
-
getPrivate
-
setProtected
-
getProtected
-
setPublic
-
getPublic
-
setReturn
-
getReturn
-
setShort
-
getShort
-
setStatic
-
getStatic
-
setStrictfp
-
getStrictfp
-
setSuper
-
getSuper
-
setSwitch
-
getSwitch
-
setSynchronized
-
getSynchronized
-
setThis
-
getThis
-
setThrow
-
getThrow
-
setThrows
-
getThrows
-
setTransient
-
getTransient
-
setTry
-
getTry
-
setVoid
-
getVoid
-
setVolatile
-
getVolatile
-
setWhile
-
getWhile
-
setFoo140
test for issue #140 (error for type that implements multiple interfaces) -
getFoo140
test for issue #140 (error for type that implements multiple interfaces) -
setRelay
############################################################################### A particular test, based on the github schema: a query that returns the query object. It introduces complexity in the code generation, that must be tested -
getRelay
############################################################################### A particular test, based on the github schema: a query that returns the query object. It introduces complexity in the code generation, that must be tested -
toString
-
builder
-