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.
Author:
generated by graphql-java-generator
See Also:
  • Constructor Details

    • CTP_TheSubscriptionType_CTS

      public CTP_TheSubscriptionType_CTS()
  • Method Details

    • setSubscribeNewHumanForEpisode

      public void setSubscribeNewHumanForEpisode(CTP_Human_CTS subscribeNewHumanForEpisode)
      Will be notified for each Human added to this Episode
    • getSubscribeNewHumanForEpisode

      public CTP_Human_CTS getSubscribeNewHumanForEpisode()
      Will be notified for each Human added to this Episode
    • setSubscribeToAList

      public void setSubscribeToAList(List<Integer> subscribeToAList)
      Issue 54
    • getSubscribeToAList

      public List<Integer> getSubscribeToAList()
      Issue 54
    • setSubscribeToAListOfScalars

      public void setSubscribeToAListOfScalars(List<Date> subscribeToAListOfScalars)
    • getSubscribeToAListOfScalars

      public List<Date> getSubscribeToAListOfScalars()
    • setIssue53

      public void setIssue53(Date issue53)
      issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized
    • getIssue53

      public Date getIssue53()
      issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized
    • setAllGraphQLCasesInput

      public void setAllGraphQLCasesInput(CTP_AllFieldCases_CTS allGraphQLCasesInput)
      Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
    • getAllGraphQLCasesInput

      public CTP_AllFieldCases_CTS getAllGraphQLCasesInput()
      Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
    • setAllGraphQLCasesParam

      public void setAllGraphQLCasesParam(CTP_AllFieldCases_CTS allGraphQLCasesParam)
    • getAllGraphQLCasesParam

      public CTP_AllFieldCases_CTS getAllGraphQLCasesParam()
    • setSubscriptionTest

      public void setSubscriptionTest(String subscriptionTest)
      A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
    • getSubscriptionTest

      public String getSubscriptionTest()
      A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
    • setReturnEnum

      public void setReturnEnum(CEP_EnumWithReservedJavaKeywordAsValues_CES returnEnum)
    • getReturnEnum

    • setReturnMandatoryEnum

      public void setReturnMandatoryEnum(CEP_EnumWithReservedJavaKeywordAsValues_CES returnMandatoryEnum)
    • getReturnMandatoryEnum

      public CEP_EnumWithReservedJavaKeywordAsValues_CES getReturnMandatoryEnum()
    • setReturnListOfEnums

      public void setReturnListOfEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfEnums)
    • getReturnListOfEnums

      public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> getReturnListOfEnums()
    • setReturnListOfMandatoryEnums

      public void setReturnListOfMandatoryEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfMandatoryEnums)
    • getReturnListOfMandatoryEnums

      public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> getReturnListOfMandatoryEnums()
    • setReturnListOfListOfEnums

      public void setReturnListOfListOfEnums(List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> returnListOfListOfEnums)
    • getReturnListOfListOfEnums

      public List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> getReturnListOfListOfEnums()
    • setReturnMandatoryListOfEnums

      public void setReturnMandatoryListOfEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfEnums)
    • getReturnMandatoryListOfEnums

      public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> getReturnMandatoryListOfEnums()
    • setReturnMandatoryListOfMandatoryEnums

      public void setReturnMandatoryListOfMandatoryEnums(List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfMandatoryEnums)
    • getReturnMandatoryListOfMandatoryEnums

      public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> getReturnMandatoryListOfMandatoryEnums()
    • setSubscriptionWithNullResponse

      public void setSubscriptionWithNullResponse(String subscriptionWithNullResponse)
      Issue 122: Check Subscription behavior when notification response is null
    • getSubscriptionWithNullResponse

      public String 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

      public CEP_EnumWithReservedJavaKeywordAsValues_CES 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

      public void setIf(String _if)
    • getIf

      public String getIf()
    • setImplements

      public void setImplements(String _implements)
    • getImplements

      public String getImplements()
    • setNull

      public void setNull(String _null)
      Issue #188: null is not identified as a java keyword
    • getNull

      public String 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

      public void setJsons(List<com.fasterxml.jackson.databind.node.ObjectNode> jsons)
    • getJsons

      public List<com.fasterxml.jackson.databind.node.ObjectNode> getJsons()
    • setJsonsWithInput

      public void setJsonsWithInput(List<CTP_TypeWithJson_CTS> jsonsWithInput)
    • getJsonsWithInput

      public List<CTP_TypeWithJson_CTS> getJsonsWithInput()
    • setObjectsWithInput

      public void setObjectsWithInput(List<CTP_TypeWithObject_CTS> objectsWithInput)
    • getObjectsWithInput

      public List<CTP_TypeWithObject_CTS> getObjectsWithInput()
    • set__typename

      public void set__typename(String __typename)
    • get__typename

      public String get__typename()
    • setAliasValue

      public void setAliasValue(String aliasName, Object aliasDeserializedValue)
      This method is called during the json deserialization process, by the GraphQLObjectMapper, each time an alias value is read from the json.
      Parameters:
      aliasName -
      aliasDeserializedValue -
    • getAliasValue

      public Object getAliasValue(String alias)
      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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static CTP_TheSubscriptionType_CTS.Builder builder()
    • getExtensions

      public com.fasterxml.jackson.databind.JsonNode getExtensions()
    • setExtensions

      public void setExtensions(com.fasterxml.jackson.databind.JsonNode extensionsParam)
      Specified by:
      setExtensions in interface GraphQLRequestObject
    • getExtensionsAsMap

      public Map<String,com.fasterxml.jackson.databind.JsonNode> 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.GraphQLRequestPreparationException
      Deprecated.
      Will be notified for each Human added to this Episode This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscribeNewHumanForEpisodeWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is the subscribeNewHumanForEpisode subscription field.
      episode - Parameter for the subscribeNewHumanForEpisode field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscribeNewHumanForEpisode in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      Will be notified for each Human added to this Episode This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscribeNewHumanForEpisodeWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the subscribeNewHumanForEpisode subscription field.
      episode - Parameter for the subscribeNewHumanForEpisode field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscribeNewHumanForEpisode in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the subscribeNewHumanForEpisode subscription field.
      episode - Parameter for the subscribeNewHumanForEpisode field of TheSubscriptionType, as defined in the GraphQL schema
      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
    • getSubscribeNewHumanForEpisodeResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getSubscribeNewHumanForEpisodeResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Will be notified for each Human added to this Episode This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getSubscribeNewHumanForEpisodeResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getSubscribeNewHumanForEpisodeGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      Issue 54 This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscribeToAListWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscribeToAList in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      Issue 54 This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscribeToAListWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscribeToAList in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      Issue 54 This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getSubscribeToAListResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getSubscribeToAListGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscribeToAListOfScalarsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscribeToAListOfScalars in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscribeToAListOfScalarsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscribeToAListOfScalars in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getSubscribeToAListOfScalarsResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getSubscribeToAListOfScalarsGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      issue53WithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is the issue53 subscription field.
      date - Parameter for the issue53 field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      issue53 in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      issue53WithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the issue53 subscription field.
      date - Parameter for the issue53 field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      issue53 in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the issue53 subscription field.
      date - Parameter for the issue53 field of TheSubscriptionType, as defined in the GraphQL schema
      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
    • getIssue53ResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getIssue53ResponseBuilder() 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getIssue53ResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getIssue53GraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      allGraphQLCasesInputWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is the allGraphQLCasesInput subscription field.
      input - Parameter for the allGraphQLCasesInput field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      allGraphQLCasesInput in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      allGraphQLCasesInputWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the allGraphQLCasesInput subscription field.
      input - Parameter for the allGraphQLCasesInput field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      allGraphQLCasesInput in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the allGraphQLCasesInput subscription field.
      input - Parameter for the allGraphQLCasesInput field of TheSubscriptionType, as defined in the GraphQL schema
      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
    • getAllGraphQLCasesInputResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getAllGraphQLCasesInputResponseBuilder() 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getAllGraphQLCasesInputResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getAllGraphQLCasesInputGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      allGraphQLCasesParamWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is the allGraphQLCasesParam subscription field.
      id - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      name - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      age - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      integer - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      date - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      dates - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      matrix - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      oneWithoutIdSubtype - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      listWithoutIdSubtype - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      allGraphQLCasesParam in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is the allGraphQLCasesParam subscription field.
      id - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      name - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      age - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      integer - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      date - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      dates - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      matrix - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      oneWithoutIdSubtype - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      listWithoutIdSubtype - 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      allGraphQLCasesParamWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the allGraphQLCasesParam subscription field.
      id - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      name - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      age - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      integer - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      date - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      dates - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      matrix - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      oneWithoutIdSubtype - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      listWithoutIdSubtype - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      allGraphQLCasesParam in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the allGraphQLCasesParam subscription field.
      id - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      name - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      age - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      integer - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      date - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      dates - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      matrix - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      oneWithoutIdSubtype - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      listWithoutIdSubtype - Parameter for the allGraphQLCasesParam field of TheSubscriptionType, as defined in the GraphQL schema
      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
    • getAllGraphQLCasesParamResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getAllGraphQLCasesParamResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getAllGraphQLCasesParamResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getAllGraphQLCasesParamGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscriptionTestWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is the subscriptionTest subscription field.
      param - Parameter for the subscriptionTest field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscriptionTest in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscriptionTestWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the subscriptionTest subscription field.
      param - Parameter for the subscriptionTest field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscriptionTest in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the subscriptionTest subscription field.
      param - Parameter for the subscriptionTest field of TheSubscriptionType, as defined in the GraphQL schema
      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
    • getSubscriptionTestResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getSubscriptionTestResponseBuilder() 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getSubscriptionTestResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getSubscriptionTestGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnEnumWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnEnum in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnEnumWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnEnum in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnEnumResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnEnumGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnMandatoryEnumWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnMandatoryEnum in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnMandatoryEnumWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnMandatoryEnum in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnMandatoryEnumResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnMandatoryEnumGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnListOfEnumsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnListOfEnums in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnListOfEnumsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnListOfEnums in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnListOfEnumsResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnListOfEnumsGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnListOfMandatoryEnumsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnListOfMandatoryEnums in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnListOfMandatoryEnumsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnListOfMandatoryEnums in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnListOfMandatoryEnumsResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnListOfMandatoryEnumsGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnListOfListOfEnumsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnListOfListOfEnums in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnListOfListOfEnumsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnListOfListOfEnums in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnListOfListOfEnumsResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnListOfListOfEnumsGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnMandatoryListOfEnumsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnMandatoryListOfEnums in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnMandatoryListOfEnumsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnMandatoryListOfEnums in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnMandatoryListOfEnumsResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnMandatoryListOfEnumsGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnMandatoryListOfMandatoryEnumsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnMandatoryListOfMandatoryEnums in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnMandatoryListOfMandatoryEnumsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      returnMandatoryListOfMandatoryEnums in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnMandatoryListOfMandatoryEnumsResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getReturnMandatoryListOfMandatoryEnumsGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      Issue 122: Check Subscription behavior when notification response is null This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscriptionWithNullResponseWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscriptionWithNullResponse in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      Issue 122: Check Subscription behavior when notification response is null This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscriptionWithNullResponseWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      subscriptionWithNullResponse in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      Issue 122: Check Subscription behavior when notification response is null This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getSubscriptionWithNullResponseResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getSubscriptionWithNullResponseGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      test for issue #139 (use of java reserved keyword) This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      enumWithReservedJavaKeywordAsValuesWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      enumWithReservedJavaKeywordAsValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      test for issue #139 (use of java reserved keyword) This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      enumWithReservedJavaKeywordAsValuesWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      enumWithReservedJavaKeywordAsValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      test for issue #139 (use of java reserved keyword) This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getEnumWithReservedJavaKeywordAsValuesResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getEnumWithReservedJavaKeywordAsValuesGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      listOfEnumWithReservedJavaKeywordAsValuesWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      listOfEnumWithReservedJavaKeywordAsValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      listOfEnumWithReservedJavaKeywordAsValuesWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      listOfEnumWithReservedJavaKeywordAsValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getListOfEnumWithReservedJavaKeywordAsValuesResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getListOfEnumWithReservedJavaKeywordAsValuesGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      _ifWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      _if in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      _ifWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      _if in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getIfResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getIfGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      _implementsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      _implements in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      _implementsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      _implements in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getImplementsResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getImplementsGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      Issue #188: null is not identified as a java keyword This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      _nullWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      _null in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _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.GraphQLRequestExecutionException
      Deprecated.
      Issue #188: null is not identified as a java keyword This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      _nullWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      _null in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is 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.GraphQLRequestPreparationException
      Deprecated.
      Issue #188: null is not identified as a java keyword This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getNullResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getNullGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      Test of JSON scalar, for issue #205 This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      jsonWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is the json subscription field.
      json - Parameter for the json field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      json in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      Test of JSON scalar, for issue #205 This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      jsonWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the json subscription field.
      json - Parameter for the json field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      json in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the json subscription field.
      json - Parameter for the json field of TheSubscriptionType, as defined in the GraphQL schema
      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
    • getJsonResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getJsonResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Test of JSON scalar, for issue #205 This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getJsonResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getJsonGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      jsonsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is the jsons subscription field.
      jsons - Parameter for the jsons field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      jsons in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      jsonsWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the jsons subscription field.
      jsons - Parameter for the jsons field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      jsons in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the jsons subscription field.
      jsons - Parameter for the jsons field of TheSubscriptionType, as defined in the GraphQL schema
      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
    • getJsonsResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getJsonsResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getJsonsResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getJsonsGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      jsonsWithInputWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is the jsonsWithInput subscription field.
      input - Parameter for the jsonsWithInput field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      jsonsWithInput in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      jsonsWithInputWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the jsonsWithInput subscription field.
      input - Parameter for the jsonsWithInput field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      jsonsWithInput in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the jsonsWithInput subscription field.
      input - Parameter for the jsonsWithInput field of TheSubscriptionType, as defined in the GraphQL schema
      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
    • getJsonsWithInputResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getJsonsWithInputResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getJsonsWithInputResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getJsonsWithInputGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      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.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      objectsWithInputWithBindValues in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is the objectsWithInput subscription field.
      input - Parameter for the objectsWithInput field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      objectsWithInput in class TheSubscriptionTypeExecutorMySchema
      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 of SubscriptionCallback<clazz>, where clazz is 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 parsed
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • 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.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      objectsWithInputWithBindValues in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the objectsWithInput subscription field.
      input - Parameter for the objectsWithInput field of TheSubscriptionType, as defined in the GraphQL schema
      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 empty Map
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      objectsWithInput in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      objectResponse - The definition of the response format, that describes what the GraphQL server is expected to return
      Note: the ObjectResponse type of this parameter is defined for backward compatibility. In new implementations, the expected type is the generated GraphQLRequestMySchema POJO, as returned by the TheSubscriptionTypeExecutorMySchema.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 of SubscriptionCallback<clazz>, where clazz is the objectsWithInput subscription field.
      input - Parameter for the objectsWithInput field of TheSubscriptionType, as defined in the GraphQL schema
      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
    • getObjectsWithInputResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getObjectsWithInputResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_TheSubscriptionType_CTSExecutor class 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:
      getObjectsWithInputResponseBuilder in class TheSubscriptionTypeExecutorMySchema
      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 use CTP_TheSubscriptionType_CTSExecutor class 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:
      getObjectsWithInputGraphQLRequest in class TheSubscriptionTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException