Package org.allGraphQLCases.server
Class STP_MyQueryType_STS
java.lang.Object
org.allGraphQLCases.server.STP_MyQueryType_STS
This is a description to describe the type MyQueryType
on two lines
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The Builder that helps building instance of this POJO. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic STP_MyQueryType_STS.Builder
builder()
Check for GraphQL identifier that are java keywords################################################################################ # Complementary tests with the AllFieldCases Object# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery# Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery querytest for issue #139 (use of java reserved keyword)getError()
################################################################################ # error always returns an error!test for issue #140 (error for type that implements multiple interfaces)getIf()
Test for PR 177 (on server side, the returned value is the content of the if input parameter)getInt()
test for issue #128 (compilation error when a Query returns a type 'Client')Issue 217: issue when a field name starts with an uppercase letter#issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized#issue82 is about hard coded values as parameters.com.fasterxml.jackson.databind.node.ObjectNode
getJson()
Test of JSON scalar, for issue #205List<com.fasterxml.jackson.databind.node.ObjectNode>
getJsons()
getLong()
getNew()
getNull()
Issue #188: null is not identified as a java keywordgetRelay()
getShort()
getSuper()
byte[]
Test for issue #174: a custom scalar which Java type is an arraygetThis()
getThrow()
getTry()
################################################################################ # Test for unionsgetVoid()
getWhile()
################################################################################ # withList return a list of Characters, matching the given list of CharacterInputThis is a description to describe the field withoutParameters on two linesvoid
setABreak
(STP_break_STS aBreak) Check for GraphQL identifier that are java keywordsvoid
setAllFieldCases
(STP_AllFieldCases_STS allFieldCases) ################################################################################ # Complementary tests with the AllFieldCases Objectvoid
setCheckOverriddenController
(String checkOverriddenController) void
setConnectionOnHuman
(STP_HumanConnection_STS connectionOnHuman) void
setConnectionWithoutParameters
(SIP_CharacterConnection_SIS connectionWithoutParameters) void
setDirectiveOnField
(SIP_Character_SIS directiveOnField) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryvoid
setDirectiveOnQuery
(List<String> directiveOnQuery) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery queryvoid
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
void
setImplements
(String _implements) Test for PR 177 (on server side, the returned value is the content of the if input parameter)void
void
setInstanceof
(String _instanceof) void
void
setInterface
(String _interface) void
setIssue128
(SIP_Client_SIS issue128) test for issue #128 (compilation error when a Query returns a type 'Client')void
setIssue200
(Boolean issue200) void
setIssue217
(String Issue217) Issue 217: issue when a field name starts with an uppercase lettervoid
setIssue53
(Date issue53) #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
setJson
(com.fasterxml.jackson.databind.node.ObjectNode json) Test of JSON scalar, for issue #205void
void
setJsonsWithInput
(List<STP_TypeWithJson_STS> jsonsWithInput) void
setJsonWithInput
(STP_TypeWithJson_STS jsonWithInput) void
setListOfEnumWithReservedJavaKeywordAsValues
(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> listOfEnumWithReservedJavaKeywordAsValues) void
void
void
void
Issue #188: null is not identified as a java keywordvoid
void
setObjects
(List<Object> objects) void
setObjectsWithInput
(List<STP_TypeWithObject_STS> objectsWithInput) void
setObjectWithInput
(STP_TypeWithObject_STS objectWithInput) void
setPackage
(String _package) void
setPrivate
(String _private) void
setProtected
(String _protected) void
void
setRelay
(STP_MyQueryType_STS relay) void
setReservedJavaKeywordAllFieldCases
(STP_ReservedJavaKeywordAllFieldCases_STS reservedJavaKeywordAllFieldCases) void
void
void
setReturnListOfEnums
(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfEnums) void
setReturnListOfListOfEnums
(List<List<SEP_EnumWithReservedJavaKeywordAsValues_SES>> returnListOfListOfEnums) void
setReturnListOfMandatoryEnums
(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfMandatoryEnums) void
setReturnMandatoryEnum
(SEP_EnumWithReservedJavaKeywordAsValues_SES returnMandatoryEnum) void
setReturnMandatoryListOfEnums
(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfEnums) void
setReturnMandatoryListOfMandatoryEnums
(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfMandatoryEnums) void
void
void
setStrictfp
(String _strictfp) void
void
void
setSynchronized
(String _synchronized) void
setTestBase64String
(byte[] testBase64String) Test for issue #174: a custom scalar which Java type is an arrayvoid
void
void
void
setTransient
(String _transient) void
void
setUnionTest
(List<SUP_AnyCharacter_SUS> unionTest) ################################################################################ # Test for unionsvoid
void
setVolatile
(String _volatile) void
void
setWithEnum
(SIP_Character_SIS withEnum) void
setWithList
(List<SIP_Character_SIS> withList) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputvoid
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) This is a description to describe the field withoutParameters on two linesvoid
setWithTwoMandatoryParamDefaultVal
(STP_Droid_STS withTwoMandatoryParamDefaultVal) toString()
-
Constructor Details
-
STP_MyQueryType_STS
public STP_MyQueryType_STS()
-
-
Method Details
-
setWithoutParameters
This is a description to describe the field withoutParameters on two lines -
getWithoutParameters
This is a description to describe the field withoutParameters on two lines -
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
# 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
# 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. -
setReturnEnum
-
getReturnEnum
-
setReturnMandatoryEnum
-
getReturnMandatoryEnum
-
setReturnListOfEnums
public void setReturnListOfEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfEnums) -
getReturnListOfEnums
-
setReturnListOfListOfEnums
public void setReturnListOfListOfEnums(List<List<SEP_EnumWithReservedJavaKeywordAsValues_SES>> returnListOfListOfEnums) -
getReturnListOfListOfEnums
-
setReturnListOfMandatoryEnums
public void setReturnListOfMandatoryEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfMandatoryEnums) -
getReturnListOfMandatoryEnums
-
setReturnMandatoryListOfEnums
public void setReturnMandatoryListOfEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfEnums) -
getReturnMandatoryListOfEnums
-
setReturnMandatoryListOfMandatoryEnums
public void setReturnMandatoryListOfMandatoryEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfMandatoryEnums) -
getReturnMandatoryListOfMandatoryEnums
-
setConnectionWithoutParameters
-
getConnectionWithoutParameters
-
setConnectionOnHuman
-
getConnectionOnHuman
-
setCheckOverriddenController
-
getCheckOverriddenController
-
setIssue53
#issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized -
getIssue53
#issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized -
setIssue200
-
getIssue200
-
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
-
setIssue217
Issue 217: issue when a field name starts with an uppercase letter -
getIssue217
Issue 217: issue when a field name starts with an uppercase letter -
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() -
setReservedJavaKeywordAllFieldCases
public void setReservedJavaKeywordAllFieldCases(STP_ReservedJavaKeywordAllFieldCases_STS reservedJavaKeywordAllFieldCases) -
getReservedJavaKeywordAllFieldCases
-
setIf
-
getIf
-
setImplements
Test for PR 177 (on server side, the returned value is the content of the if input parameter) -
getImplements
Test for PR 177 (on server side, the returned value is the content of the if input parameter) -
setImport
-
getImport
-
setInstanceof
-
getInstanceof
-
setInt
-
getInt
-
setInterface
-
getInterface
-
setLong
-
getLong
-
setNative
-
getNative
-
setNew
-
getNew
-
setNull
Issue #188: null is not identified as a java keyword -
getNull
Issue #188: null is not identified as a java keyword -
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) -
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
-
getJsons
-
setJsonWithInput
-
getJsonWithInput
-
setJsonsWithInput
-
getJsonsWithInput
-
setObject
-
getObject
-
setObjects
-
getObjects
-
setObjectWithInput
-
getObjectWithInput
-
setObjectsWithInput
-
getObjectsWithInput
-
setRelay
-
getRelay
-
toString
-
builder
-