Package org.allGraphQLCases.server
Class STP_TheSubscriptionType_STS.Builder
java.lang.Object
org.allGraphQLCases.server.STP_TheSubscriptionType_STS.Builder
- Enclosing class:
- STP_TheSubscriptionType_STS
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
STP_TheSubscriptionType_STS.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAllGraphQLCasesInput
(STP_AllFieldCases_STS allGraphQLCasesInputParam) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)withAllGraphQLCasesParam
(STP_AllFieldCases_STS allGraphQLCasesParamParam) withEnumWithReservedJavaKeywordAsValues
(SEP_EnumWithReservedJavaKeywordAsValues_SES enumWithReservedJavaKeywordAsValuesParam) test for issue #139 (use of java reserved keyword)withImplements
(String _implementsParam) withIssue53
(Date issue53Param) issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserializedwithJson
(com.fasterxml.jackson.databind.node.ObjectNode jsonParam) Test of JSON scalar, for issue #205withJsonsWithInput
(List<STP_TypeWithJson_STS> jsonsWithInputParam) withListOfEnumWithReservedJavaKeywordAsValues
(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> listOfEnumWithReservedJavaKeywordAsValuesParam) Issue #188: null is not identified as a java keywordwithObjectsWithInput
(List<STP_TypeWithObject_STS> objectsWithInputParam) withReturnEnum
(SEP_EnumWithReservedJavaKeywordAsValues_SES returnEnumParam) withReturnListOfEnums
(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfEnumsParam) withReturnListOfListOfEnums
(List<List<SEP_EnumWithReservedJavaKeywordAsValues_SES>> returnListOfListOfEnumsParam) withReturnListOfMandatoryEnums
(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfMandatoryEnumsParam) withReturnMandatoryEnum
(SEP_EnumWithReservedJavaKeywordAsValues_SES returnMandatoryEnumParam) withReturnMandatoryListOfEnums
(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfEnumsParam) withReturnMandatoryListOfMandatoryEnums
(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfMandatoryEnumsParam) withSubscribeNewHumanForEpisode
(STP_Human_STS subscribeNewHumanForEpisodeParam) Will be notified for each Human added to this EpisodewithSubscribeToAList
(List<Integer> subscribeToAListParam) Issue 54withSubscribeToAListOfScalars
(List<Date> subscribeToAListOfScalarsParam) withSubscriptionTest
(String subscriptionTestParam) A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's clientwithSubscriptionWithNullResponse
(String subscriptionWithNullResponseParam) Issue 122: Check Subscription behavior when notification response is null
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withSubscribeNewHumanForEpisode
public STP_TheSubscriptionType_STS.Builder withSubscribeNewHumanForEpisode(STP_Human_STS subscribeNewHumanForEpisodeParam) Will be notified for each Human added to this Episode -
withSubscribeToAList
public STP_TheSubscriptionType_STS.Builder withSubscribeToAList(List<Integer> subscribeToAListParam) Issue 54 -
withSubscribeToAListOfScalars
public STP_TheSubscriptionType_STS.Builder withSubscribeToAListOfScalars(List<Date> subscribeToAListOfScalarsParam) -
withIssue53
issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized -
withAllGraphQLCasesInput
public STP_TheSubscriptionType_STS.Builder withAllGraphQLCasesInput(STP_AllFieldCases_STS allGraphQLCasesInputParam) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) -
withAllGraphQLCasesParam
public STP_TheSubscriptionType_STS.Builder withAllGraphQLCasesParam(STP_AllFieldCases_STS allGraphQLCasesParamParam) -
withSubscriptionTest
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client -
withReturnEnum
public STP_TheSubscriptionType_STS.Builder withReturnEnum(SEP_EnumWithReservedJavaKeywordAsValues_SES returnEnumParam) -
withReturnMandatoryEnum
public STP_TheSubscriptionType_STS.Builder withReturnMandatoryEnum(SEP_EnumWithReservedJavaKeywordAsValues_SES returnMandatoryEnumParam) -
withReturnListOfEnums
public STP_TheSubscriptionType_STS.Builder withReturnListOfEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfEnumsParam) -
withReturnListOfMandatoryEnums
public STP_TheSubscriptionType_STS.Builder withReturnListOfMandatoryEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfMandatoryEnumsParam) -
withReturnListOfListOfEnums
public STP_TheSubscriptionType_STS.Builder withReturnListOfListOfEnums(List<List<SEP_EnumWithReservedJavaKeywordAsValues_SES>> returnListOfListOfEnumsParam) -
withReturnMandatoryListOfEnums
public STP_TheSubscriptionType_STS.Builder withReturnMandatoryListOfEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfEnumsParam) -
withReturnMandatoryListOfMandatoryEnums
public STP_TheSubscriptionType_STS.Builder withReturnMandatoryListOfMandatoryEnums(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfMandatoryEnumsParam) -
withSubscriptionWithNullResponse
public STP_TheSubscriptionType_STS.Builder withSubscriptionWithNullResponse(String subscriptionWithNullResponseParam) Issue 122: Check Subscription behavior when notification response is null -
withEnumWithReservedJavaKeywordAsValues
public STP_TheSubscriptionType_STS.Builder withEnumWithReservedJavaKeywordAsValues(SEP_EnumWithReservedJavaKeywordAsValues_SES enumWithReservedJavaKeywordAsValuesParam) test for issue #139 (use of java reserved keyword) -
withListOfEnumWithReservedJavaKeywordAsValues
public STP_TheSubscriptionType_STS.Builder withListOfEnumWithReservedJavaKeywordAsValues(List<SEP_EnumWithReservedJavaKeywordAsValues_SES> listOfEnumWithReservedJavaKeywordAsValuesParam) -
withIf
-
withImplements
-
withNull
Issue #188: null is not identified as a java keyword -
withJson
public STP_TheSubscriptionType_STS.Builder withJson(com.fasterxml.jackson.databind.node.ObjectNode jsonParam) Test of JSON scalar, for issue #205 -
withJsons
public STP_TheSubscriptionType_STS.Builder withJsons(List<com.fasterxml.jackson.databind.node.ObjectNode> jsonsParam) -
withJsonsWithInput
public STP_TheSubscriptionType_STS.Builder withJsonsWithInput(List<STP_TypeWithJson_STS> jsonsWithInputParam) -
withObjectsWithInput
public STP_TheSubscriptionType_STS.Builder withObjectsWithInput(List<STP_TypeWithObject_STS> objectsWithInputParam) -
build
-