Class CTP_TheSubscriptionType_CTS
java.lang.Object
org.junittest.allgraphqlcases_client_springconfiguration.TheSubscriptionTypeExecutorMySchema
org.junittest.allgraphqlcases_client_springconfiguration.CTP_TheSubscriptionType_CTS
- All Implemented Interfaces:
GraphQLRequestObject,GraphQLSubscriptionExecutor
- Direct Known Subclasses:
TheSubscriptionTypeResponse
public class CTP_TheSubscriptionType_CTS
extends TheSubscriptionTypeExecutorMySchema
implements GraphQLRequestObject
A mono line description for TheSubscriptionType
This class contains the response for a full request. See the plugin web site for more information on full and partial requests.
It also allows access to the _extensions_ part of the response. Take a look at the GraphQL spec for more information on this.
This class contains the response for a full request. See the plugin web site for more information on full and partial requests.
It also allows access to the _extensions_ part of the response. Take a look at the GraphQL spec for more information on this.
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Builder that helps building instance of this POJO. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_if(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) Deprecated._if(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) Deprecated._ifWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) Deprecated._ifWithBindValues(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) Deprecated._implements(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) Deprecated._implements(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) Deprecated._implementsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) Deprecated._implementsWithBindValues(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) Deprecated._null(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) Deprecated._null(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) Deprecated._nullWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) Deprecated._nullWithBindValues(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) Deprecated.allGraphQLCasesInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.allGraphQLCasesInput(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.allGraphQLCasesInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.allGraphQLCasesInputWithBindValues(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.allGraphQLCasesParam(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Object... paramsAndValues) Deprecated.allGraphQLCasesParam(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Object... paramsAndValues) Deprecated.allGraphQLCasesParamWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Map<String, Object> parameters) Deprecated.allGraphQLCasesParamWithBindValues(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Map<String, Object> parameters) Deprecated.builder()enumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Object... paramsAndValues) Deprecated.enumWithReservedJavaKeywordAsValues(String queryResponseDef, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Object... paramsAndValues) Deprecated.enumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Map<String, Object> parameters) Deprecated.enumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Map<String, Object> parameters) Deprecated.getAliasValue(String alias) Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)getAllGraphQLCasesInputGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getAllGraphQLCasesParamGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.test for issue #139 (use of java reserved keyword)getEnumWithReservedJavaKeywordAsValuesGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.com.fasterxml.jackson.databind.JsonNodeReturns the extensions as a map.<T> TgetExtensionsField(String key, Class<T> t) Parse the value for the given _key_, as found in the extensions field of the GraphQL server's response, into the given _t_ class.getIf()getIfGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getImplementsGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserializedgetIssue53GraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.com.fasterxml.jackson.databind.node.ObjectNodegetJson()Test of JSON scalar, for issue #205getJsonGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.List<com.fasterxml.jackson.databind.node.ObjectNode>getJsons()getJsonsGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getJsonsWithInputGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getListOfEnumWithReservedJavaKeywordAsValuesGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getNull()Issue #188: null is not identified as a java keywordgetNullGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getObjectsWithInputGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getReturnEnumGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getReturnListOfEnumsGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getReturnListOfListOfEnumsGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getReturnListOfMandatoryEnumsGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getReturnMandatoryEnumGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getReturnMandatoryListOfEnumsGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.getReturnMandatoryListOfMandatoryEnumsGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.Will be notified for each Human added to this EpisodegetSubscribeNewHumanForEpisodeGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.Issue 54getSubscribeToAListGraphQLRequest(String partialRequest) Deprecated.getSubscribeToAListOfScalarsGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.com.graphql_java_generator.client.request.BuilderDeprecated.A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's clientgetSubscriptionTestGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.Issue 122: Check Subscription behavior when notification response is nullgetSubscriptionWithNullResponseGraphQLRequest(String partialRequest) Deprecated.com.graphql_java_generator.client.request.BuilderDeprecated.issue53(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<Date> subscriptionCallback, Date date, Object... paramsAndValues) Deprecated.issue53(String queryResponseDef, SubscriptionCallback<Date> subscriptionCallback, Date date, Object... paramsAndValues) Deprecated.issue53WithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<Date> subscriptionCallback, Date date, Map<String, Object> parameters) Deprecated.issue53WithBindValues(String queryResponseDef, SubscriptionCallback<Date> subscriptionCallback, Date date, Map<String, Object> parameters) Deprecated.json(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<com.fasterxml.jackson.databind.node.ObjectNode> subscriptionCallback, com.fasterxml.jackson.databind.node.ObjectNode json, Object... paramsAndValues) Deprecated.json(String queryResponseDef, SubscriptionCallback<com.fasterxml.jackson.databind.node.ObjectNode> subscriptionCallback, com.fasterxml.jackson.databind.node.ObjectNode json, Object... paramsAndValues) Deprecated.jsons(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<com.fasterxml.jackson.databind.node.ObjectNode>> subscriptionCallback, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons, Object... paramsAndValues) Deprecated.jsons(String queryResponseDef, SubscriptionCallback<List<com.fasterxml.jackson.databind.node.ObjectNode>> subscriptionCallback, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons, Object... paramsAndValues) Deprecated.jsonsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<com.fasterxml.jackson.databind.node.ObjectNode>> subscriptionCallback, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons, Map<String, Object> parameters) Deprecated.jsonsWithBindValues(String queryResponseDef, SubscriptionCallback<List<com.fasterxml.jackson.databind.node.ObjectNode>> subscriptionCallback, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons, Map<String, Object> parameters) Deprecated.jsonsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) Deprecated.jsonsWithInput(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) Deprecated.jsonsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) Deprecated.jsonsWithInputWithBindValues(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) Deprecated.jsonWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<com.fasterxml.jackson.databind.node.ObjectNode> subscriptionCallback, com.fasterxml.jackson.databind.node.ObjectNode json, Map<String, Object> parameters) Deprecated.jsonWithBindValues(String queryResponseDef, SubscriptionCallback<com.fasterxml.jackson.databind.node.ObjectNode> subscriptionCallback, com.fasterxml.jackson.databind.node.ObjectNode json, Map<String, Object> parameters) Deprecated.listOfEnumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) Deprecated.listOfEnumWithReservedJavaKeywordAsValues(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) Deprecated.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) Deprecated.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) Deprecated.objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) Deprecated.objectsWithInput(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) Deprecated.objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) Deprecated.objectsWithInputWithBindValues(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) Deprecated.returnEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Object... paramsAndValues) Deprecated.returnEnum(String queryResponseDef, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Object... paramsAndValues) Deprecated.returnEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Map<String, Object> parameters) Deprecated.returnEnumWithBindValues(String queryResponseDef, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Map<String, Object> parameters) Deprecated.returnListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) Deprecated.returnListOfEnums(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) Deprecated.returnListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) Deprecated.returnListOfEnumsWithBindValues(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) Deprecated.returnListOfListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>>> subscriptionCallback, Object... paramsAndValues) Deprecated.returnListOfListOfEnums(String queryResponseDef, SubscriptionCallback<List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>>> subscriptionCallback, Object... paramsAndValues) Deprecated.returnListOfListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>>> subscriptionCallback, Map<String, Object> parameters) Deprecated.returnListOfListOfEnumsWithBindValues(String queryResponseDef, SubscriptionCallback<List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>>> subscriptionCallback, Map<String, Object> parameters) Deprecated.returnListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) Deprecated.returnListOfMandatoryEnums(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) Deprecated.returnListOfMandatoryEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) Deprecated.returnListOfMandatoryEnumsWithBindValues(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) Deprecated.returnMandatoryEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, CEP_EnumWithReservedJavaKeywordAsValues_CES _enum, Object... paramsAndValues) Deprecated.returnMandatoryEnum(String queryResponseDef, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, CEP_EnumWithReservedJavaKeywordAsValues_CES _enum, Object... paramsAndValues) Deprecated.returnMandatoryEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, CEP_EnumWithReservedJavaKeywordAsValues_CES _enum, Map<String, Object> parameters) Deprecated.returnMandatoryEnumWithBindValues(String queryResponseDef, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, CEP_EnumWithReservedJavaKeywordAsValues_CES _enum, Map<String, Object> parameters) Deprecated.returnMandatoryListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) Deprecated.returnMandatoryListOfEnums(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) Deprecated.returnMandatoryListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) Deprecated.returnMandatoryListOfEnumsWithBindValues(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) Deprecated.returnMandatoryListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) Deprecated.returnMandatoryListOfMandatoryEnums(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) Deprecated.returnMandatoryListOfMandatoryEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) Deprecated.returnMandatoryListOfMandatoryEnumsWithBindValues(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) Deprecated.voidset__typename(String __typename) voidsetAliasValue(String aliasName, Object aliasDeserializedValue) This method is called during the json deserialization process, by theGraphQLObjectMapper, each time an alias value is read from the json.voidsetAllGraphQLCasesInput(CTP_AllFieldCases_CTS allGraphQLCasesInput) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)voidsetAllGraphQLCasesParam(CTP_AllFieldCases_CTS allGraphQLCasesParam) voidsetEnumWithReservedJavaKeywordAsValues(CEP_EnumWithReservedJavaKeywordAsValues_CES enumWithReservedJavaKeywordAsValues) test for issue #139 (use of java reserved keyword)voidsetExtensions(com.fasterxml.jackson.databind.JsonNode extensionsParam) voidvoidsetImplements(String _implements) voidsetIssue53(Date issue53) issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserializedvoidsetJson(com.fasterxml.jackson.databind.node.ObjectNode json) Test of JSON scalar, for issue #205voidvoidsetJsonsWithInput(List<CTP_TypeWithJson_CTS> jsonsWithInput) voidsetListOfEnumWithReservedJavaKeywordAsValues(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> listOfEnumWithReservedJavaKeywordAsValues) voidIssue #188: null is not identified as a java keywordvoidsetObjectsWithInput(List<CTP_TypeWithObject_CTS> objectsWithInput) voidvoidsetReturnListOfEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfEnums) voidsetReturnListOfListOfEnums(List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> returnListOfListOfEnums) voidsetReturnListOfMandatoryEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfMandatoryEnums) voidsetReturnMandatoryEnum(CEP_EnumWithReservedJavaKeywordAsValues_CES returnMandatoryEnum) voidsetReturnMandatoryListOfEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfEnums) voidsetReturnMandatoryListOfMandatoryEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfMandatoryEnums) voidsetSubscribeNewHumanForEpisode(CTP_Human_CTS subscribeNewHumanForEpisode) Will be notified for each Human added to this EpisodevoidsetSubscribeToAList(List<Integer> subscribeToAList) Issue 54voidsetSubscribeToAListOfScalars(List<Date> subscribeToAListOfScalars) voidsetSubscriptionTest(String subscriptionTest) A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's clientvoidsetSubscriptionWithNullResponse(String subscriptionWithNullResponse) Issue 122: Check Subscription behavior when notification response is nullsubscribeNewHumanForEpisode(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.subscribeNewHumanForEpisode(String queryResponseDef, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.subscribeNewHumanForEpisodeWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.subscribeNewHumanForEpisodeWithBindValues(String queryResponseDef, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.subscribeToAList(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<Integer>> subscriptionCallback, Object... paramsAndValues) Deprecated.subscribeToAList(String queryResponseDef, SubscriptionCallback<List<Integer>> subscriptionCallback, Object... paramsAndValues) Deprecated.subscribeToAListOfScalars(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<Date>> subscriptionCallback, Object... paramsAndValues) Deprecated.subscribeToAListOfScalars(String queryResponseDef, SubscriptionCallback<List<Date>> subscriptionCallback, Object... paramsAndValues) Deprecated.subscribeToAListOfScalarsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<Date>> subscriptionCallback, Map<String, Object> parameters) Deprecated.subscribeToAListOfScalarsWithBindValues(String queryResponseDef, SubscriptionCallback<List<Date>> subscriptionCallback, Map<String, Object> parameters) Deprecated.subscribeToAListWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<Integer>> subscriptionCallback, Map<String, Object> parameters) Deprecated.subscribeToAListWithBindValues(String queryResponseDef, SubscriptionCallback<List<Integer>> subscriptionCallback, Map<String, Object> parameters) Deprecated.subscriptionTest(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Object... paramsAndValues) Deprecated.subscriptionTest(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Object... paramsAndValues) Deprecated.subscriptionTestWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Map<String, Object> parameters) Deprecated.subscriptionTestWithBindValues(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Map<String, Object> parameters) Deprecated.subscriptionWithNullResponse(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) Deprecated.subscriptionWithNullResponse(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) Deprecated.subscriptionWithNullResponseWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) Deprecated.subscriptionWithNullResponseWithBindValues(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) Deprecated.toString()Methods inherited from class org.junittest.allgraphqlcases_client_springconfiguration.TheSubscriptionTypeExecutorMySchema
exec, exec, execWithBindValues, execWithBindValues, getGraphQLRequest, getResponseBuilder
-
Constructor Details
-
CTP_TheSubscriptionType_CTS
public CTP_TheSubscriptionType_CTS()
-
-
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<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfEnums) -
getReturnListOfEnums
-
setReturnListOfMandatoryEnums
public void setReturnListOfMandatoryEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfMandatoryEnums) -
getReturnListOfMandatoryEnums
-
setReturnListOfListOfEnums
public void setReturnListOfListOfEnums(List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> returnListOfListOfEnums) -
getReturnListOfListOfEnums
-
setReturnMandatoryListOfEnums
public void setReturnMandatoryListOfEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfEnums) -
getReturnMandatoryListOfEnums
-
setReturnMandatoryListOfMandatoryEnums
public void setReturnMandatoryListOfMandatoryEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> 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(CEP_EnumWithReservedJavaKeywordAsValues_CES 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<CEP_EnumWithReservedJavaKeywordAsValues_CES> listOfEnumWithReservedJavaKeywordAsValues) -
getListOfEnumWithReservedJavaKeywordAsValues
public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> 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 -
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
-
setJsonsWithInput
-
getJsonsWithInput
-
setObjectsWithInput
-
getObjectsWithInput
-
set__typename
-
get__typename
-
setAliasValue
This method is called during the json deserialization process, by theGraphQLObjectMapper, each time an alias value is read from the json.- Parameters:
aliasName-aliasDeserializedValue-
-
getAliasValue
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
This method should not be used for Custom Scalars, as the parser doesn't know if this alias is a custom scalar, and which custom scalar to use at deserialization time. In most case, a value will then be provided by this method with a basis json deserialization, but this value won't be the proper custom scalar value.- Parameters:
alias-- Returns:
-
toString
-
builder
-
getExtensions
public com.fasterxml.jackson.databind.JsonNode getExtensions() -
setExtensions
public void setExtensions(com.fasterxml.jackson.databind.JsonNode extensionsParam) - Specified by:
setExtensionsin interfaceGraphQLRequestObject
-
getExtensionsAsMap
Returns the extensions as a map. The values can't be deserialized, as their type is unknown.- Returns:
-
getExtensionsField
public <T> T getExtensionsField(String key, Class<T> t) throws com.fasterxml.jackson.core.JsonProcessingException Parse the value for the given _key_, as found in the extensions field of the GraphQL server's response, into the given _t_ class.- Type Parameters:
T-- Parameters:
key-t-- Returns:
- null if the key is not in the extensions map. Otherwise: the value for this _key_, as a _t_ instance
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- When there is an error when converting the key's value into the _t_ class
-
subscribeNewHumanForEpisodeWithBindValues
@Deprecated public SubscriptionClient subscribeNewHumanForEpisodeWithBindValues(String queryResponseDef, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.Will be notified for each Human added to this Episode This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscribeNewHumanForEpisodeWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscribeNewHumanForEpisode subscription field.episode- Parameter for the subscribeNewHumanForEpisode field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
subscribeNewHumanForEpisode
@Deprecated public SubscriptionClient subscribeNewHumanForEpisode(String queryResponseDef, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.Will be notified for each Human added to this Episode This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscribeNewHumanForEpisodein classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscribeNewHumanForEpisode subscription field.episode- Parameter for the subscribeNewHumanForEpisode field of TheSubscriptionType, as defined in the GraphQL schema- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
subscribeNewHumanForEpisodeWithBindValues
@Deprecated public SubscriptionClient subscribeNewHumanForEpisodeWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.Will be notified for each Human added to this Episode This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscribeNewHumanForEpisodeWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getSubscribeNewHumanForEpisodeGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscribeNewHumanForEpisode subscription field.episode- Parameter for the subscribeNewHumanForEpisode field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
subscribeNewHumanForEpisode
@Deprecated public SubscriptionClient subscribeNewHumanForEpisode(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.Will be notified for each Human added to this Episode This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscribeNewHumanForEpisodein classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getSubscribeNewHumanForEpisodeGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscribeNewHumanForEpisode subscription field.episode- Parameter for the subscribeNewHumanForEpisode field of TheSubscriptionType, as defined in the GraphQL schemaparamsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getSubscribeNewHumanForEpisodeResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getSubscribeNewHumanForEpisodeResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.Will be notified for each Human added to this Episode This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getSubscribeNewHumanForEpisodeResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getSubscribeNewHumanForEpisodeGraphQLRequest
@Deprecated public GraphQLRequestMySchema getSubscribeNewHumanForEpisodeGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.Will be notified for each Human added to this Episode This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getSubscribeNewHumanForEpisodeGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
subscribeToAListWithBindValues
@Deprecated public SubscriptionClient subscribeToAListWithBindValues(String queryResponseDef, SubscriptionCallback<List<Integer>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.Issue 54 This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscribeToAListWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscribeToAList subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
subscribeToAList
@Deprecated public SubscriptionClient subscribeToAList(String queryResponseDef, SubscriptionCallback<List<Integer>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.Issue 54 This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscribeToAListin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscribeToAList subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
subscribeToAListWithBindValues
@Deprecated public SubscriptionClient subscribeToAListWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<Integer>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.Issue 54 This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscribeToAListWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getSubscribeToAListGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscribeToAList subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
subscribeToAList
@Deprecated public SubscriptionClient subscribeToAList(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<Integer>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.Issue 54 This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscribeToAListin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getSubscribeToAListGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscribeToAList subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getSubscribeToAListResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getSubscribeToAListResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.Issue 54 This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getSubscribeToAListResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getSubscribeToAListGraphQLRequest
@Deprecated public GraphQLRequestMySchema getSubscribeToAListGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.Issue 54 This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getSubscribeToAListGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
subscribeToAListOfScalarsWithBindValues
@Deprecated public SubscriptionClient subscribeToAListOfScalarsWithBindValues(String queryResponseDef, SubscriptionCallback<List<Date>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscribeToAListOfScalarsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscribeToAListOfScalars subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
subscribeToAListOfScalars
@Deprecated public SubscriptionClient subscribeToAListOfScalars(String queryResponseDef, SubscriptionCallback<List<Date>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscribeToAListOfScalarsin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscribeToAListOfScalars subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
subscribeToAListOfScalarsWithBindValues
@Deprecated public SubscriptionClient subscribeToAListOfScalarsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<Date>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscribeToAListOfScalarsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getSubscribeToAListOfScalarsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscribeToAListOfScalars subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
subscribeToAListOfScalars
@Deprecated public SubscriptionClient subscribeToAListOfScalars(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<Date>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscribeToAListOfScalarsin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getSubscribeToAListOfScalarsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscribeToAListOfScalars subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getSubscribeToAListOfScalarsResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getSubscribeToAListOfScalarsResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getSubscribeToAListOfScalarsResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getSubscribeToAListOfScalarsGraphQLRequest
@Deprecated public GraphQLRequestMySchema getSubscribeToAListOfScalarsGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getSubscribeToAListOfScalarsGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
issue53WithBindValues
@Deprecated public SubscriptionClient issue53WithBindValues(String queryResponseDef, SubscriptionCallback<Date> subscriptionCallback, Date date, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
issue53WithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the issue53 subscription field.date- Parameter for the issue53 field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
issue53
@Deprecated public SubscriptionClient issue53(String queryResponseDef, SubscriptionCallback<Date> subscriptionCallback, Date date, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
issue53in classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the issue53 subscription field.date- Parameter for the issue53 field of TheSubscriptionType, as defined in the GraphQL schema- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
issue53WithBindValues
@Deprecated public SubscriptionClient issue53WithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<Date> subscriptionCallback, Date date, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
issue53WithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getIssue53GraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the issue53 subscription field.date- Parameter for the issue53 field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
issue53
@Deprecated public SubscriptionClient issue53(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<Date> subscriptionCallback, Date date, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
issue53in classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getIssue53GraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the issue53 subscription field.date- Parameter for the issue53 field of TheSubscriptionType, as defined in the GraphQL schemaparamsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getIssue53ResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getIssue53ResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getIssue53ResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getIssue53GraphQLRequest
@Deprecated public GraphQLRequestMySchema getIssue53GraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getIssue53GraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
allGraphQLCasesInputWithBindValues
@Deprecated public SubscriptionClient allGraphQLCasesInputWithBindValues(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
allGraphQLCasesInputWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the allGraphQLCasesInput subscription field.input- Parameter for the allGraphQLCasesInput field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
allGraphQLCasesInput
@Deprecated public SubscriptionClient allGraphQLCasesInput(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
allGraphQLCasesInputin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the allGraphQLCasesInput subscription field.input- Parameter for the allGraphQLCasesInput field of TheSubscriptionType, as defined in the GraphQL schema- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
allGraphQLCasesInputWithBindValues
@Deprecated public SubscriptionClient allGraphQLCasesInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
allGraphQLCasesInputWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getAllGraphQLCasesInputGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the allGraphQLCasesInput subscription field.input- Parameter for the allGraphQLCasesInput field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
allGraphQLCasesInput
@Deprecated public SubscriptionClient allGraphQLCasesInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
allGraphQLCasesInputin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getAllGraphQLCasesInputGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the allGraphQLCasesInput subscription field.input- Parameter for the allGraphQLCasesInput field of TheSubscriptionType, as defined in the GraphQL schemaparamsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getAllGraphQLCasesInputResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getAllGraphQLCasesInputResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getAllGraphQLCasesInputResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getAllGraphQLCasesInputGraphQLRequest
@Deprecated public GraphQLRequestMySchema getAllGraphQLCasesInputGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getAllGraphQLCasesInputGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
allGraphQLCasesParamWithBindValues
@Deprecated public SubscriptionClient allGraphQLCasesParamWithBindValues(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
allGraphQLCasesParamWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the allGraphQLCasesParam subscription field.id- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaname- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaage- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemainteger- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemadate- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemadates- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemamatrix- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaoneWithoutIdSubtype- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemalistWithoutIdSubtype- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
allGraphQLCasesParam
@Deprecated public SubscriptionClient allGraphQLCasesParam(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
allGraphQLCasesParamin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the allGraphQLCasesParam subscription field.id- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaname- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaage- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemainteger- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemadate- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemadates- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemamatrix- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaoneWithoutIdSubtype- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemalistWithoutIdSubtype- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
allGraphQLCasesParamWithBindValues
@Deprecated public SubscriptionClient allGraphQLCasesParamWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
allGraphQLCasesParamWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getAllGraphQLCasesParamGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the allGraphQLCasesParam subscription field.id- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaname- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaage- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemainteger- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemadate- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemadates- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemamatrix- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaoneWithoutIdSubtype- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemalistWithoutIdSubtype- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
allGraphQLCasesParam
@Deprecated public SubscriptionClient allGraphQLCasesParam(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
allGraphQLCasesParamin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getAllGraphQLCasesParamGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the allGraphQLCasesParam subscription field.id- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaname- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaage- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemainteger- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemadate- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemadates- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemamatrix- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaoneWithoutIdSubtype- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemalistWithoutIdSubtype- Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schemaparamsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getAllGraphQLCasesParamResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getAllGraphQLCasesParamResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getAllGraphQLCasesParamResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getAllGraphQLCasesParamGraphQLRequest
@Deprecated public GraphQLRequestMySchema getAllGraphQLCasesParamGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getAllGraphQLCasesParamGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
subscriptionTestWithBindValues
@Deprecated public SubscriptionClient subscriptionTestWithBindValues(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscriptionTestWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscriptionTest subscription field.param- Parameter for the subscriptionTest field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
subscriptionTest
@Deprecated public SubscriptionClient subscriptionTest(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscriptionTestin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscriptionTest subscription field.param- Parameter for the subscriptionTest field of TheSubscriptionType, as defined in the GraphQL schema- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
subscriptionTestWithBindValues
@Deprecated public SubscriptionClient subscriptionTestWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscriptionTestWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getSubscriptionTestGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscriptionTest subscription field.param- Parameter for the subscriptionTest field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
subscriptionTest
@Deprecated public SubscriptionClient subscriptionTest(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscriptionTestin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getSubscriptionTestGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscriptionTest subscription field.param- Parameter for the subscriptionTest field of TheSubscriptionType, as defined in the GraphQL schemaparamsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getSubscriptionTestResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getSubscriptionTestResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getSubscriptionTestResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getSubscriptionTestGraphQLRequest
@Deprecated public GraphQLRequestMySchema getSubscriptionTestGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getSubscriptionTestGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
returnEnumWithBindValues
@Deprecated public SubscriptionClient returnEnumWithBindValues(String queryResponseDef, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnEnumWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnEnum subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnEnum
@Deprecated public SubscriptionClient returnEnum(String queryResponseDef, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnEnumin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnEnum subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnEnumWithBindValues
@Deprecated public SubscriptionClient returnEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnEnumWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnEnumGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnEnum subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
returnEnum
@Deprecated public SubscriptionClient returnEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnEnumin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnEnumGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnEnum subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getReturnEnumResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getReturnEnumResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnEnumResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getReturnEnumGraphQLRequest
@Deprecated public GraphQLRequestMySchema getReturnEnumGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnEnumGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
returnMandatoryEnumWithBindValues
@Deprecated public SubscriptionClient returnMandatoryEnumWithBindValues(String queryResponseDef, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, CEP_EnumWithReservedJavaKeywordAsValues_CES _enum, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnMandatoryEnumWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnMandatoryEnum subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnMandatoryEnum
@Deprecated public SubscriptionClient returnMandatoryEnum(String queryResponseDef, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, CEP_EnumWithReservedJavaKeywordAsValues_CES _enum, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnMandatoryEnumin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnMandatoryEnum subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnMandatoryEnumWithBindValues
@Deprecated public SubscriptionClient returnMandatoryEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, CEP_EnumWithReservedJavaKeywordAsValues_CES _enum, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnMandatoryEnumWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnMandatoryEnumGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnMandatoryEnum subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
returnMandatoryEnum
@Deprecated public SubscriptionClient returnMandatoryEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, CEP_EnumWithReservedJavaKeywordAsValues_CES _enum, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnMandatoryEnumin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnMandatoryEnumGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnMandatoryEnum subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getReturnMandatoryEnumResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getReturnMandatoryEnumResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnMandatoryEnumResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getReturnMandatoryEnumGraphQLRequest
@Deprecated public GraphQLRequestMySchema getReturnMandatoryEnumGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnMandatoryEnumGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
returnListOfEnumsWithBindValues
@Deprecated public SubscriptionClient returnListOfEnumsWithBindValues(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnListOfEnumsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnListOfEnums subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnListOfEnums
@Deprecated public SubscriptionClient returnListOfEnums(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnListOfEnumsin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnListOfEnums subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnListOfEnumsWithBindValues
@Deprecated public SubscriptionClient returnListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnListOfEnumsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnListOfEnumsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnListOfEnums subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
returnListOfEnums
@Deprecated public SubscriptionClient returnListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnListOfEnumsin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnListOfEnumsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnListOfEnums subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getReturnListOfEnumsResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getReturnListOfEnumsResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnListOfEnumsResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getReturnListOfEnumsGraphQLRequest
@Deprecated public GraphQLRequestMySchema getReturnListOfEnumsGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnListOfEnumsGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
returnListOfMandatoryEnumsWithBindValues
@Deprecated public SubscriptionClient returnListOfMandatoryEnumsWithBindValues(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnListOfMandatoryEnumsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnListOfMandatoryEnums subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnListOfMandatoryEnums
@Deprecated public SubscriptionClient returnListOfMandatoryEnums(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnListOfMandatoryEnumsin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnListOfMandatoryEnums subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnListOfMandatoryEnumsWithBindValues
@Deprecated public SubscriptionClient returnListOfMandatoryEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnListOfMandatoryEnumsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnListOfMandatoryEnumsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnListOfMandatoryEnums subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
returnListOfMandatoryEnums
@Deprecated public SubscriptionClient returnListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnListOfMandatoryEnumsin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnListOfMandatoryEnumsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnListOfMandatoryEnums subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getReturnListOfMandatoryEnumsResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getReturnListOfMandatoryEnumsResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnListOfMandatoryEnumsResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getReturnListOfMandatoryEnumsGraphQLRequest
@Deprecated public GraphQLRequestMySchema getReturnListOfMandatoryEnumsGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnListOfMandatoryEnumsGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
returnListOfListOfEnumsWithBindValues
@Deprecated public SubscriptionClient returnListOfListOfEnumsWithBindValues(String queryResponseDef, SubscriptionCallback<List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnListOfListOfEnumsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnListOfListOfEnums subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnListOfListOfEnums
@Deprecated public SubscriptionClient returnListOfListOfEnums(String queryResponseDef, SubscriptionCallback<List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnListOfListOfEnumsin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnListOfListOfEnums subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnListOfListOfEnumsWithBindValues
@Deprecated public SubscriptionClient returnListOfListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnListOfListOfEnumsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnListOfListOfEnumsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnListOfListOfEnums subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
returnListOfListOfEnums
@Deprecated public SubscriptionClient returnListOfListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnListOfListOfEnumsin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnListOfListOfEnumsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnListOfListOfEnums subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getReturnListOfListOfEnumsResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getReturnListOfListOfEnumsResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnListOfListOfEnumsResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getReturnListOfListOfEnumsGraphQLRequest
@Deprecated public GraphQLRequestMySchema getReturnListOfListOfEnumsGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnListOfListOfEnumsGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
returnMandatoryListOfEnumsWithBindValues
@Deprecated public SubscriptionClient returnMandatoryListOfEnumsWithBindValues(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnMandatoryListOfEnumsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnMandatoryListOfEnums subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnMandatoryListOfEnums
@Deprecated public SubscriptionClient returnMandatoryListOfEnums(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnMandatoryListOfEnumsin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnMandatoryListOfEnums subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnMandatoryListOfEnumsWithBindValues
@Deprecated public SubscriptionClient returnMandatoryListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnMandatoryListOfEnumsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnMandatoryListOfEnumsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnMandatoryListOfEnums subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
returnMandatoryListOfEnums
@Deprecated public SubscriptionClient returnMandatoryListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnMandatoryListOfEnumsin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnMandatoryListOfEnumsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnMandatoryListOfEnums subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getReturnMandatoryListOfEnumsResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getReturnMandatoryListOfEnumsResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnMandatoryListOfEnumsResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getReturnMandatoryListOfEnumsGraphQLRequest
@Deprecated public GraphQLRequestMySchema getReturnMandatoryListOfEnumsGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnMandatoryListOfEnumsGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
returnMandatoryListOfMandatoryEnumsWithBindValues
@Deprecated public SubscriptionClient returnMandatoryListOfMandatoryEnumsWithBindValues(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnMandatoryListOfMandatoryEnumsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnMandatoryListOfMandatoryEnums subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnMandatoryListOfMandatoryEnums
@Deprecated public SubscriptionClient returnMandatoryListOfMandatoryEnums(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnMandatoryListOfMandatoryEnumsin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnMandatoryListOfMandatoryEnums subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
returnMandatoryListOfMandatoryEnumsWithBindValues
@Deprecated public SubscriptionClient returnMandatoryListOfMandatoryEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnMandatoryListOfMandatoryEnumsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnMandatoryListOfMandatoryEnumsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnMandatoryListOfMandatoryEnums subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
returnMandatoryListOfMandatoryEnums
@Deprecated public SubscriptionClient returnMandatoryListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
returnMandatoryListOfMandatoryEnumsin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getReturnMandatoryListOfMandatoryEnumsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the returnMandatoryListOfMandatoryEnums subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getReturnMandatoryListOfMandatoryEnumsResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getReturnMandatoryListOfMandatoryEnumsResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnMandatoryListOfMandatoryEnumsResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getReturnMandatoryListOfMandatoryEnumsGraphQLRequest
@Deprecated public GraphQLRequestMySchema getReturnMandatoryListOfMandatoryEnumsGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getReturnMandatoryListOfMandatoryEnumsGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
subscriptionWithNullResponseWithBindValues
@Deprecated public SubscriptionClient subscriptionWithNullResponseWithBindValues(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.Issue 122: Check Subscription behavior when notification response is null This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscriptionWithNullResponseWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscriptionWithNullResponse subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
subscriptionWithNullResponse
@Deprecated public SubscriptionClient subscriptionWithNullResponse(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.Issue 122: Check Subscription behavior when notification response is null This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscriptionWithNullResponsein classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscriptionWithNullResponse subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
subscriptionWithNullResponseWithBindValues
@Deprecated public SubscriptionClient subscriptionWithNullResponseWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.Issue 122: Check Subscription behavior when notification response is null This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscriptionWithNullResponseWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getSubscriptionWithNullResponseGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscriptionWithNullResponse subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
subscriptionWithNullResponse
@Deprecated public SubscriptionClient subscriptionWithNullResponse(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.Issue 122: Check Subscription behavior when notification response is null This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
subscriptionWithNullResponsein classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getSubscriptionWithNullResponseGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the subscriptionWithNullResponse subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getSubscriptionWithNullResponseResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getSubscriptionWithNullResponseResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.Issue 122: Check Subscription behavior when notification response is null This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getSubscriptionWithNullResponseResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getSubscriptionWithNullResponseGraphQLRequest
@Deprecated public GraphQLRequestMySchema getSubscriptionWithNullResponseGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.Issue 122: Check Subscription behavior when notification response is null This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getSubscriptionWithNullResponseGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
enumWithReservedJavaKeywordAsValuesWithBindValues
@Deprecated public SubscriptionClient enumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.test for issue #139 (use of java reserved keyword) This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
enumWithReservedJavaKeywordAsValuesWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the enumWithReservedJavaKeywordAsValues subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
enumWithReservedJavaKeywordAsValues
@Deprecated public SubscriptionClient enumWithReservedJavaKeywordAsValues(String queryResponseDef, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.test for issue #139 (use of java reserved keyword) This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
enumWithReservedJavaKeywordAsValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the enumWithReservedJavaKeywordAsValues subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
enumWithReservedJavaKeywordAsValuesWithBindValues
@Deprecated public SubscriptionClient enumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.test for issue #139 (use of java reserved keyword) This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
enumWithReservedJavaKeywordAsValuesWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getEnumWithReservedJavaKeywordAsValuesGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the enumWithReservedJavaKeywordAsValues subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
enumWithReservedJavaKeywordAsValues
@Deprecated public SubscriptionClient enumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CEP_EnumWithReservedJavaKeywordAsValues_CES> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.test for issue #139 (use of java reserved keyword) This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
enumWithReservedJavaKeywordAsValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getEnumWithReservedJavaKeywordAsValuesGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the enumWithReservedJavaKeywordAsValues subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getEnumWithReservedJavaKeywordAsValuesResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getEnumWithReservedJavaKeywordAsValuesResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.test for issue #139 (use of java reserved keyword) This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getEnumWithReservedJavaKeywordAsValuesResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getEnumWithReservedJavaKeywordAsValuesGraphQLRequest
@Deprecated public GraphQLRequestMySchema getEnumWithReservedJavaKeywordAsValuesGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.test for issue #139 (use of java reserved keyword) This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getEnumWithReservedJavaKeywordAsValuesGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
listOfEnumWithReservedJavaKeywordAsValuesWithBindValues
@Deprecated public SubscriptionClient listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
listOfEnumWithReservedJavaKeywordAsValuesWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the listOfEnumWithReservedJavaKeywordAsValues subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
listOfEnumWithReservedJavaKeywordAsValues
@Deprecated public SubscriptionClient listOfEnumWithReservedJavaKeywordAsValues(String queryResponseDef, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
listOfEnumWithReservedJavaKeywordAsValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the listOfEnumWithReservedJavaKeywordAsValues subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
listOfEnumWithReservedJavaKeywordAsValuesWithBindValues
@Deprecated public SubscriptionClient listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
listOfEnumWithReservedJavaKeywordAsValuesWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getListOfEnumWithReservedJavaKeywordAsValuesGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the listOfEnumWithReservedJavaKeywordAsValues subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
listOfEnumWithReservedJavaKeywordAsValues
@Deprecated public SubscriptionClient listOfEnumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
listOfEnumWithReservedJavaKeywordAsValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getListOfEnumWithReservedJavaKeywordAsValuesGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the listOfEnumWithReservedJavaKeywordAsValues subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getListOfEnumWithReservedJavaKeywordAsValuesResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getListOfEnumWithReservedJavaKeywordAsValuesResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getListOfEnumWithReservedJavaKeywordAsValuesResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getListOfEnumWithReservedJavaKeywordAsValuesGraphQLRequest
@Deprecated public GraphQLRequestMySchema getListOfEnumWithReservedJavaKeywordAsValuesGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getListOfEnumWithReservedJavaKeywordAsValuesGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
_ifWithBindValues
@Deprecated public SubscriptionClient _ifWithBindValues(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
_ifWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the if subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
_if
@Deprecated public SubscriptionClient _if(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
_ifin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the if subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
_ifWithBindValues
@Deprecated public SubscriptionClient _ifWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
_ifWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getIfGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the if subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
_if
@Deprecated public SubscriptionClient _if(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
_ifin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getIfGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the if subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getIfResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getIfResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getIfResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getIfGraphQLRequest
@Deprecated public GraphQLRequestMySchema getIfGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getIfGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
_implementsWithBindValues
@Deprecated public SubscriptionClient _implementsWithBindValues(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
_implementsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the implements subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
_implements
@Deprecated public SubscriptionClient _implements(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
_implementsin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the implements subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
_implementsWithBindValues
@Deprecated public SubscriptionClient _implementsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
_implementsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getImplementsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the implements subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
_implements
@Deprecated public SubscriptionClient _implements(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
_implementsin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getImplementsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the implements subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getImplementsResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getImplementsResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getImplementsResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getImplementsGraphQLRequest
@Deprecated public GraphQLRequestMySchema getImplementsGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getImplementsGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
_nullWithBindValues
@Deprecated public SubscriptionClient _nullWithBindValues(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.Issue #188: null is not identified as a java keyword This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
_nullWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the null subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
_null
@Deprecated public SubscriptionClient _null(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.Issue #188: null is not identified as a java keyword This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
_nullin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the null subscription field.- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
_nullWithBindValues
@Deprecated public SubscriptionClient _nullWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.Issue #188: null is not identified as a java keyword This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
_nullWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getNullGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the null subscription field.parameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
_null
@Deprecated public SubscriptionClient _null(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.Issue #188: null is not identified as a java keyword This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
_nullin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getNullGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the null subscription field.paramsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getNullResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getNullResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.Issue #188: null is not identified as a java keyword This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getNullResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getNullGraphQLRequest
@Deprecated public GraphQLRequestMySchema getNullGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.Issue #188: null is not identified as a java keyword This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getNullGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
jsonWithBindValues
@Deprecated public SubscriptionClient jsonWithBindValues(String queryResponseDef, SubscriptionCallback<com.fasterxml.jackson.databind.node.ObjectNode> subscriptionCallback, com.fasterxml.jackson.databind.node.ObjectNode json, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.Test of JSON scalar, for issue #205 This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
jsonWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the json subscription field.json- Parameter for the json field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
json
@Deprecated public SubscriptionClient json(String queryResponseDef, SubscriptionCallback<com.fasterxml.jackson.databind.node.ObjectNode> subscriptionCallback, com.fasterxml.jackson.databind.node.ObjectNode json, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.Test of JSON scalar, for issue #205 This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
jsonin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the json subscription field.json- Parameter for the json field of TheSubscriptionType, as defined in the GraphQL schema- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
jsonWithBindValues
@Deprecated public SubscriptionClient jsonWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<com.fasterxml.jackson.databind.node.ObjectNode> subscriptionCallback, com.fasterxml.jackson.databind.node.ObjectNode json, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.Test of JSON scalar, for issue #205 This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
jsonWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getJsonGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the json subscription field.json- Parameter for the json field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
json
@Deprecated public SubscriptionClient json(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<com.fasterxml.jackson.databind.node.ObjectNode> subscriptionCallback, com.fasterxml.jackson.databind.node.ObjectNode json, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.Test of JSON scalar, for issue #205 This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
jsonin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getJsonGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the json subscription field.json- Parameter for the json field of TheSubscriptionType, as defined in the GraphQL schemaparamsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getJsonResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getJsonResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.Test of JSON scalar, for issue #205 This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getJsonResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getJsonGraphQLRequest
@Deprecated public GraphQLRequestMySchema getJsonGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.Test of JSON scalar, for issue #205 This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getJsonGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
jsonsWithBindValues
@Deprecated public SubscriptionClient jsonsWithBindValues(String queryResponseDef, SubscriptionCallback<List<com.fasterxml.jackson.databind.node.ObjectNode>> subscriptionCallback, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
jsonsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the jsons subscription field.jsons- Parameter for the jsons field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
jsons
@Deprecated public SubscriptionClient jsons(String queryResponseDef, SubscriptionCallback<List<com.fasterxml.jackson.databind.node.ObjectNode>> subscriptionCallback, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
jsonsin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the jsons subscription field.jsons- Parameter for the jsons field of TheSubscriptionType, as defined in the GraphQL schema- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
jsonsWithBindValues
@Deprecated public SubscriptionClient jsonsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<com.fasterxml.jackson.databind.node.ObjectNode>> subscriptionCallback, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
jsonsWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getJsonsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the jsons subscription field.jsons- Parameter for the jsons field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
jsons
@Deprecated public SubscriptionClient jsons(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<com.fasterxml.jackson.databind.node.ObjectNode>> subscriptionCallback, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
jsonsin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getJsonsGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the jsons subscription field.jsons- Parameter for the jsons field of TheSubscriptionType, as defined in the GraphQL schemaparamsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getJsonsResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getJsonsResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getJsonsResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getJsonsGraphQLRequest
@Deprecated public GraphQLRequestMySchema getJsonsGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getJsonsGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
jsonsWithInputWithBindValues
@Deprecated public SubscriptionClient jsonsWithInputWithBindValues(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
jsonsWithInputWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the jsonsWithInput subscription field.input- Parameter for the jsonsWithInput field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
jsonsWithInput
@Deprecated public SubscriptionClient jsonsWithInput(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
jsonsWithInputin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the jsonsWithInput subscription field.input- Parameter for the jsonsWithInput field of TheSubscriptionType, as defined in the GraphQL schema- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
jsonsWithInputWithBindValues
@Deprecated public SubscriptionClient jsonsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
jsonsWithInputWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getJsonsWithInputGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the jsonsWithInput subscription field.input- Parameter for the jsonsWithInput field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
jsonsWithInput
@Deprecated public SubscriptionClient jsonsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
jsonsWithInputin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getJsonsWithInputGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the jsonsWithInput subscription field.input- Parameter for the jsonsWithInput field of TheSubscriptionType, as defined in the GraphQL schemaparamsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getJsonsWithInputResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getJsonsWithInputResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getJsonsWithInputResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getJsonsWithInputGraphQLRequest
@Deprecated public GraphQLRequestMySchema getJsonsWithInputGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getJsonsWithInputGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
objectsWithInputWithBindValues
@Deprecated public SubscriptionClient objectsWithInputWithBindValues(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
objectsWithInputWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the objectsWithInput subscription field.input- Parameter for the objectsWithInput field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined subscription, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
objectsWithInput
@Deprecated public SubscriptionClient objectsWithInput(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
objectsWithInputin classTheSubscriptionTypeExecutorMySchema- Parameters:
queryResponseDef- The response definition of the subscription, in the native GraphQL format (see here above)subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the objectsWithInput subscription field.input- Parameter for the objectsWithInput field of TheSubscriptionType, as defined in the GraphQL schema- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsedcom.graphql_java_generator.exception.GraphQLRequestPreparationException- When an error occurs during the request preparation, typically when building theObjectResponse
-
objectsWithInputWithBindValues
@Deprecated public SubscriptionClient objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
objectsWithInputWithBindValuesin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getObjectsWithInputGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the objectsWithInput subscription field.input- Parameter for the objectsWithInput field of TheSubscriptionType, as defined in the GraphQL schemaparameters- The list of values, for the bind variables defined in the subscription. If there is no bind variable in the defined Query, this argument may be null or an emptyMap- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
objectsWithInput
@Deprecated public SubscriptionClient objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
objectsWithInputin classTheSubscriptionTypeExecutorMySchema- Parameters:
objectResponse- The definition of the response format, that describes what the GraphQL server is expected to return
Note: theObjectResponsetype of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by theTheSubscriptionTypeExecutorMySchema.getObjectsWithInputGraphQLRequest(java.lang.String)method.subscriptionCallback- The instance that will be called for each notification (message or error) received for this subscription.
It's an instance ofSubscriptionCallback<clazz>, whereclazzis the objectsWithInput subscription field.input- Parameter for the objectsWithInput field of TheSubscriptionType, as defined in the GraphQL schemaparamsAndValues- This parameter contains all the name and values for the Bind Variables defined in the objectResponse parameter, that must be sent to the server. Optional parameter may not have a value. They will be ignored and not sent to the server. Mandatory parameter must be provided in this argument.
This parameter contains an even number of parameters. It must be a series of name and values, like : paramName1, paramValue1, paramName2, paramValue2...- Throws:
com.graphql_java_generator.exception.GraphQLRequestExecutionException- When an error occurs during the request execution, typically a network error, an error from the GraphQL server or if the server response can't be parsed
-
getObjectsWithInputResponseBuilder
@Deprecated public com.graphql_java_generator.client.request.Builder getObjectsWithInputResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationExceptionDeprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getObjectsWithInputResponseBuilderin classTheSubscriptionTypeExecutorMySchema- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
getObjectsWithInputGraphQLRequest
@Deprecated public GraphQLRequestMySchema getObjectsWithInputGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException Deprecated.This method is deprecated: please useCTP_TheSubscriptionType_CTSExecutorclass instead of this class, to execute this method. It is maintained to keep existing code compatible with the generated code. It will be removed in 2.0 version.- Overrides:
getObjectsWithInputGraphQLRequestin classTheSubscriptionTypeExecutorMySchema- Parameters:
partialRequest- The Partial GraphQL request, as explained in the plugin client documentation- Returns:
- Throws:
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-