Package org.allGraphQLCases.server
Class STP_TheSubscriptionType_STS
java.lang.Object
org.allGraphQLCases.server.STP_TheSubscriptionType_STS
A mono line description for TheSubscriptionType
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The Builder that helps building instance of this POJO. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)test for issue #139 (use of java reserved keyword)getIf()
issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserializedgetNull()
Issue #188: null is not identified as a java keywordWill be notified for each Human added to this EpisodeIssue 54A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's clientIssue 122: Check Subscription behavior when notification response is nullvoid
setAllGraphQLCasesInput
(STP_AllFieldCases_STS allGraphQLCasesInput) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)void
setAllGraphQLCasesParam
(STP_AllFieldCases_STS allGraphQLCasesParam) void
setEnumWithReservedJavaKeywordAsValues
(SEP_EnumWithReservedJavaKeywordAsValues_SES enumWithReservedJavaKeywordAsValues) test for issue #139 (use of java reserved keyword)void
void
setImplements
(String _implements) void
setIssue53
(Date issue53) issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserializedvoid
setListOfEnumWithReservedJavaKeywordAsValues
(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> listOfEnumWithReservedJavaKeywordAsValues) void
Issue #188: null is not identified as a java keywordvoid
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
setSubscribeNewHumanForEpisode
(STP_Human_STS subscribeNewHumanForEpisode) Will be notified for each Human added to this Episodevoid
setSubscribeToAList
(List<Integer> subscribeToAList) Issue 54void
setSubscribeToAListOfScalars
(List<Date> subscribeToAListOfScalars) void
setSubscriptionTest
(String subscriptionTest) A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's clientvoid
setSubscriptionWithNullResponse
(String subscriptionWithNullResponse) Issue 122: Check Subscription behavior when notification response is nulltoString()
-
Constructor Details
-
STP_TheSubscriptionType_STS
public STP_TheSubscriptionType_STS()
-
-
Method Details
-
setSubscribeNewHumanForEpisode
Will be notified for each Human added to this Episode -
getSubscribeNewHumanForEpisode
Will be notified for each Human added to this Episode -
setSubscribeToAList
Issue 54 -
getSubscribeToAList
Issue 54 -
setSubscribeToAListOfScalars
-
getSubscribeToAListOfScalars
-
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 -
setAllGraphQLCasesInput
Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) -
getAllGraphQLCasesInput
Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) -
setAllGraphQLCasesParam
-
getAllGraphQLCasesParam
-
setSubscriptionTest
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client -
getSubscriptionTest
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client -
setReturnEnum
-
getReturnEnum
-
setReturnMandatoryEnum
-
getReturnMandatoryEnum
-
setReturnListOfEnums
public void setReturnListOfEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfEnums) -
getReturnListOfEnums
-
setReturnListOfMandatoryEnums
public void setReturnListOfMandatoryEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfMandatoryEnums) -
getReturnListOfMandatoryEnums
-
setReturnListOfListOfEnums
public void setReturnListOfListOfEnums(List<List<SEP_EnumWithReservedJavaKeywordAsValues_SES>> returnListOfListOfEnums) -
getReturnListOfListOfEnums
-
setReturnMandatoryListOfEnums
public void setReturnMandatoryListOfEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfEnums) -
getReturnMandatoryListOfEnums
-
setReturnMandatoryListOfMandatoryEnums
public void setReturnMandatoryListOfMandatoryEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfMandatoryEnums) -
getReturnMandatoryListOfMandatoryEnums
-
setSubscriptionWithNullResponse
Issue 122: Check Subscription behavior when notification response is null -
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
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
-
setNull
Issue #188: null is not identified as a java keyword -
getNull
Issue #188: null is not identified as a java keyword -
toString
-
builder
-