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