Class CTP_TheSubscriptionType_CTS.Builder
java.lang.Object
org.junittest.allgraphqlcases_client_springconfiguration.CTP_TheSubscriptionType_CTS.Builder
- Enclosing class:
- CTP_TheSubscriptionType_CTS
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
CTP_TheSubscriptionType_CTS.builder()-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAllGraphQLCasesInput(CTP_AllFieldCases_CTS allGraphQLCasesInputParam) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)withAllGraphQLCasesParam(CTP_AllFieldCases_CTS allGraphQLCasesParamParam) withEnumWithReservedJavaKeywordAsValues(CEP_EnumWithReservedJavaKeywordAsValues_CES 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<CTP_TypeWithJson_CTS> jsonsWithInputParam) withListOfEnumWithReservedJavaKeywordAsValues(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> listOfEnumWithReservedJavaKeywordAsValuesParam) Issue #188: null is not identified as a java keywordwithObjectsWithInput(List<CTP_TypeWithObject_CTS> objectsWithInputParam) withReturnEnum(CEP_EnumWithReservedJavaKeywordAsValues_CES returnEnumParam) withReturnListOfEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfEnumsParam) withReturnListOfListOfEnums(List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> returnListOfListOfEnumsParam) withReturnListOfMandatoryEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfMandatoryEnumsParam) withReturnMandatoryEnum(CEP_EnumWithReservedJavaKeywordAsValues_CES returnMandatoryEnumParam) withReturnMandatoryListOfEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfEnumsParam) withReturnMandatoryListOfMandatoryEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfMandatoryEnumsParam) withSubscribeNewHumanForEpisode(CTP_Human_CTS 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 CTP_TheSubscriptionType_CTS.Builder withSubscribeNewHumanForEpisode(CTP_Human_CTS subscribeNewHumanForEpisodeParam) Will be notified for each Human added to this Episode -
withSubscribeToAList
public CTP_TheSubscriptionType_CTS.Builder withSubscribeToAList(List<Integer> subscribeToAListParam) Issue 54 -
withSubscribeToAListOfScalars
public CTP_TheSubscriptionType_CTS.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 CTP_TheSubscriptionType_CTS.Builder withAllGraphQLCasesInput(CTP_AllFieldCases_CTS allGraphQLCasesInputParam) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) -
withAllGraphQLCasesParam
public CTP_TheSubscriptionType_CTS.Builder withAllGraphQLCasesParam(CTP_AllFieldCases_CTS allGraphQLCasesParamParam) -
withSubscriptionTest
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client -
withReturnEnum
public CTP_TheSubscriptionType_CTS.Builder withReturnEnum(CEP_EnumWithReservedJavaKeywordAsValues_CES returnEnumParam) -
withReturnMandatoryEnum
public CTP_TheSubscriptionType_CTS.Builder withReturnMandatoryEnum(CEP_EnumWithReservedJavaKeywordAsValues_CES returnMandatoryEnumParam) -
withReturnListOfEnums
public CTP_TheSubscriptionType_CTS.Builder withReturnListOfEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfEnumsParam) -
withReturnListOfMandatoryEnums
public CTP_TheSubscriptionType_CTS.Builder withReturnListOfMandatoryEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfMandatoryEnumsParam) -
withReturnListOfListOfEnums
public CTP_TheSubscriptionType_CTS.Builder withReturnListOfListOfEnums(List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> returnListOfListOfEnumsParam) -
withReturnMandatoryListOfEnums
public CTP_TheSubscriptionType_CTS.Builder withReturnMandatoryListOfEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfEnumsParam) -
withReturnMandatoryListOfMandatoryEnums
public CTP_TheSubscriptionType_CTS.Builder withReturnMandatoryListOfMandatoryEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfMandatoryEnumsParam) -
withSubscriptionWithNullResponse
public CTP_TheSubscriptionType_CTS.Builder withSubscriptionWithNullResponse(String subscriptionWithNullResponseParam) Issue 122: Check Subscription behavior when notification response is null -
withEnumWithReservedJavaKeywordAsValues
public CTP_TheSubscriptionType_CTS.Builder withEnumWithReservedJavaKeywordAsValues(CEP_EnumWithReservedJavaKeywordAsValues_CES enumWithReservedJavaKeywordAsValuesParam) test for issue #139 (use of java reserved keyword) -
withListOfEnumWithReservedJavaKeywordAsValues
public CTP_TheSubscriptionType_CTS.Builder withListOfEnumWithReservedJavaKeywordAsValues(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> listOfEnumWithReservedJavaKeywordAsValuesParam) -
withIf
-
withImplements
-
withNull
Issue #188: null is not identified as a java keyword -
withJson
public CTP_TheSubscriptionType_CTS.Builder withJson(com.fasterxml.jackson.databind.node.ObjectNode jsonParam) Test of JSON scalar, for issue #205 -
withJsons
public CTP_TheSubscriptionType_CTS.Builder withJsons(List<com.fasterxml.jackson.databind.node.ObjectNode> jsonsParam) -
withJsonsWithInput
public CTP_TheSubscriptionType_CTS.Builder withJsonsWithInput(List<CTP_TypeWithJson_CTS> jsonsWithInputParam) -
withObjectsWithInput
public CTP_TheSubscriptionType_CTS.Builder withObjectsWithInput(List<CTP_TypeWithObject_CTS> objectsWithInputParam) -
build
-