Uses of Class
org.allGraphQLCases.client2.Droid
Packages that use Droid
-
Uses of Droid in org.allGraphQLCases.client2
Methods in org.allGraphQLCases.client2 that return DroidModifier and TypeMethodDescriptionDroid.Builder.build()MyQueryType.getWithTwoMandatoryParamDefaultVal()MyQueryTypeExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultVal(com.graphql_java_generator.client.request.ObjectResponse objectResponse, DroidInput theHero, Integer num, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultVal(String queryResponseDef, DroidInput theHero, Integer num, Object... paramsAndValues) This method executes a partial query on the withTwoMandatoryParamDefaultVal query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultValWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, DroidInput theHero, Integer num, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultValWithBindValues(String queryResponseDef, DroidInput 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.client2 that return types with arguments of type DroidModifier and TypeMethodDescriptionMyQueryTypeReactiveExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultVal(com.graphql_java_generator.client.request.ObjectResponse objectResponse, DroidInput theHero, Integer num, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultVal(String queryResponseDef, DroidInput theHero, Integer num, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultValWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, DroidInput theHero, Integer num, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultValWithBindValues(String queryResponseDef, DroidInput theHero, Integer num, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Methods in org.allGraphQLCases.client2 with parameters of type DroidModifier and TypeMethodDescriptionvoidMyQueryType.setWithTwoMandatoryParamDefaultVal(Droid withTwoMandatoryParamDefaultVal) MyQueryType.Builder.withWithTwoMandatoryParamDefaultVal(Droid withTwoMandatoryParamDefaultValParam)