Uses of Class
org.allGraphQLCases.client.CTP_Droid_CTS
-
Uses of CTP_Droid_CTS in org.allGraphQLCases.client
Modifier and TypeMethodDescriptionCTP_Droid_CTS.Builder.build()
CTP_MyQueryType_CTS.getWithTwoMandatoryParamDefaultVal()
Modifier and TypeMethodDescriptionvoid
CTP_MyQueryType_CTS.setWithTwoMandatoryParamDefaultVal
(CTP_Droid_CTS withTwoMandatoryParamDefaultVal) CTP_MyQueryType_CTS.Builder.withWithTwoMandatoryParamDefaultVal
(CTP_Droid_CTS withTwoMandatoryParamDefaultValParam) -
Uses of CTP_Droid_CTS in org.allGraphQLCases.client.util
Modifier and TypeMethodDescriptionCTP_MyQueryType_CTS.withTwoMandatoryParamDefaultVal
(ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withTwoMandatoryParamDefaultVal
(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withTwoMandatoryParamDefaultVal
(ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withTwoMandatoryParamDefaultVal
(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) This method executes a partial query on the withTwoMandatoryParamDefaultVal query against the GraphQL server.CTP_MyQueryType_CTS.withTwoMandatoryParamDefaultValWithBindValues
(ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withTwoMandatoryParamDefaultValWithBindValues
(ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Map<String, Object> parameters) This method executes a partial query on the withTwoMandatoryParamDefaultVal query against the GraphQL server.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CTP_Droid_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.withTwoMandatoryParamDefaultVal
(ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_Droid_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.withTwoMandatoryParamDefaultVal
(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_Droid_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.withTwoMandatoryParamDefaultValWithBindValues
(ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_Droid_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.