Uses of Class
org.allGraphQLCases.client2.ReservedJavaKeywordAllFieldCases
Packages that use ReservedJavaKeywordAllFieldCases
-
Uses of ReservedJavaKeywordAllFieldCases in org.allGraphQLCases.client2
Methods in org.allGraphQLCases.client2 that return ReservedJavaKeywordAllFieldCasesModifier and TypeMethodDescriptionReservedJavaKeywordAllFieldCases.Builder.build()MyQueryType.getReservedJavaKeywordAllFieldCases()MyQueryTypeExecutorAllGraphQLCases2.reservedJavaKeywordAllFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.reservedJavaKeywordAllFieldCases(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the reservedJavaKeywordAllFieldCases query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.reservedJavaKeywordAllFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.reservedJavaKeywordAllFieldCasesWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the reservedJavaKeywordAllFieldCases query against the GraphQL server.Methods in org.allGraphQLCases.client2 that return types with arguments of type ReservedJavaKeywordAllFieldCasesModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<ReservedJavaKeywordAllFieldCases>>MyQueryTypeReactiveExecutorAllGraphQLCases2.reservedJavaKeywordAllFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<ReservedJavaKeywordAllFieldCases>>MyQueryTypeReactiveExecutorAllGraphQLCases2.reservedJavaKeywordAllFieldCases(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<ReservedJavaKeywordAllFieldCases>>MyQueryTypeReactiveExecutorAllGraphQLCases2.reservedJavaKeywordAllFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<ReservedJavaKeywordAllFieldCases>>MyQueryTypeReactiveExecutorAllGraphQLCases2.reservedJavaKeywordAllFieldCasesWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Methods in org.allGraphQLCases.client2 with parameters of type ReservedJavaKeywordAllFieldCasesModifier and TypeMethodDescriptionvoidMyQueryType.setReservedJavaKeywordAllFieldCases(ReservedJavaKeywordAllFieldCases reservedJavaKeywordAllFieldCases) MyQueryType.Builder.withReservedJavaKeywordAllFieldCases(ReservedJavaKeywordAllFieldCases reservedJavaKeywordAllFieldCasesParam)