java.lang.Object
org.junittest.allgraphqlcases_client_springconfiguration.MyQueryTypeExecutorMySchema
org.junittest.allgraphqlcases_client_springconfiguration.CTP_MyQueryType_CTS
All Implemented Interfaces:
GraphQLQueryExecutor, GraphQLRequestObject
Direct Known Subclasses:
MyQueryTypeResponse

public class CTP_MyQueryType_CTS extends MyQueryTypeExecutorMySchema implements GraphQLRequestObject
This is a description to describe the type MyQueryType on two lines 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_MyQueryType_CTS

      public CTP_MyQueryType_CTS()
  • Method Details

    • setWithoutParameters

      public void setWithoutParameters(List<CIP_Character_CIS> withoutParameters)
      This is a description to describe the field withoutParameters on two lines
    • getWithoutParameters

      public List<CIP_Character_CIS> getWithoutParameters()
      This is a description to describe the field withoutParameters on two lines
    • setWithOneOptionalParam

      public void setWithOneOptionalParam(CIP_Character_CIS withOneOptionalParam)
    • getWithOneOptionalParam

      public CIP_Character_CIS getWithOneOptionalParam()
    • setWithOneMandatoryParam

      public void setWithOneMandatoryParam(CIP_Character_CIS withOneMandatoryParam)
    • getWithOneMandatoryParam

      public CIP_Character_CIS getWithOneMandatoryParam()
    • setWithOneMandatoryParamDefaultValue

      public void setWithOneMandatoryParamDefaultValue(Integer withOneMandatoryParamDefaultValue)
    • getWithOneMandatoryParamDefaultValue

      public Integer getWithOneMandatoryParamDefaultValue()
    • setWithTwoMandatoryParamDefaultVal

      public void setWithTwoMandatoryParamDefaultVal(CTP_Droid_CTS withTwoMandatoryParamDefaultVal)
    • getWithTwoMandatoryParamDefaultVal

      public CTP_Droid_CTS getWithTwoMandatoryParamDefaultVal()
    • setWithEnum

      public void setWithEnum(CIP_Character_CIS withEnum)
    • getWithEnum

      public CIP_Character_CIS getWithEnum()
    • setWithListOfList

      public void setWithListOfList(CTP_AllFieldCases_CTS withListOfList)
    • getWithListOfList

      public CTP_AllFieldCases_CTS getWithListOfList()
    • setWithList

      public void setWithList(List<CIP_Character_CIS> withList)
      ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput. # The name of the first Character returned is replaced by the given firstName. # All ids are generated
    • getWithList

      public List<CIP_Character_CIS> getWithList()
      ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput. # The name of the first Character returned is replaced by the given firstName. # All ids are generated
    • setAllFieldCases

      public void setAllFieldCases(CTP_AllFieldCases_CTS allFieldCases)
      ################################################################################ # Complementary tests with the AllFieldCases Object
    • getAllFieldCases

      public CTP_AllFieldCases_CTS getAllFieldCases()
      ################################################################################ # Complementary tests with the AllFieldCases Object
    • setUnionTest

      public void setUnionTest(List<CUP_AnyCharacter_CUS> unionTest)
      ################################################################################ # Test for unions
    • getUnionTest

      public List<CUP_AnyCharacter_CUS> getUnionTest()
      ################################################################################ # Test for unions
    • setError

      public void setError(CIP_Character_CIS error)
      ################################################################################ # error always returns an error! (used to check the error management)
    • getError

      public CIP_Character_CIS getError()
      ################################################################################ # error always returns an error! (used to check the error management)
    • setABreak

      public void setABreak(CTP_break_CTS aBreak)
      Check for GraphQL identifier that are java keywords
    • getABreak

      public CTP_break_CTS getABreak()
      Check for GraphQL identifier that are java keywords
    • setDirectiveOnQuery

      public void setDirectiveOnQuery(List<String> directiveOnQuery)
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query. # List is null if the directive is not present.
    • getDirectiveOnQuery

      public List<String> getDirectiveOnQuery()
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query. # List is null if the directive is not present.
    • setDirectiveOnField

      public void setDirectiveOnField(CIP_Character_CIS directiveOnField)
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery. # List is null if the directive is not present.
    • getDirectiveOnField

      public CIP_Character_CIS getDirectiveOnField()
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery. # List is null if the directive is not present.
    • 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()
    • setReturnListOfListOfEnums

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

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

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

      public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> getReturnListOfMandatoryEnums()
    • 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()
    • setConnectionWithoutParameters

      public void setConnectionWithoutParameters(List<CIP_Character_CIS> connectionWithoutParameters)
    • getConnectionWithoutParameters

      public List<CIP_Character_CIS> getConnectionWithoutParameters()
    • setConnectionOnHuman

      public void setConnectionOnHuman(List<CTP_Human_CTS> connectionOnHuman)
    • getConnectionOnHuman

      public List<CTP_Human_CTS> getConnectionOnHuman()
    • setCheckOverriddenController

      public void setCheckOverriddenController(String checkOverriddenController)
    • getCheckOverriddenController

      public String getCheckOverriddenController()
    • 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
    • setIssue200

      public void setIssue200(Boolean issue200)
    • getIssue200

      public Boolean getIssue200()
    • setIssue82Float

      public void setIssue82Float(Double issue82Float)
      #issue82 is about hard coded values as parameters. Other types are tests with other queries, but there was no method with a simple float parameter
    • getIssue82Float

      public Double getIssue82Float()
      #issue82 is about hard coded values as parameters. Other types are tests with other queries, but there was no method with a simple float parameter
    • setIssue82ID

      public void setIssue82ID(String issue82ID)
    • getIssue82ID

      public String getIssue82ID()
    • setIssue217

      public void setIssue217(String Issue217)
      Issue 217: issue when a field name starts with an uppercase letter
    • getIssue217

      public String getIssue217()
      Issue 217: issue when a field name starts with an uppercase letter
    • setIssue128

      public void setIssue128(CIP_Client_CIS issue128)
      test for issue #128 (compilation error when a Query returns a type 'Client')
    • getIssue128

      public CIP_Client_CIS getIssue128()
      test for issue #128 (compilation error when a Query returns a type 'Client')
    • 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()
    • setReservedJavaKeywordAllFieldCases

      public void setReservedJavaKeywordAllFieldCases(CTP_ReservedJavaKeywordAllFieldCases_CTS reservedJavaKeywordAllFieldCases)
    • getReservedJavaKeywordAllFieldCases

      public CTP_ReservedJavaKeywordAllFieldCases_CTS getReservedJavaKeywordAllFieldCases()
    • setIf

      public void setIf(String _if)
    • getIf

      public String getIf()
    • setImplements

      public void setImplements(String _implements)
      Test for PR 177 (on server side, the returned value is the content of the if input parameter)
    • getImplements

      public String getImplements()
      Test for PR 177 (on server side, the returned value is the content of the if input parameter)
    • setImport

      public void setImport(String _import)
    • getImport

      public String getImport()
    • setInstanceof

      public void setInstanceof(String _instanceof)
    • getInstanceof

      public String getInstanceof()
    • setInt

      public void setInt(String _int)
    • getInt

      public String getInt()
    • setInterface

      public void setInterface(String _interface)
    • getInterface

      public String getInterface()
    • setLong

      public void setLong(String _long)
    • getLong

      public String getLong()
    • setNative

      public void setNative(String _native)
    • getNative

      public String getNative()
    • setNew

      public void setNew(String _new)
    • getNew

      public String getNew()
    • 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
    • setPackage

      public void setPackage(String _package)
    • getPackage

      public String getPackage()
    • setPrivate

      public void setPrivate(String _private)
    • getPrivate

      public String getPrivate()
    • setProtected

      public void setProtected(String _protected)
    • getProtected

      public String getProtected()
    • setPublic

      public void setPublic(String _public)
    • getPublic

      public String getPublic()
    • setReturn

      public void setReturn(String _return)
    • getReturn

      public String getReturn()
    • setShort

      public void setShort(String _short)
    • getShort

      public String getShort()
    • setStatic

      public void setStatic(String _static)
    • getStatic

      public String getStatic()
    • setStrictfp

      public void setStrictfp(String _strictfp)
    • getStrictfp

      public String getStrictfp()
    • setSuper

      public void setSuper(String _super)
    • getSuper

      public String getSuper()
    • setSwitch

      public void setSwitch(String _switch)
    • getSwitch

      public String getSwitch()
    • setSynchronized

      public void setSynchronized(String _synchronized)
    • getSynchronized

      public String getSynchronized()
    • setThis

      public void setThis(String _this)
    • getThis

      public String getThis()
    • setThrow

      public void setThrow(String _throw)
    • getThrow

      public String getThrow()
    • setThrows

      public void setThrows(String _throws)
    • getThrows

      public String getThrows()
    • setTransient

      public void setTransient(String _transient)
    • getTransient

      public String getTransient()
    • setTry

      public void setTry(String _try)
    • getTry

      public String getTry()
    • setVoid

      public void setVoid(String _void)
    • getVoid

      public String getVoid()
    • setVolatile

      public void setVolatile(String _volatile)
    • getVolatile

      public String getVolatile()
    • setWhile

      public void setWhile(String _while)
    • getWhile

      public String getWhile()
    • setFoo140

      public void setFoo140(CTP_Foo140_CTS foo140)
      test for issue #140 (error for type that implements multiple interfaces)
    • getFoo140

      public CTP_Foo140_CTS getFoo140()
      test for issue #140 (error for type that implements multiple interfaces)
    • setTestBase64String

      public void setTestBase64String(byte[] testBase64String)
      Test for issue #174: a custom scalar which Java type is an array
    • getTestBase64String

      public byte[] getTestBase64String()
      Test for issue #174: a custom scalar which Java type is an array
    • 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()
    • setJsonWithInput

      public void setJsonWithInput(CTP_TypeWithJson_CTS jsonWithInput)
    • getJsonWithInput

      public CTP_TypeWithJson_CTS getJsonWithInput()
    • setJsonsWithInput

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

      public List<CTP_TypeWithJson_CTS> getJsonsWithInput()
    • setObject

      public void setObject(Object object)
    • getObject

      public Object getObject()
    • setObjects

      public void setObjects(List<Object> objects)
    • getObjects

      public List<Object> getObjects()
    • setObjectWithInput

      public void setObjectWithInput(CTP_TypeWithObject_CTS objectWithInput)
    • getObjectWithInput

      public CTP_TypeWithObject_CTS getObjectWithInput()
    • setObjectsWithInput

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

      public List<CTP_TypeWithObject_CTS> getObjectsWithInput()
    • setRelay

      public void setRelay(CTP_MyQueryType_CTS relay)
    • getRelay

      public CTP_MyQueryType_CTS getRelay()
    • set__schema

      public void set__schema(CTP___Schema_CTS __schema)
    • get__schema

      public CTP___Schema_CTS get__schema()
    • set__type

      public void set__type(CTP___Type_CTS __type)
    • get__type

      public CTP___Type_CTS get__type()
    • 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_MyQueryType_CTS.Builder builder()
    • getExtensions

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

      public void setExtensions(com.fasterxml.jackson.databind.JsonNode extensions)
      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
    • execWithBindValues

      @Deprecated public MyQueryTypeResponse execWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      execWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above). It must omit the query keyword, and start by the first { that follows. It may contain directives, as explained in the GraphQL specs.
      parameters - The map of values, for the bind variables declared in the request you defined. If there is no bind variable in the defined Query, this argument may be null or an empty Map. The key is the parameter name, as declared in the request you defined (in the above sample: param is an optional parameter and skip is a mandatory one). The value is the parameter value in its Java type (for instance a Date for the GraphQLScalarTypeDate). The parameters which value is missing in this map will be ignored.
      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
    • exec

      @Deprecated public MyQueryTypeResponse exec(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      exec in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above). It must omit the query keyword, and start by the first { that follows. It may contain directives, as explained in the GraphQL specs.
      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 : (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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • execWithBindValues

      @Deprecated public MyQueryTypeResponse execWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      execWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getGraphQLRequest(java.lang.String) method or one of the getXxxxGraphQLRequest(String) methods.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • exec

      @Deprecated public MyQueryTypeResponse exec(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      exec in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getGraphQLRequest(java.lang.String) method or one of the getXxxxGraphQLRequest(String)
      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 : (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
    • getResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getGraphQLRequest(String fullRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      fullRequest - The full GraphQL Request, as specified in the GraphQL specification
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • withoutParametersWithBindValues

      @Deprecated public List<CIP_Character_CIS> withoutParametersWithBindValues(String queryResponseDef, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This is a description to describe the field withoutParameters on two lines This method is deprecated: please use CTP_MyQueryType_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:
      withoutParametersWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • withoutParameters

      @Deprecated public List<CIP_Character_CIS> withoutParameters(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This is a description to describe the field withoutParameters on two lines This method is deprecated: please use CTP_MyQueryType_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:
      withoutParameters in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • withoutParametersWithBindValues

      @Deprecated public List<CIP_Character_CIS> withoutParametersWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This is a description to describe the field withoutParameters on two lines This method is deprecated: please use CTP_MyQueryType_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:
      withoutParametersWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithoutParametersGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • withoutParameters

      @Deprecated public List<CIP_Character_CIS> withoutParameters(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This is a description to describe the field withoutParameters on two lines This method is deprecated: please use CTP_MyQueryType_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:
      withoutParameters in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithoutParametersGraphQLRequest(java.lang.String) method.
      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 : (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
    • getWithoutParametersResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getWithoutParametersResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This is a description to describe the field withoutParameters on two lines This method is deprecated: please use CTP_MyQueryType_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:
      getWithoutParametersResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getWithoutParametersGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getWithoutParametersGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This is a description to describe the field withoutParameters on two lines This method is deprecated: please use CTP_MyQueryType_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:
      getWithoutParametersGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • withOneOptionalParamWithBindValues

      @Deprecated public CIP_Character_CIS withOneOptionalParamWithBindValues(String queryResponseDef, CINP_CharacterInput_CINS character, 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_MyQueryType_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:
      withOneOptionalParamWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      character - Parameter for the withOneOptionalParam field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • withOneOptionalParam

      @Deprecated public CIP_Character_CIS withOneOptionalParam(String queryResponseDef, CINP_CharacterInput_CINS character, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withOneOptionalParam in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      character - Parameter for the withOneOptionalParam field of MyQueryType, 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
    • withOneOptionalParamWithBindValues

      @Deprecated public CIP_Character_CIS withOneOptionalParamWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withOneOptionalParamWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithOneOptionalParamGraphQLRequest(java.lang.String) method.
      character - Parameter for the withOneOptionalParam field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • withOneOptionalParam

      @Deprecated public CIP_Character_CIS withOneOptionalParam(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withOneOptionalParam in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithOneOptionalParamGraphQLRequest(java.lang.String) method.
      character - Parameter for the withOneOptionalParam field of MyQueryType, 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 : (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
    • getWithOneOptionalParamResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getWithOneOptionalParamResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWithOneOptionalParamResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getWithOneOptionalParamGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getWithOneOptionalParamGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWithOneOptionalParamGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • withOneMandatoryParamWithBindValues

      @Deprecated public CIP_Character_CIS withOneMandatoryParamWithBindValues(String queryResponseDef, CINP_CharacterInput_CINS character, 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_MyQueryType_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:
      withOneMandatoryParamWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      character - Parameter for the withOneMandatoryParam field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • withOneMandatoryParam

      @Deprecated public CIP_Character_CIS withOneMandatoryParam(String queryResponseDef, CINP_CharacterInput_CINS character, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withOneMandatoryParam in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      character - Parameter for the withOneMandatoryParam field of MyQueryType, 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
    • withOneMandatoryParamWithBindValues

      @Deprecated public CIP_Character_CIS withOneMandatoryParamWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withOneMandatoryParamWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithOneMandatoryParamGraphQLRequest(java.lang.String) method.
      character - Parameter for the withOneMandatoryParam field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • withOneMandatoryParam

      @Deprecated public CIP_Character_CIS withOneMandatoryParam(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withOneMandatoryParam in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithOneMandatoryParamGraphQLRequest(java.lang.String) method.
      character - Parameter for the withOneMandatoryParam field of MyQueryType, 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 : (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
    • getWithOneMandatoryParamResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getWithOneMandatoryParamResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWithOneMandatoryParamResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getWithOneMandatoryParamGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getWithOneMandatoryParamGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWithOneMandatoryParamGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • withOneMandatoryParamDefaultValueWithBindValues

      @Deprecated public Integer withOneMandatoryParamDefaultValueWithBindValues(String queryResponseDef, Integer intParam, 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_MyQueryType_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:
      withOneMandatoryParamDefaultValueWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      intParam - Parameter for the withOneMandatoryParamDefaultValue field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • withOneMandatoryParamDefaultValue

      @Deprecated public Integer withOneMandatoryParamDefaultValue(String queryResponseDef, Integer intParam, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withOneMandatoryParamDefaultValue in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      intParam - Parameter for the withOneMandatoryParamDefaultValue field of MyQueryType, 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
    • withOneMandatoryParamDefaultValueWithBindValues

      @Deprecated public Integer withOneMandatoryParamDefaultValueWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Integer intParam, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withOneMandatoryParamDefaultValueWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithOneMandatoryParamDefaultValueGraphQLRequest(java.lang.String) method.
      intParam - Parameter for the withOneMandatoryParamDefaultValue field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • withOneMandatoryParamDefaultValue

      @Deprecated public Integer withOneMandatoryParamDefaultValue(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Integer intParam, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withOneMandatoryParamDefaultValue in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithOneMandatoryParamDefaultValueGraphQLRequest(java.lang.String) method.
      intParam - Parameter for the withOneMandatoryParamDefaultValue field of MyQueryType, 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 : (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
    • getWithOneMandatoryParamDefaultValueResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getWithOneMandatoryParamDefaultValueResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWithOneMandatoryParamDefaultValueResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getWithOneMandatoryParamDefaultValueGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getWithOneMandatoryParamDefaultValueGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWithOneMandatoryParamDefaultValueGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • withTwoMandatoryParamDefaultValWithBindValues

      @Deprecated public CTP_Droid_CTS withTwoMandatoryParamDefaultValWithBindValues(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, 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_MyQueryType_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:
      withTwoMandatoryParamDefaultValWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      theHero - Parameter for the withTwoMandatoryParamDefaultVal field of MyQueryType, as defined in the GraphQL schema
      num - Parameter for the withTwoMandatoryParamDefaultVal field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • withTwoMandatoryParamDefaultVal

      @Deprecated public CTP_Droid_CTS withTwoMandatoryParamDefaultVal(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withTwoMandatoryParamDefaultVal in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      theHero - Parameter for the withTwoMandatoryParamDefaultVal field of MyQueryType, as defined in the GraphQL schema
      num - Parameter for the withTwoMandatoryParamDefaultVal field of MyQueryType, 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
    • withTwoMandatoryParamDefaultValWithBindValues

      @Deprecated public CTP_Droid_CTS withTwoMandatoryParamDefaultValWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withTwoMandatoryParamDefaultValWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithTwoMandatoryParamDefaultValGraphQLRequest(java.lang.String) method.
      theHero - Parameter for the withTwoMandatoryParamDefaultVal field of MyQueryType, as defined in the GraphQL schema
      num - Parameter for the withTwoMandatoryParamDefaultVal field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • withTwoMandatoryParamDefaultVal

      @Deprecated public CTP_Droid_CTS withTwoMandatoryParamDefaultVal(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withTwoMandatoryParamDefaultVal in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithTwoMandatoryParamDefaultValGraphQLRequest(java.lang.String) method.
      theHero - Parameter for the withTwoMandatoryParamDefaultVal field of MyQueryType, as defined in the GraphQL schema
      num - Parameter for the withTwoMandatoryParamDefaultVal field of MyQueryType, 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 : (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
    • getWithTwoMandatoryParamDefaultValResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getWithTwoMandatoryParamDefaultValResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWithTwoMandatoryParamDefaultValResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getWithTwoMandatoryParamDefaultValGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getWithTwoMandatoryParamDefaultValGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWithTwoMandatoryParamDefaultValGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • withEnumWithBindValues

      @Deprecated public CIP_Character_CIS withEnumWithBindValues(String queryResponseDef, CEP_Episode_CES episode, 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_MyQueryType_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:
      withEnumWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      episode - Parameter for the withEnum field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • withEnum

      @Deprecated public CIP_Character_CIS withEnum(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withEnum in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      episode - Parameter for the withEnum field of MyQueryType, 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
    • withEnumWithBindValues

      @Deprecated public CIP_Character_CIS withEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withEnumWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithEnumGraphQLRequest(java.lang.String) method.
      episode - Parameter for the withEnum field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • withEnum

      @Deprecated public CIP_Character_CIS withEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withEnum in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithEnumGraphQLRequest(java.lang.String) method.
      episode - Parameter for the withEnum field of MyQueryType, 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 : (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
    • getWithEnumResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getWithEnumResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWithEnumResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getWithEnumGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getWithEnumGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWithEnumGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • withListOfListWithBindValues

      @Deprecated public CTP_AllFieldCases_CTS withListOfListWithBindValues(String queryResponseDef, List<List<Double>> matrix, 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_MyQueryType_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:
      withListOfListWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      matrix - Parameter for the withListOfList field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • withListOfList

      @Deprecated public CTP_AllFieldCases_CTS withListOfList(String queryResponseDef, List<List<Double>> matrix, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withListOfList in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      matrix - Parameter for the withListOfList field of MyQueryType, 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
    • withListOfListWithBindValues

      @Deprecated public CTP_AllFieldCases_CTS withListOfListWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<List<Double>> matrix, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withListOfListWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithListOfListGraphQLRequest(java.lang.String) method.
      matrix - Parameter for the withListOfList field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • withListOfList

      @Deprecated public CTP_AllFieldCases_CTS withListOfList(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<List<Double>> matrix, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      withListOfList in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithListOfListGraphQLRequest(java.lang.String) method.
      matrix - Parameter for the withListOfList field of MyQueryType, 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 : (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
    • getWithListOfListResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getWithListOfListResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWithListOfListResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getWithListOfListGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getWithListOfListGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWithListOfListGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • withListWithBindValues

      @Deprecated public List<CIP_Character_CIS> withListWithBindValues(String queryResponseDef, String firstName, List<CINP_CharacterInput_CINS> characters, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput. # The name of the first Character returned is replaced by the given firstName. # All ids are generated This method is deprecated: please use CTP_MyQueryType_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:
      withListWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      firstName - Parameter for the withList field of MyQueryType, as defined in the GraphQL schema
      characters - Parameter for the withList field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • withList

      @Deprecated public List<CIP_Character_CIS> withList(String queryResponseDef, String firstName, List<CINP_CharacterInput_CINS> characters, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput. # The name of the first Character returned is replaced by the given firstName. # All ids are generated This method is deprecated: please use CTP_MyQueryType_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:
      withList in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      firstName - Parameter for the withList field of MyQueryType, as defined in the GraphQL schema
      characters - Parameter for the withList field of MyQueryType, 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
    • withListWithBindValues

      @Deprecated public List<CIP_Character_CIS> withListWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String firstName, List<CINP_CharacterInput_CINS> characters, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput. # The name of the first Character returned is replaced by the given firstName. # All ids are generated This method is deprecated: please use CTP_MyQueryType_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:
      withListWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithListGraphQLRequest(java.lang.String) method.
      firstName - Parameter for the withList field of MyQueryType, as defined in the GraphQL schema
      characters - Parameter for the withList field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • withList

      @Deprecated public List<CIP_Character_CIS> withList(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String firstName, List<CINP_CharacterInput_CINS> characters, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput. # The name of the first Character returned is replaced by the given firstName. # All ids are generated This method is deprecated: please use CTP_MyQueryType_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:
      withList in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWithListGraphQLRequest(java.lang.String) method.
      firstName - Parameter for the withList field of MyQueryType, as defined in the GraphQL schema
      characters - Parameter for the withList field of MyQueryType, 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 : (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
    • getWithListResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getWithListResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput. # The name of the first Character returned is replaced by the given firstName. # All ids are generated This method is deprecated: please use CTP_MyQueryType_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:
      getWithListResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getWithListGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getWithListGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput. # The name of the first Character returned is replaced by the given firstName. # All ids are generated This method is deprecated: please use CTP_MyQueryType_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:
      getWithListGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • allFieldCasesWithBindValues

      @Deprecated public CTP_AllFieldCases_CTS allFieldCasesWithBindValues(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # Complementary tests with the AllFieldCases Object This method is deprecated: please use CTP_MyQueryType_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:
      allFieldCasesWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      input - Parameter for the allFieldCases field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • allFieldCases

      @Deprecated public CTP_AllFieldCases_CTS allFieldCases(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # Complementary tests with the AllFieldCases Object This method is deprecated: please use CTP_MyQueryType_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:
      allFieldCases in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      input - Parameter for the allFieldCases field of MyQueryType, 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
    • allFieldCasesWithBindValues

      @Deprecated public CTP_AllFieldCases_CTS allFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      ################################################################################ # Complementary tests with the AllFieldCases Object This method is deprecated: please use CTP_MyQueryType_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:
      allFieldCasesWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getAllFieldCasesGraphQLRequest(java.lang.String) method.
      input - Parameter for the allFieldCases field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • allFieldCases

      @Deprecated public CTP_AllFieldCases_CTS allFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      ################################################################################ # Complementary tests with the AllFieldCases Object This method is deprecated: please use CTP_MyQueryType_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:
      allFieldCases in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getAllFieldCasesGraphQLRequest(java.lang.String) method.
      input - Parameter for the allFieldCases field of MyQueryType, 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 : (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
    • getAllFieldCasesResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getAllFieldCasesResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # Complementary tests with the AllFieldCases Object This method is deprecated: please use CTP_MyQueryType_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:
      getAllFieldCasesResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getAllFieldCasesGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getAllFieldCasesGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # Complementary tests with the AllFieldCases Object This method is deprecated: please use CTP_MyQueryType_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:
      getAllFieldCasesGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • unionTestWithBindValues

      @Deprecated public List<CUP_AnyCharacter_CUS> unionTestWithBindValues(String queryResponseDef, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # Test for unions This method is deprecated: please use CTP_MyQueryType_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:
      unionTestWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      human1 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      human2 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      droid1 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      droid2 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • unionTest

      @Deprecated public List<CUP_AnyCharacter_CUS> unionTest(String queryResponseDef, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # Test for unions This method is deprecated: please use CTP_MyQueryType_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:
      unionTest in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      human1 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      human2 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      droid1 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      droid2 - Parameter for the unionTest field of MyQueryType, 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
    • unionTestWithBindValues

      @Deprecated public List<CUP_AnyCharacter_CUS> unionTestWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      ################################################################################ # Test for unions This method is deprecated: please use CTP_MyQueryType_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:
      unionTestWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getUnionTestGraphQLRequest(java.lang.String) method.
      human1 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      human2 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      droid1 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      droid2 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • unionTest

      @Deprecated public List<CUP_AnyCharacter_CUS> unionTest(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      ################################################################################ # Test for unions This method is deprecated: please use CTP_MyQueryType_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:
      unionTest in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getUnionTestGraphQLRequest(java.lang.String) method.
      human1 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      human2 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      droid1 - Parameter for the unionTest field of MyQueryType, as defined in the GraphQL schema
      droid2 - Parameter for the unionTest field of MyQueryType, 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 : (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
    • getUnionTestResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getUnionTestResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # Test for unions This method is deprecated: please use CTP_MyQueryType_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:
      getUnionTestResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getUnionTestGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getUnionTestGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # Test for unions This method is deprecated: please use CTP_MyQueryType_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:
      getUnionTestGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • errorWithBindValues

      @Deprecated public CIP_Character_CIS errorWithBindValues(String queryResponseDef, String errorLabel, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # error always returns an error! (used to check the error management) This method is deprecated: please use CTP_MyQueryType_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:
      errorWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      errorLabel - Parameter for the error field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • error

      @Deprecated public CIP_Character_CIS error(String queryResponseDef, String errorLabel, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # error always returns an error! (used to check the error management) This method is deprecated: please use CTP_MyQueryType_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:
      error in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      errorLabel - Parameter for the error field of MyQueryType, 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
    • errorWithBindValues

      @Deprecated public CIP_Character_CIS errorWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String errorLabel, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      ################################################################################ # error always returns an error! (used to check the error management) This method is deprecated: please use CTP_MyQueryType_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:
      errorWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getErrorGraphQLRequest(java.lang.String) method.
      errorLabel - Parameter for the error field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • error

      @Deprecated public CIP_Character_CIS error(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String errorLabel, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      ################################################################################ # error always returns an error! (used to check the error management) This method is deprecated: please use CTP_MyQueryType_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:
      error in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getErrorGraphQLRequest(java.lang.String) method.
      errorLabel - Parameter for the error field of MyQueryType, 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 : (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
    • getErrorResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getErrorResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # error always returns an error! (used to check the error management) This method is deprecated: please use CTP_MyQueryType_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:
      getErrorResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getErrorGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getErrorGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      ################################################################################ # error always returns an error! (used to check the error management) This method is deprecated: please use CTP_MyQueryType_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:
      getErrorGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • aBreakWithBindValues

      @Deprecated public CTP_break_CTS aBreakWithBindValues(String queryResponseDef, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Check for GraphQL identifier that are java keywords This method is deprecated: please use CTP_MyQueryType_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:
      aBreakWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • aBreak

      @Deprecated public CTP_break_CTS aBreak(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Check for GraphQL identifier that are java keywords This method is deprecated: please use CTP_MyQueryType_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:
      aBreak in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • aBreakWithBindValues

      @Deprecated public CTP_break_CTS aBreakWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      Check for GraphQL identifier that are java keywords This method is deprecated: please use CTP_MyQueryType_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:
      aBreakWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getABreakGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • aBreak

      @Deprecated public CTP_break_CTS aBreak(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      Check for GraphQL identifier that are java keywords This method is deprecated: please use CTP_MyQueryType_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:
      aBreak in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getABreakGraphQLRequest(java.lang.String) method.
      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 : (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
    • getABreakResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getABreakResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Check for GraphQL identifier that are java keywords This method is deprecated: please use CTP_MyQueryType_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:
      getABreakResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getABreakGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getABreakGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Check for GraphQL identifier that are java keywords This method is deprecated: please use CTP_MyQueryType_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:
      getABreakGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • directiveOnQueryWithBindValues

      @Deprecated public List<String> directiveOnQueryWithBindValues(String queryResponseDef, Boolean uppercase, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query. # List is null if the directive is not present. This method is deprecated: please use CTP_MyQueryType_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:
      directiveOnQueryWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      uppercase - Parameter for the directiveOnQuery field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • directiveOnQuery

      @Deprecated public List<String> directiveOnQuery(String queryResponseDef, Boolean uppercase, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query. # List is null if the directive is not present. This method is deprecated: please use CTP_MyQueryType_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:
      directiveOnQuery in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      uppercase - Parameter for the directiveOnQuery field of MyQueryType, 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
    • directiveOnQueryWithBindValues

      @Deprecated public List<String> directiveOnQueryWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Boolean uppercase, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query. # List is null if the directive is not present. This method is deprecated: please use CTP_MyQueryType_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:
      directiveOnQueryWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getDirectiveOnQueryGraphQLRequest(java.lang.String) method.
      uppercase - Parameter for the directiveOnQuery field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • directiveOnQuery

      @Deprecated public List<String> directiveOnQuery(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Boolean uppercase, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query. # List is null if the directive is not present. This method is deprecated: please use CTP_MyQueryType_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:
      directiveOnQuery in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getDirectiveOnQueryGraphQLRequest(java.lang.String) method.
      uppercase - Parameter for the directiveOnQuery field of MyQueryType, 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 : (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
    • getDirectiveOnQueryResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getDirectiveOnQueryResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query. # List is null if the directive is not present. This method is deprecated: please use CTP_MyQueryType_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:
      getDirectiveOnQueryResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getDirectiveOnQueryGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getDirectiveOnQueryGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query. # List is null if the directive is not present. This method is deprecated: please use CTP_MyQueryType_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:
      getDirectiveOnQueryGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • directiveOnFieldWithBindValues

      @Deprecated public CIP_Character_CIS directiveOnFieldWithBindValues(String queryResponseDef, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery. # List is null if the directive is not present. This method is deprecated: please use CTP_MyQueryType_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:
      directiveOnFieldWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • directiveOnField

      @Deprecated public CIP_Character_CIS directiveOnField(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery. # List is null if the directive is not present. This method is deprecated: please use CTP_MyQueryType_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:
      directiveOnField in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • directiveOnFieldWithBindValues

      @Deprecated public CIP_Character_CIS directiveOnFieldWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery. # List is null if the directive is not present. This method is deprecated: please use CTP_MyQueryType_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:
      directiveOnFieldWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getDirectiveOnFieldGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • directiveOnField

      @Deprecated public CIP_Character_CIS directiveOnField(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery. # List is null if the directive is not present. This method is deprecated: please use CTP_MyQueryType_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:
      directiveOnField in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getDirectiveOnFieldGraphQLRequest(java.lang.String) method.
      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 : (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
    • getDirectiveOnFieldResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getDirectiveOnFieldResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery. # List is null if the directive is not present. This method is deprecated: please use CTP_MyQueryType_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:
      getDirectiveOnFieldResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getDirectiveOnFieldGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getDirectiveOnFieldGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery. # List is null if the directive is not present. This method is deprecated: please use CTP_MyQueryType_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:
      getDirectiveOnFieldGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • returnEnumWithBindValues

      @Deprecated public CEP_EnumWithReservedJavaKeywordAsValues_CES returnEnumWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • returnEnum

      @Deprecated public CEP_EnumWithReservedJavaKeywordAsValues_CES returnEnum(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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 CEP_EnumWithReservedJavaKeywordAsValues_CES returnEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnEnumGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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 CEP_EnumWithReservedJavaKeywordAsValues_CES returnEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnEnumGraphQLRequest(java.lang.String) method.
      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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • returnMandatoryEnumWithBindValues

      @Deprecated public CEP_EnumWithReservedJavaKeywordAsValues_CES returnMandatoryEnumWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • returnMandatoryEnum

      @Deprecated public CEP_EnumWithReservedJavaKeywordAsValues_CES returnMandatoryEnum(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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 CEP_EnumWithReservedJavaKeywordAsValues_CES returnMandatoryEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnMandatoryEnumGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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 CEP_EnumWithReservedJavaKeywordAsValues_CES returnMandatoryEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnMandatoryEnumGraphQLRequest(java.lang.String) method.
      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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • returnListOfEnumsWithBindValues

      @Deprecated public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfEnumsWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • returnListOfEnums

      @Deprecated public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfEnums(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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 List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnListOfEnumsGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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 List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnListOfEnumsGraphQLRequest(java.lang.String) method.
      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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • returnListOfListOfEnumsWithBindValues

      @Deprecated public List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> returnListOfListOfEnumsWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • returnListOfListOfEnums

      @Deprecated public List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> returnListOfListOfEnums(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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 List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> returnListOfListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnListOfListOfEnumsGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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 List<List<CEP_EnumWithReservedJavaKeywordAsValues_CES>> returnListOfListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnListOfListOfEnumsGraphQLRequest(java.lang.String) method.
      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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • returnListOfMandatoryEnumsWithBindValues

      @Deprecated public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfMandatoryEnumsWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • returnListOfMandatoryEnums

      @Deprecated public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfMandatoryEnums(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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 List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfMandatoryEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnListOfMandatoryEnumsGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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 List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnListOfMandatoryEnumsGraphQLRequest(java.lang.String) method.
      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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • returnMandatoryListOfEnumsWithBindValues

      @Deprecated public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfEnumsWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • returnMandatoryListOfEnums

      @Deprecated public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfEnums(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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 List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnMandatoryListOfEnumsGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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 List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnMandatoryListOfEnumsGraphQLRequest(java.lang.String) method.
      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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • returnMandatoryListOfMandatoryEnumsWithBindValues

      @Deprecated public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfMandatoryEnumsWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • returnMandatoryListOfMandatoryEnums

      @Deprecated public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfMandatoryEnums(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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 List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfMandatoryEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnMandatoryListOfMandatoryEnumsGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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 List<CEP_EnumWithReservedJavaKeywordAsValues_CES> returnMandatoryListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnMandatoryListOfMandatoryEnumsGraphQLRequest(java.lang.String) method.
      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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • connectionWithoutParametersWithBindValues

      @Deprecated public List<CIP_Character_CIS> connectionWithoutParametersWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      connectionWithoutParametersWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • connectionWithoutParameters

      @Deprecated public List<CIP_Character_CIS> connectionWithoutParameters(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      connectionWithoutParameters in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • connectionWithoutParametersWithBindValues

      @Deprecated public List<CIP_Character_CIS> connectionWithoutParametersWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      connectionWithoutParametersWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getConnectionWithoutParametersGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • connectionWithoutParameters

      @Deprecated public List<CIP_Character_CIS> connectionWithoutParameters(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      connectionWithoutParameters in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getConnectionWithoutParametersGraphQLRequest(java.lang.String) method.
      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 : (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
    • getConnectionWithoutParametersResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getConnectionWithoutParametersResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getConnectionWithoutParametersResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getConnectionWithoutParametersGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getConnectionWithoutParametersGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getConnectionWithoutParametersGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • connectionOnHumanWithBindValues

      @Deprecated public List<CTP_Human_CTS> connectionOnHumanWithBindValues(String queryResponseDef, String planet, CEP_Episode_CES episode, 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_MyQueryType_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:
      connectionOnHumanWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      planet - Parameter for the connectionOnHuman field of MyQueryType, as defined in the GraphQL schema
      episode - Parameter for the connectionOnHuman field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • connectionOnHuman

      @Deprecated public List<CTP_Human_CTS> connectionOnHuman(String queryResponseDef, String planet, CEP_Episode_CES episode, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      connectionOnHuman in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      planet - Parameter for the connectionOnHuman field of MyQueryType, as defined in the GraphQL schema
      episode - Parameter for the connectionOnHuman field of MyQueryType, 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
    • connectionOnHumanWithBindValues

      @Deprecated public List<CTP_Human_CTS> connectionOnHumanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      connectionOnHumanWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getConnectionOnHumanGraphQLRequest(java.lang.String) method.
      planet - Parameter for the connectionOnHuman field of MyQueryType, as defined in the GraphQL schema
      episode - Parameter for the connectionOnHuman field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • connectionOnHuman

      @Deprecated public List<CTP_Human_CTS> connectionOnHuman(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      connectionOnHuman in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getConnectionOnHumanGraphQLRequest(java.lang.String) method.
      planet - Parameter for the connectionOnHuman field of MyQueryType, as defined in the GraphQL schema
      episode - Parameter for the connectionOnHuman field of MyQueryType, 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 : (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
    • getConnectionOnHumanResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getConnectionOnHumanResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getConnectionOnHumanResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getConnectionOnHumanGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getConnectionOnHumanGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getConnectionOnHumanGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • checkOverriddenControllerWithBindValues

      @Deprecated public String checkOverriddenControllerWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      checkOverriddenControllerWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • checkOverriddenController

      @Deprecated public String checkOverriddenController(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      checkOverriddenController in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • checkOverriddenControllerWithBindValues

      @Deprecated public String checkOverriddenControllerWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      checkOverriddenControllerWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getCheckOverriddenControllerGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • checkOverriddenController

      @Deprecated public String checkOverriddenController(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      checkOverriddenController in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getCheckOverriddenControllerGraphQLRequest(java.lang.String) method.
      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 : (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
    • getCheckOverriddenControllerResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getCheckOverriddenControllerResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getCheckOverriddenControllerResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getCheckOverriddenControllerGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getCheckOverriddenControllerGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getCheckOverriddenControllerGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • issue53WithBindValues

      @Deprecated public Date issue53WithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      date - Parameter for the issue53 field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • issue53

      @Deprecated public Date issue53(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      date - Parameter for the issue53 field of MyQueryType, 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 Date issue53WithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIssue53GraphQLRequest(java.lang.String) method.
      date - Parameter for the issue53 field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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 Date issue53(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIssue53GraphQLRequest(java.lang.String) method.
      date - Parameter for the issue53 field of MyQueryType, 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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • issue200WithBindValues

      @Deprecated public Boolean issue200WithBindValues(String queryResponseDef, Boolean param, 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_MyQueryType_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:
      issue200WithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      param - Parameter for the issue200 field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • issue200

      @Deprecated public Boolean issue200(String queryResponseDef, Boolean param, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      issue200 in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      param - Parameter for the issue200 field of MyQueryType, 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
    • issue200WithBindValues

      @Deprecated public Boolean issue200WithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Boolean param, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      issue200WithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIssue200GraphQLRequest(java.lang.String) method.
      param - Parameter for the issue200 field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • issue200

      @Deprecated public Boolean issue200(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Boolean param, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      issue200 in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIssue200GraphQLRequest(java.lang.String) method.
      param - Parameter for the issue200 field of MyQueryType, 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 : (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
    • getIssue200ResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getIssue200ResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getIssue200ResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getIssue200GraphQLRequest

      @Deprecated public GraphQLRequestMySchema getIssue200GraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getIssue200GraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • issue82FloatWithBindValues

      @Deprecated public Double issue82FloatWithBindValues(String queryResponseDef, Double aFloat, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      #issue82 is about hard coded values as parameters. Other types are tests with other queries, but there was no method with a simple float parameter This method is deprecated: please use CTP_MyQueryType_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:
      issue82FloatWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      aFloat - Parameter for the issue82Float field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • issue82Float

      @Deprecated public Double issue82Float(String queryResponseDef, Double aFloat, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      #issue82 is about hard coded values as parameters. Other types are tests with other queries, but there was no method with a simple float parameter This method is deprecated: please use CTP_MyQueryType_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:
      issue82Float in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      aFloat - Parameter for the issue82Float field of MyQueryType, 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
    • issue82FloatWithBindValues

      @Deprecated public Double issue82FloatWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Double aFloat, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      #issue82 is about hard coded values as parameters. Other types are tests with other queries, but there was no method with a simple float parameter This method is deprecated: please use CTP_MyQueryType_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:
      issue82FloatWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIssue82FloatGraphQLRequest(java.lang.String) method.
      aFloat - Parameter for the issue82Float field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • issue82Float

      @Deprecated public Double issue82Float(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Double aFloat, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      #issue82 is about hard coded values as parameters. Other types are tests with other queries, but there was no method with a simple float parameter This method is deprecated: please use CTP_MyQueryType_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:
      issue82Float in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIssue82FloatGraphQLRequest(java.lang.String) method.
      aFloat - Parameter for the issue82Float field of MyQueryType, 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 : (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
    • getIssue82FloatResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getIssue82FloatResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      #issue82 is about hard coded values as parameters. Other types are tests with other queries, but there was no method with a simple float parameter This method is deprecated: please use CTP_MyQueryType_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:
      getIssue82FloatResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getIssue82FloatGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getIssue82FloatGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      #issue82 is about hard coded values as parameters. Other types are tests with other queries, but there was no method with a simple float parameter This method is deprecated: please use CTP_MyQueryType_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:
      getIssue82FloatGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • issue82IDWithBindValues

      @Deprecated public String issue82IDWithBindValues(String queryResponseDef, String aID, 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_MyQueryType_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:
      issue82IDWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      aID - Parameter for the issue82ID field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • issue82ID

      @Deprecated public String issue82ID(String queryResponseDef, String aID, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      issue82ID in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      aID - Parameter for the issue82ID field of MyQueryType, 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
    • issue82IDWithBindValues

      @Deprecated public String issue82IDWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String aID, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      issue82IDWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIssue82IDGraphQLRequest(java.lang.String) method.
      aID - Parameter for the issue82ID field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • issue82ID

      @Deprecated public String issue82ID(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String aID, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      issue82ID in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIssue82IDGraphQLRequest(java.lang.String) method.
      aID - Parameter for the issue82ID field of MyQueryType, 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 : (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
    • getIssue82IDResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getIssue82IDResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getIssue82IDResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getIssue82IDGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getIssue82IDGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getIssue82IDGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • Issue217WithBindValues

      @Deprecated public String Issue217WithBindValues(String queryResponseDef, String AnArg, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Issue 217: issue when a field name starts with an uppercase letter This method is deprecated: please use CTP_MyQueryType_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:
      Issue217WithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      AnArg - Parameter for the Issue217 field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • Issue217

      @Deprecated public String Issue217(String queryResponseDef, String AnArg, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Issue 217: issue when a field name starts with an uppercase letter This method is deprecated: please use CTP_MyQueryType_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:
      Issue217 in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      AnArg - Parameter for the Issue217 field of MyQueryType, 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
    • Issue217WithBindValues

      @Deprecated public String Issue217WithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String AnArg, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      Issue 217: issue when a field name starts with an uppercase letter This method is deprecated: please use CTP_MyQueryType_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:
      Issue217WithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIssue217GraphQLRequest(java.lang.String) method.
      AnArg - Parameter for the Issue217 field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • Issue217

      @Deprecated public String Issue217(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String AnArg, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      Issue 217: issue when a field name starts with an uppercase letter This method is deprecated: please use CTP_MyQueryType_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:
      Issue217 in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIssue217GraphQLRequest(java.lang.String) method.
      AnArg - Parameter for the Issue217 field of MyQueryType, 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 : (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
    • getIssue217ResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getIssue217ResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Issue 217: issue when a field name starts with an uppercase letter This method is deprecated: please use CTP_MyQueryType_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:
      getIssue217ResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getIssue217GraphQLRequest

      @Deprecated public GraphQLRequestMySchema getIssue217GraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Issue 217: issue when a field name starts with an uppercase letter This method is deprecated: please use CTP_MyQueryType_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:
      getIssue217GraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • issue128WithBindValues

      @Deprecated public CIP_Client_CIS issue128WithBindValues(String queryResponseDef, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      test for issue #128 (compilation error when a Query returns a type 'Client') This method is deprecated: please use CTP_MyQueryType_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:
      issue128WithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • issue128

      @Deprecated public CIP_Client_CIS issue128(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      test for issue #128 (compilation error when a Query returns a type 'Client') This method is deprecated: please use CTP_MyQueryType_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:
      issue128 in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • issue128WithBindValues

      @Deprecated public CIP_Client_CIS issue128WithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      test for issue #128 (compilation error when a Query returns a type 'Client') This method is deprecated: please use CTP_MyQueryType_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:
      issue128WithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIssue128GraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • issue128

      @Deprecated public CIP_Client_CIS issue128(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      test for issue #128 (compilation error when a Query returns a type 'Client') This method is deprecated: please use CTP_MyQueryType_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:
      issue128 in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIssue128GraphQLRequest(java.lang.String) method.
      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 : (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
    • getIssue128ResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getIssue128ResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      test for issue #128 (compilation error when a Query returns a type 'Client') This method is deprecated: please use CTP_MyQueryType_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:
      getIssue128ResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getIssue128GraphQLRequest

      @Deprecated public GraphQLRequestMySchema getIssue128GraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      test for issue #128 (compilation error when a Query returns a type 'Client') This method is deprecated: please use CTP_MyQueryType_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:
      getIssue128GraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • enumWithReservedJavaKeywordAsValuesWithBindValues

      @Deprecated public CEP_EnumWithReservedJavaKeywordAsValues_CES enumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • enumWithReservedJavaKeywordAsValues

      @Deprecated public CEP_EnumWithReservedJavaKeywordAsValues_CES enumWithReservedJavaKeywordAsValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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 CEP_EnumWithReservedJavaKeywordAsValues_CES enumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getEnumWithReservedJavaKeywordAsValuesGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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 CEP_EnumWithReservedJavaKeywordAsValues_CES enumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getEnumWithReservedJavaKeywordAsValuesGraphQLRequest(java.lang.String) method.
      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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • listOfEnumWithReservedJavaKeywordAsValuesWithBindValues

      @Deprecated public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, CEP_EnumWithReservedJavaKeywordAsValues_CES param1, List<CEP_EnumWithReservedJavaKeywordAsValues_CES> param2, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      param1 - Parameter for the listOfEnumWithReservedJavaKeywordAsValues field of MyQueryType, as defined in the GraphQL schema
      param2 - Parameter for the listOfEnumWithReservedJavaKeywordAsValues field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • listOfEnumWithReservedJavaKeywordAsValues

      @Deprecated public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> listOfEnumWithReservedJavaKeywordAsValues(String queryResponseDef, CEP_EnumWithReservedJavaKeywordAsValues_CES param1, List<CEP_EnumWithReservedJavaKeywordAsValues_CES> param2, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      param1 - Parameter for the listOfEnumWithReservedJavaKeywordAsValues field of MyQueryType, as defined in the GraphQL schema
      param2 - Parameter for the listOfEnumWithReservedJavaKeywordAsValues field of MyQueryType, 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
    • listOfEnumWithReservedJavaKeywordAsValuesWithBindValues

      @Deprecated public List<CEP_EnumWithReservedJavaKeywordAsValues_CES> listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_EnumWithReservedJavaKeywordAsValues_CES param1, List<CEP_EnumWithReservedJavaKeywordAsValues_CES> param2, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getListOfEnumWithReservedJavaKeywordAsValuesGraphQLRequest(java.lang.String) method.
      param1 - Parameter for the listOfEnumWithReservedJavaKeywordAsValues field of MyQueryType, as defined in the GraphQL schema
      param2 - Parameter for the listOfEnumWithReservedJavaKeywordAsValues field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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 List<CEP_EnumWithReservedJavaKeywordAsValues_CES> listOfEnumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_EnumWithReservedJavaKeywordAsValues_CES param1, List<CEP_EnumWithReservedJavaKeywordAsValues_CES> param2, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getListOfEnumWithReservedJavaKeywordAsValuesGraphQLRequest(java.lang.String) method.
      param1 - Parameter for the listOfEnumWithReservedJavaKeywordAsValues field of MyQueryType, as defined in the GraphQL schema
      param2 - Parameter for the listOfEnumWithReservedJavaKeywordAsValues field of MyQueryType, 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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • reservedJavaKeywordAllFieldCasesWithBindValues

      @Deprecated public CTP_ReservedJavaKeywordAllFieldCases_CTS reservedJavaKeywordAllFieldCasesWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      reservedJavaKeywordAllFieldCasesWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • reservedJavaKeywordAllFieldCases

      @Deprecated public CTP_ReservedJavaKeywordAllFieldCases_CTS reservedJavaKeywordAllFieldCases(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      reservedJavaKeywordAllFieldCases in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • reservedJavaKeywordAllFieldCasesWithBindValues

      @Deprecated public CTP_ReservedJavaKeywordAllFieldCases_CTS reservedJavaKeywordAllFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      reservedJavaKeywordAllFieldCasesWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReservedJavaKeywordAllFieldCasesGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • reservedJavaKeywordAllFieldCases

      @Deprecated public CTP_ReservedJavaKeywordAllFieldCases_CTS reservedJavaKeywordAllFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      reservedJavaKeywordAllFieldCases in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReservedJavaKeywordAllFieldCasesGraphQLRequest(java.lang.String) method.
      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 : (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
    • getReservedJavaKeywordAllFieldCasesResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getReservedJavaKeywordAllFieldCasesResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getReservedJavaKeywordAllFieldCasesResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getReservedJavaKeywordAllFieldCasesGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getReservedJavaKeywordAllFieldCasesGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getReservedJavaKeywordAllFieldCasesGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _ifWithBindValues

      @Deprecated public String _ifWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _if

      @Deprecated public String _if(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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 String _ifWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIfGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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 String _if(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIfGraphQLRequest(java.lang.String) method.
      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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _implementsWithBindValues

      @Deprecated public String _implementsWithBindValues(String queryResponseDef, String _if, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Test for PR 177 (on server side, the returned value is the content of the if input parameter) This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _implements

      @Deprecated public String _implements(String queryResponseDef, String _if, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Test for PR 177 (on server side, the returned value is the content of the if input parameter) This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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 String _implementsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String _if, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      Test for PR 177 (on server side, the returned value is the content of the if input parameter) This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getImplementsGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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 String _implements(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String _if, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      Test for PR 177 (on server side, the returned value is the content of the if input parameter) This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getImplementsGraphQLRequest(java.lang.String) method.
      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 : (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.
      Test for PR 177 (on server side, the returned value is the content of the if input parameter) This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getImplementsGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getImplementsGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Test for PR 177 (on server side, the returned value is the content of the if input parameter) This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _importWithBindValues

      @Deprecated public String _importWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _importWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _import

      @Deprecated public String _import(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _import in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _importWithBindValues

      @Deprecated public String _importWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _importWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getImportGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _import

      @Deprecated public String _import(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _import in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getImportGraphQLRequest(java.lang.String) method.
      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 : (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
    • getImportResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getImportResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getImportResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getImportGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getImportGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getImportGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _instanceofWithBindValues

      @Deprecated public String _instanceofWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _instanceofWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _instanceof

      @Deprecated public String _instanceof(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _instanceof in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _instanceofWithBindValues

      @Deprecated public String _instanceofWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _instanceofWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getInstanceofGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _instanceof

      @Deprecated public String _instanceof(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _instanceof in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getInstanceofGraphQLRequest(java.lang.String) method.
      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 : (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
    • getInstanceofResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getInstanceofResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getInstanceofResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getInstanceofGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getInstanceofGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getInstanceofGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _intWithBindValues

      @Deprecated public String _intWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _intWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _int

      @Deprecated public String _int(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _int in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _intWithBindValues

      @Deprecated public String _intWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _intWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIntGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _int

      @Deprecated public String _int(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _int in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getIntGraphQLRequest(java.lang.String) method.
      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 : (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
    • getIntResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getIntResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getIntResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getIntGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getIntGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getIntGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _interfaceWithBindValues

      @Deprecated public String _interfaceWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _interfaceWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _interface

      @Deprecated public String _interface(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _interface in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _interfaceWithBindValues

      @Deprecated public String _interfaceWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _interfaceWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getInterfaceGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _interface

      @Deprecated public String _interface(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _interface in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getInterfaceGraphQLRequest(java.lang.String) method.
      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 : (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
    • getInterfaceResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getInterfaceResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getInterfaceResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getInterfaceGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getInterfaceGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getInterfaceGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _longWithBindValues

      @Deprecated public String _longWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _longWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _long

      @Deprecated public String _long(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _long in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _longWithBindValues

      @Deprecated public String _longWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _longWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getLongGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _long

      @Deprecated public String _long(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _long in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getLongGraphQLRequest(java.lang.String) method.
      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 : (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
    • getLongResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getLongResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getLongResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getLongGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getLongGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getLongGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _nativeWithBindValues

      @Deprecated public String _nativeWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _nativeWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _native

      @Deprecated public String _native(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _native in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _nativeWithBindValues

      @Deprecated public String _nativeWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _nativeWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getNativeGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _native

      @Deprecated public String _native(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _native in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getNativeGraphQLRequest(java.lang.String) method.
      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 : (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
    • getNativeResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getNativeResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getNativeResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getNativeGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getNativeGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getNativeGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _newWithBindValues

      @Deprecated public String _newWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _newWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _new

      @Deprecated public String _new(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _new in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _newWithBindValues

      @Deprecated public String _newWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _newWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getNewGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _new

      @Deprecated public String _new(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _new in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getNewGraphQLRequest(java.lang.String) method.
      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 : (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
    • getNewResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getNewResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getNewResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getNewGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getNewGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getNewGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _nullWithBindValues

      @Deprecated public String _nullWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _null

      @Deprecated public String _null(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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 String _nullWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getNullGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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 String _null(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getNullGraphQLRequest(java.lang.String) method.
      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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _packageWithBindValues

      @Deprecated public String _packageWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _packageWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _package

      @Deprecated public String _package(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _package in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _packageWithBindValues

      @Deprecated public String _packageWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _packageWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getPackageGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _package

      @Deprecated public String _package(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _package in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getPackageGraphQLRequest(java.lang.String) method.
      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 : (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
    • getPackageResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getPackageResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getPackageResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getPackageGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getPackageGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getPackageGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _privateWithBindValues

      @Deprecated public String _privateWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _privateWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _private

      @Deprecated public String _private(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _private in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _privateWithBindValues

      @Deprecated public String _privateWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _privateWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getPrivateGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _private

      @Deprecated public String _private(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _private in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getPrivateGraphQLRequest(java.lang.String) method.
      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 : (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
    • getPrivateResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getPrivateResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getPrivateResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getPrivateGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getPrivateGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getPrivateGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _protectedWithBindValues

      @Deprecated public String _protectedWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _protectedWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _protected

      @Deprecated public String _protected(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _protected in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _protectedWithBindValues

      @Deprecated public String _protectedWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _protectedWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getProtectedGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _protected

      @Deprecated public String _protected(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _protected in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getProtectedGraphQLRequest(java.lang.String) method.
      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 : (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
    • getProtectedResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getProtectedResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getProtectedResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getProtectedGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getProtectedGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getProtectedGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _publicWithBindValues

      @Deprecated public String _publicWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _publicWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _public

      @Deprecated public String _public(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _public in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _publicWithBindValues

      @Deprecated public String _publicWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _publicWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getPublicGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _public

      @Deprecated public String _public(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _public in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getPublicGraphQLRequest(java.lang.String) method.
      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 : (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
    • getPublicResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getPublicResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getPublicResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getPublicGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getPublicGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getPublicGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _returnWithBindValues

      @Deprecated public String _returnWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _returnWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _return

      @Deprecated public String _return(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _return in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _returnWithBindValues

      @Deprecated public String _returnWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _returnWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _return

      @Deprecated public String _return(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _return in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getReturnGraphQLRequest(java.lang.String) method.
      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 : (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
    • getReturnResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getReturnResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getReturnResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getReturnGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getReturnGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getReturnGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _shortWithBindValues

      @Deprecated public String _shortWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _shortWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _short

      @Deprecated public String _short(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _short in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _shortWithBindValues

      @Deprecated public String _shortWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _shortWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getShortGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _short

      @Deprecated public String _short(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _short in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getShortGraphQLRequest(java.lang.String) method.
      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 : (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
    • getShortResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getShortResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getShortResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getShortGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getShortGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getShortGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _staticWithBindValues

      @Deprecated public String _staticWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _staticWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _static

      @Deprecated public String _static(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _static in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _staticWithBindValues

      @Deprecated public String _staticWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _staticWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getStaticGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _static

      @Deprecated public String _static(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _static in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getStaticGraphQLRequest(java.lang.String) method.
      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 : (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
    • getStaticResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getStaticResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getStaticResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getStaticGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getStaticGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getStaticGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _strictfpWithBindValues

      @Deprecated public String _strictfpWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _strictfpWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _strictfp

      @Deprecated public String _strictfp(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _strictfp in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _strictfpWithBindValues

      @Deprecated public String _strictfpWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _strictfpWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getStrictfpGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _strictfp

      @Deprecated public String _strictfp(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _strictfp in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getStrictfpGraphQLRequest(java.lang.String) method.
      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 : (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
    • getStrictfpResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getStrictfpResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getStrictfpResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getStrictfpGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getStrictfpGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getStrictfpGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _superWithBindValues

      @Deprecated public String _superWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _superWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _super

      @Deprecated public String _super(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _super in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _superWithBindValues

      @Deprecated public String _superWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _superWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getSuperGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _super

      @Deprecated public String _super(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _super in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getSuperGraphQLRequest(java.lang.String) method.
      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 : (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
    • getSuperResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getSuperResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getSuperResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getSuperGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getSuperGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getSuperGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _switchWithBindValues

      @Deprecated public String _switchWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _switchWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _switch

      @Deprecated public String _switch(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _switch in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _switchWithBindValues

      @Deprecated public String _switchWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _switchWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getSwitchGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _switch

      @Deprecated public String _switch(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _switch in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getSwitchGraphQLRequest(java.lang.String) method.
      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 : (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
    • getSwitchResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getSwitchResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getSwitchResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getSwitchGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getSwitchGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getSwitchGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _synchronizedWithBindValues

      @Deprecated public String _synchronizedWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _synchronizedWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _synchronized

      @Deprecated public String _synchronized(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _synchronized in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _synchronizedWithBindValues

      @Deprecated public String _synchronizedWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _synchronizedWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getSynchronizedGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _synchronized

      @Deprecated public String _synchronized(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _synchronized in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getSynchronizedGraphQLRequest(java.lang.String) method.
      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 : (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
    • getSynchronizedResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getSynchronizedResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getSynchronizedResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getSynchronizedGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getSynchronizedGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getSynchronizedGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _thisWithBindValues

      @Deprecated public String _thisWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _thisWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _this

      @Deprecated public String _this(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _this in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _thisWithBindValues

      @Deprecated public String _thisWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _thisWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getThisGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _this

      @Deprecated public String _this(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _this in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getThisGraphQLRequest(java.lang.String) method.
      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 : (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
    • getThisResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getThisResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getThisResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getThisGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getThisGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getThisGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _throwWithBindValues

      @Deprecated public String _throwWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _throwWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _throw

      @Deprecated public String _throw(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _throw in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _throwWithBindValues

      @Deprecated public String _throwWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _throwWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getThrowGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _throw

      @Deprecated public String _throw(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _throw in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getThrowGraphQLRequest(java.lang.String) method.
      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 : (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
    • getThrowResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getThrowResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getThrowResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getThrowGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getThrowGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getThrowGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _throwsWithBindValues

      @Deprecated public String _throwsWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _throwsWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _throws

      @Deprecated public String _throws(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _throws in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _throwsWithBindValues

      @Deprecated public String _throwsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _throwsWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getThrowsGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _throws

      @Deprecated public String _throws(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _throws in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getThrowsGraphQLRequest(java.lang.String) method.
      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 : (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
    • getThrowsResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getThrowsResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getThrowsResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getThrowsGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getThrowsGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getThrowsGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _transientWithBindValues

      @Deprecated public String _transientWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _transientWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _transient

      @Deprecated public String _transient(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _transient in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _transientWithBindValues

      @Deprecated public String _transientWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _transientWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getTransientGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _transient

      @Deprecated public String _transient(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _transient in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getTransientGraphQLRequest(java.lang.String) method.
      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 : (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
    • getTransientResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getTransientResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getTransientResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getTransientGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getTransientGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getTransientGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _tryWithBindValues

      @Deprecated public String _tryWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _tryWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _try

      @Deprecated public String _try(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _try in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _tryWithBindValues

      @Deprecated public String _tryWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _tryWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getTryGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _try

      @Deprecated public String _try(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _try in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getTryGraphQLRequest(java.lang.String) method.
      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 : (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
    • getTryResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getTryResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getTryResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getTryGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getTryGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getTryGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _voidWithBindValues

      @Deprecated public String _voidWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _voidWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _void

      @Deprecated public String _void(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _void in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _voidWithBindValues

      @Deprecated public String _voidWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _voidWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getVoidGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _void

      @Deprecated public String _void(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _void in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getVoidGraphQLRequest(java.lang.String) method.
      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 : (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
    • getVoidResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getVoidResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getVoidResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getVoidGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getVoidGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getVoidGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _volatileWithBindValues

      @Deprecated public String _volatileWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _volatileWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _volatile

      @Deprecated public String _volatile(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _volatile in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _volatileWithBindValues

      @Deprecated public String _volatileWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _volatileWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getVolatileGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _volatile

      @Deprecated public String _volatile(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _volatile in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getVolatileGraphQLRequest(java.lang.String) method.
      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 : (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
    • getVolatileResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getVolatileResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getVolatileResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getVolatileGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getVolatileGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getVolatileGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • _whileWithBindValues

      @Deprecated public String _whileWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      _whileWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • _while

      @Deprecated public String _while(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _while in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • _whileWithBindValues

      @Deprecated public String _whileWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _whileWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWhileGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • _while

      @Deprecated public String _while(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      _while in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getWhileGraphQLRequest(java.lang.String) method.
      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 : (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
    • getWhileResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getWhileResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWhileResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getWhileGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getWhileGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getWhileGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • foo140WithBindValues

      @Deprecated public CTP_Foo140_CTS foo140WithBindValues(String queryResponseDef, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      test for issue #140 (error for type that implements multiple interfaces) This method is deprecated: please use CTP_MyQueryType_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:
      foo140WithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • foo140

      @Deprecated public CTP_Foo140_CTS foo140(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      test for issue #140 (error for type that implements multiple interfaces) This method is deprecated: please use CTP_MyQueryType_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:
      foo140 in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • foo140WithBindValues

      @Deprecated public CTP_Foo140_CTS foo140WithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      test for issue #140 (error for type that implements multiple interfaces) This method is deprecated: please use CTP_MyQueryType_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:
      foo140WithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getFoo140GraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • foo140

      @Deprecated public CTP_Foo140_CTS foo140(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      test for issue #140 (error for type that implements multiple interfaces) This method is deprecated: please use CTP_MyQueryType_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:
      foo140 in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getFoo140GraphQLRequest(java.lang.String) method.
      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 : (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
    • getFoo140ResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getFoo140ResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      test for issue #140 (error for type that implements multiple interfaces) This method is deprecated: please use CTP_MyQueryType_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:
      getFoo140ResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getFoo140GraphQLRequest

      @Deprecated public GraphQLRequestMySchema getFoo140GraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      test for issue #140 (error for type that implements multiple interfaces) This method is deprecated: please use CTP_MyQueryType_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:
      getFoo140GraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • testBase64StringWithBindValues

      @Deprecated public byte[] testBase64StringWithBindValues(String queryResponseDef, byte[] input, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Test for issue #174: a custom scalar which Java type is an array This method is deprecated: please use CTP_MyQueryType_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:
      testBase64StringWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      input - Parameter for the testBase64String field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • testBase64String

      @Deprecated public byte[] testBase64String(String queryResponseDef, byte[] input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Test for issue #174: a custom scalar which Java type is an array This method is deprecated: please use CTP_MyQueryType_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:
      testBase64String in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      input - Parameter for the testBase64String field of MyQueryType, 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
    • testBase64StringWithBindValues

      @Deprecated public byte[] testBase64StringWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, byte[] input, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      Test for issue #174: a custom scalar which Java type is an array This method is deprecated: please use CTP_MyQueryType_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:
      testBase64StringWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getTestBase64StringGraphQLRequest(java.lang.String) method.
      input - Parameter for the testBase64String field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • testBase64String

      @Deprecated public byte[] testBase64String(com.graphql_java_generator.client.request.ObjectResponse objectResponse, byte[] input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      Test for issue #174: a custom scalar which Java type is an array This method is deprecated: please use CTP_MyQueryType_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:
      testBase64String in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getTestBase64StringGraphQLRequest(java.lang.String) method.
      input - Parameter for the testBase64String field of MyQueryType, 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 : (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
    • getTestBase64StringResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getTestBase64StringResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Test for issue #174: a custom scalar which Java type is an array This method is deprecated: please use CTP_MyQueryType_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:
      getTestBase64StringResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getTestBase64StringGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getTestBase64StringGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      Test for issue #174: a custom scalar which Java type is an array This method is deprecated: please use CTP_MyQueryType_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:
      getTestBase64StringGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • jsonWithBindValues

      @Deprecated public com.fasterxml.jackson.databind.node.ObjectNode jsonWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      json - Parameter for the json field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • json

      @Deprecated public com.fasterxml.jackson.databind.node.ObjectNode json(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      json - Parameter for the json field of MyQueryType, 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 com.fasterxml.jackson.databind.node.ObjectNode jsonWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getJsonGraphQLRequest(java.lang.String) method.
      json - Parameter for the json field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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 com.fasterxml.jackson.databind.node.ObjectNode json(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getJsonGraphQLRequest(java.lang.String) method.
      json - Parameter for the json field of MyQueryType, 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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • jsonsWithBindValues

      @Deprecated public List<com.fasterxml.jackson.databind.node.ObjectNode> jsonsWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      jsons - Parameter for the jsons field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • jsons

      @Deprecated public List<com.fasterxml.jackson.databind.node.ObjectNode> jsons(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      jsons - Parameter for the jsons field of MyQueryType, 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 List<com.fasterxml.jackson.databind.node.ObjectNode> jsonsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getJsonsGraphQLRequest(java.lang.String) method.
      jsons - Parameter for the jsons field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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 List<com.fasterxml.jackson.databind.node.ObjectNode> jsons(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getJsonsGraphQLRequest(java.lang.String) method.
      jsons - Parameter for the jsons field of MyQueryType, 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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • jsonWithInputWithBindValues

      @Deprecated public CTP_TypeWithJson_CTS jsonWithInputWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      jsonWithInputWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      input - Parameter for the jsonWithInput field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • jsonWithInput

      @Deprecated public CTP_TypeWithJson_CTS jsonWithInput(String queryResponseDef, 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_MyQueryType_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:
      jsonWithInput in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      input - Parameter for the jsonWithInput field of MyQueryType, 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
    • jsonWithInputWithBindValues

      @Deprecated public CTP_TypeWithJson_CTS jsonWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_InputWithJson_CINS input, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      jsonWithInputWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getJsonWithInputGraphQLRequest(java.lang.String) method.
      input - Parameter for the jsonWithInput field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • jsonWithInput

      @Deprecated public CTP_TypeWithJson_CTS jsonWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_InputWithJson_CINS input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      jsonWithInput in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getJsonWithInputGraphQLRequest(java.lang.String) method.
      input - Parameter for the jsonWithInput field of MyQueryType, 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 : (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
    • getJsonWithInputResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getJsonWithInputResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getJsonWithInputResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getJsonWithInputGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getJsonWithInputGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getJsonWithInputGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • jsonsWithInputWithBindValues

      @Deprecated public List<CTP_TypeWithJson_CTS> jsonsWithInputWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      input - Parameter for the jsonsWithInput field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • jsonsWithInput

      @Deprecated public List<CTP_TypeWithJson_CTS> jsonsWithInput(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      input - Parameter for the jsonsWithInput field of MyQueryType, 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 List<CTP_TypeWithJson_CTS> jsonsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<CINP_InputWithJson_CINS> input, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getJsonsWithInputGraphQLRequest(java.lang.String) method.
      input - Parameter for the jsonsWithInput field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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 List<CTP_TypeWithJson_CTS> jsonsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getJsonsWithInputGraphQLRequest(java.lang.String) method.
      input - Parameter for the jsonsWithInput field of MyQueryType, 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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • objectWithBindValues

      @Deprecated public Object objectWithBindValues(String queryResponseDef, Object object, 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_MyQueryType_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:
      objectWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      object - Parameter for the object field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • object

      @Deprecated public Object object(String queryResponseDef, Object object, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      object in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      object - Parameter for the object field of MyQueryType, 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
    • objectWithBindValues

      @Deprecated public Object objectWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object object, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      objectWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getObjectGraphQLRequest(java.lang.String) method.
      object - Parameter for the object field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • object

      @Deprecated public Object object(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object object, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      object in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getObjectGraphQLRequest(java.lang.String) method.
      object - Parameter for the object field of MyQueryType, 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 : (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
    • getObjectResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getObjectResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getObjectResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getObjectGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getObjectGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getObjectGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • objectsWithBindValues

      @Deprecated public List<Object> objectsWithBindValues(String queryResponseDef, List<Object> objects, 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_MyQueryType_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:
      objectsWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      objects - Parameter for the objects field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • objects

      @Deprecated public List<Object> objects(String queryResponseDef, List<Object> objects, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      objects in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      objects - Parameter for the objects field of MyQueryType, 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
    • objectsWithBindValues

      @Deprecated public List<Object> objectsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<Object> objects, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      objectsWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getObjectsGraphQLRequest(java.lang.String) method.
      objects - Parameter for the objects field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • objects

      @Deprecated public List<Object> objects(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<Object> objects, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      objects in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getObjectsGraphQLRequest(java.lang.String) method.
      objects - Parameter for the objects field of MyQueryType, 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 : (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
    • getObjectsResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getObjectsResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getObjectsResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getObjectsGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getObjectsGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getObjectsGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • objectWithInputWithBindValues

      @Deprecated public CTP_TypeWithObject_CTS objectWithInputWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      objectWithInputWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      input - Parameter for the objectWithInput field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • objectWithInput

      @Deprecated public CTP_TypeWithObject_CTS objectWithInput(String queryResponseDef, 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_MyQueryType_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:
      objectWithInput in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      input - Parameter for the objectWithInput field of MyQueryType, 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
    • objectWithInputWithBindValues

      @Deprecated public CTP_TypeWithObject_CTS objectWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      objectWithInputWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getObjectWithInputGraphQLRequest(java.lang.String) method.
      input - Parameter for the objectWithInput field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • objectWithInput

      @Deprecated public CTP_TypeWithObject_CTS objectWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      objectWithInput in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getObjectWithInputGraphQLRequest(java.lang.String) method.
      input - Parameter for the objectWithInput field of MyQueryType, 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 : (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
    • getObjectWithInputResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getObjectWithInputResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getObjectWithInputResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getObjectWithInputGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getObjectWithInputGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getObjectWithInputGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • objectsWithInputWithBindValues

      @Deprecated public List<CTP_TypeWithObject_CTS> objectsWithInputWithBindValues(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      input - Parameter for the objectsWithInput field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • objectsWithInput

      @Deprecated public List<CTP_TypeWithObject_CTS> objectsWithInput(String queryResponseDef, 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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      input - Parameter for the objectsWithInput field of MyQueryType, 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 List<CTP_TypeWithObject_CTS> objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getObjectsWithInputGraphQLRequest(java.lang.String) method.
      input - Parameter for the objectsWithInput field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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 List<CTP_TypeWithObject_CTS> objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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 MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getObjectsWithInputGraphQLRequest(java.lang.String) method.
      input - Parameter for the objectsWithInput field of MyQueryType, 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 : (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_MyQueryType_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 MyQueryTypeExecutorMySchema
      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_MyQueryType_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 MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • relayWithBindValues

      @Deprecated public CTP_MyQueryType_CTS relayWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      relayWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • relay

      @Deprecated public CTP_MyQueryType_CTS relay(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      relay in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • relayWithBindValues

      @Deprecated public CTP_MyQueryType_CTS relayWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      relayWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getRelayGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • relay

      @Deprecated public CTP_MyQueryType_CTS relay(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      relay in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.getRelayGraphQLRequest(java.lang.String) method.
      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 : (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
    • getRelayResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder getRelayResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getRelayResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • getRelayGraphQLRequest

      @Deprecated public GraphQLRequestMySchema getRelayGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      getRelayGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • __schemaWithBindValues

      @Deprecated public CTP___Schema_CTS __schemaWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      __schemaWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • __schema

      @Deprecated public CTP___Schema_CTS __schema(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      __schema in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • __schemaWithBindValues

      @Deprecated public CTP___Schema_CTS __schemaWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      __schemaWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.get__schemaGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • __schema

      @Deprecated public CTP___Schema_CTS __schema(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      __schema in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.get__schemaGraphQLRequest(java.lang.String) method.
      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 : (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
    • get__schemaResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder get__schemaResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      get__schemaResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • get__schemaGraphQLRequest

      @Deprecated public GraphQLRequestMySchema get__schemaGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      get__schemaGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • __typeWithBindValues

      @Deprecated public CTP___Type_CTS __typeWithBindValues(String queryResponseDef, String name, 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_MyQueryType_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:
      __typeWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      name - Parameter for the __type field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • __type

      @Deprecated public CTP___Type_CTS __type(String queryResponseDef, String name, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      __type in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      name - Parameter for the __type field of MyQueryType, 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
    • __typeWithBindValues

      @Deprecated public CTP___Type_CTS __typeWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      __typeWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.get__typeGraphQLRequest(java.lang.String) method.
      name - Parameter for the __type field of MyQueryType, as defined in the GraphQL schema
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • __type

      @Deprecated public CTP___Type_CTS __type(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      __type in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.get__typeGraphQLRequest(java.lang.String) method.
      name - Parameter for the __type field of MyQueryType, 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 : (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
    • get__typeResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder get__typeResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      get__typeResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • get__typeGraphQLRequest

      @Deprecated public GraphQLRequestMySchema get__typeGraphQLRequest(String partialRequest) throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      get__typeGraphQLRequest in class MyQueryTypeExecutorMySchema
      Parameters:
      partialRequest - The Partial GraphQL request, as explained in the plugin client documentation
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • __typenameWithBindValues

      @Deprecated public String __typenameWithBindValues(String queryResponseDef, 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_MyQueryType_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:
      __typenameWithBindValues in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      parameters - The list of values, for the bind variables declared in the request you defined. 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
      com.graphql_java_generator.exception.GraphQLRequestPreparationException - When an error occurs during the request preparation, typically when building the ObjectResponse
    • __typename

      @Deprecated public String __typename(String queryResponseDef, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException, com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      __typename in class MyQueryTypeExecutorMySchema
      Parameters:
      queryResponseDef - The response definition of the query, in the native GraphQL format (see here above)
      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
    • __typenameWithBindValues

      @Deprecated public String __typenameWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      __typenameWithBindValues in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.get__typenameGraphQLRequest(java.lang.String) method.
      parameters - The list of values, for the bind variables declared in the request you defined. 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
    • __typename

      @Deprecated public String __typename(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) throws com.graphql_java_generator.exception.GraphQLRequestExecutionException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      __typename in class MyQueryTypeExecutorMySchema
      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 MyQueryTypeExecutorMySchema.get__typenameGraphQLRequest(java.lang.String) method.
      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 : (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
    • get__typenameResponseBuilder

      @Deprecated public com.graphql_java_generator.client.request.Builder get__typenameResponseBuilder() throws com.graphql_java_generator.exception.GraphQLRequestPreparationException
      Deprecated.
      This method is deprecated: please use CTP_MyQueryType_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:
      get__typenameResponseBuilder in class MyQueryTypeExecutorMySchema
      Returns:
      Throws:
      com.graphql_java_generator.exception.GraphQLRequestPreparationException
    • get__typenameGraphQLRequest

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