Uses of Class
org.allGraphQLCases.client.CTP_Droid_CTS
Packages that use CTP_Droid_CTS
-
Uses of CTP_Droid_CTS in org.allGraphQLCases.client
Methods in org.allGraphQLCases.client that return CTP_Droid_CTSModifier and TypeMethodDescriptionCTP_Droid_CTS.Builder.build()
CTP_MyQueryType_CTS.getWithTwoMandatoryParamDefaultVal()
Methods in org.allGraphQLCases.client with parameters of type CTP_Droid_CTSModifier 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
Methods in org.allGraphQLCases.client.util that return CTP_Droid_CTSModifier 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.Methods in org.allGraphQLCases.client.util that return types with arguments of type CTP_Droid_CTSModifier 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.