Uses of Class
com.graphql_java_generator.domain.client.allGraphQLCases.Droid
Packages that use Droid
-
Uses of Droid in com.graphql_java_generator.domain.client.allGraphQLCases
Methods in com.graphql_java_generator.domain.client.allGraphQLCases that return DroidModifier and TypeMethodDescriptionDroid.Builder.build()
MyQueryType.getWithTwoMandatoryParamDefaultVal()
MyQueryType.withTwoMandatoryParamDefaultVal
(ObjectResponse objectResponse, DroidInput theHero, Integer num, Object... paramsAndValues) Deprecated.MyQueryType.withTwoMandatoryParamDefaultVal
(String queryResponseDef, DroidInput theHero, Integer num, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.withTwoMandatoryParamDefaultVal
(ObjectResponse objectResponse, DroidInput theHero, Integer num, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withTwoMandatoryParamDefaultVal
(String queryResponseDef, DroidInput theHero, Integer num, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryType.withTwoMandatoryParamDefaultValWithBindValues
(ObjectResponse objectResponse, DroidInput theHero, Integer num, Map<String, Object> parameters) Deprecated.MyQueryType.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, DroidInput theHero, Integer num, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.withTwoMandatoryParamDefaultValWithBindValues
(ObjectResponse objectResponse, DroidInput theHero, Integer num, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, DroidInput theHero, Integer num, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Methods in com.graphql_java_generator.domain.client.allGraphQLCases with parameters of type DroidModifier and TypeMethodDescriptionvoid
MyQueryType.setWithTwoMandatoryParamDefaultVal
(Droid withTwoMandatoryParamDefaultVal) MyQueryType.Builder.withWithTwoMandatoryParamDefaultVal
(Droid withTwoMandatoryParamDefaultVal)