Uses of Enum Class
org.allGraphQLCases.client2.EnumWithReservedJavaKeywordAsValues
Packages that use EnumWithReservedJavaKeywordAsValues
-
Uses of EnumWithReservedJavaKeywordAsValues in org.allGraphQLCases.client2
Methods in org.allGraphQLCases.client2 that return EnumWithReservedJavaKeywordAsValuesModifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) test for issue #139 (use of java reserved keyword)
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValues(String queryResponseDef, Object... paramsAndValues) test for issue #139 (use of java reserved keyword)
This method executes a partial query on the enumWithReservedJavaKeywordAsValues query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) test for issue #139 (use of java reserved keyword)
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, Map<String, Object> parameters) test for issue #139 (use of java reserved keyword)
This method executes a partial query on the enumWithReservedJavaKeywordAsValues query against the GraphQL server.EnumWithReservedJavaKeywordAsValues.fromGraphQlValue(String graphQlValue) Returns the enum constant of this type with the specified name (as specified in the GraphQL schema).MyQueryType.getEnumWithReservedJavaKeywordAsValues()test for issue #139 (use of java reserved keyword)TheSubscriptionType.getEnumWithReservedJavaKeywordAsValues()test for issue #139 (use of java reserved keyword)MyQueryType.getReturnEnum()TheSubscriptionType.getReturnEnum()MyQueryType.getReturnMandatoryEnum()TheSubscriptionType.getReturnMandatoryEnum()MyQueryTypeExecutorAllGraphQLCases2.returnEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnEnum(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the returnEnum query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnEnumWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the returnEnum query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnMandatoryEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnMandatoryEnum(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the returnMandatoryEnum query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the returnMandatoryEnum query against the GraphQL server.Returns the enum constant of this class with the specified name.static EnumWithReservedJavaKeywordAsValues[]EnumWithReservedJavaKeywordAsValues.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.allGraphQLCases.client2 that return types with arguments of type EnumWithReservedJavaKeywordAsValuesModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<EnumWithReservedJavaKeywordAsValues>>MyQueryTypeReactiveExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) test for issue #139 (use of java reserved keyword)
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<EnumWithReservedJavaKeywordAsValues>>MyQueryTypeReactiveExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValues(String queryResponseDef, Object... paramsAndValues) test for issue #139 (use of java reserved keyword)
This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) test for issue #139 (use of java reserved keyword)
This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValues(String queryResponseDef, Object... paramsAndValues) test for issue #139 (use of java reserved keyword)
This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Mono<Optional<EnumWithReservedJavaKeywordAsValues>>MyQueryTypeReactiveExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) test for issue #139 (use of java reserved keyword)
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<EnumWithReservedJavaKeywordAsValues>>MyQueryTypeReactiveExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, Map<String, Object> parameters) test for issue #139 (use of java reserved keyword) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) test for issue #139 (use of java reserved keyword)
This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, Map<String, Object> parameters) test for issue #139 (use of java reserved keyword)
This method registers a subscription, by executing a direct partial enumWithReservedJavaKeywordAsValues subscription against the GraphQL server.MyQueryType.getListOfEnumWithReservedJavaKeywordAsValues()TheSubscriptionType.getListOfEnumWithReservedJavaKeywordAsValues()MyQueryType.getReturnListOfEnums()TheSubscriptionType.getReturnListOfEnums()MyQueryType.getReturnListOfListOfEnums()TheSubscriptionType.getReturnListOfListOfEnums()MyQueryType.getReturnListOfMandatoryEnums()TheSubscriptionType.getReturnListOfMandatoryEnums()MyQueryType.getReturnMandatoryListOfEnums()TheSubscriptionType.getReturnMandatoryListOfEnums()MyQueryType.getReturnMandatoryListOfMandatoryEnums()TheSubscriptionType.getReturnMandatoryListOfMandatoryEnums()MyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Object... paramsAndValues) This method executes a partial query on the listOfEnumWithReservedJavaKeywordAsValues query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(String queryResponseDef, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Map<String, Object> parameters) This method executes a partial query on the listOfEnumWithReservedJavaKeywordAsValues query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial listOfEnumWithReservedJavaKeywordAsValues subscription against the GraphQL server.reactor.core.publisher.Mono<Optional<EnumWithReservedJavaKeywordAsValues>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<EnumWithReservedJavaKeywordAsValues>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnEnum(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnEnum(String queryResponseDef, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Mono<Optional<EnumWithReservedJavaKeywordAsValues>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnEnumWithBindValues(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<EnumWithReservedJavaKeywordAsValues>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnEnumWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnEnumWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnEnum subscription against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnListOfEnums(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the returnListOfEnums query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnListOfEnums(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnListOfEnums(String queryResponseDef, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnListOfEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the returnListOfEnums query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnListOfEnumsWithBindValues(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<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnListOfEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnListOfEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfEnums subscription against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnListOfListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnListOfListOfEnums(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the returnListOfListOfEnums query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<List<EnumWithReservedJavaKeywordAsValues>>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnListOfListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<List<EnumWithReservedJavaKeywordAsValues>>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnListOfListOfEnums(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<List<EnumWithReservedJavaKeywordAsValues>>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnListOfListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<List<EnumWithReservedJavaKeywordAsValues>>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnListOfListOfEnums(String queryResponseDef, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnListOfListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnListOfListOfEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the returnListOfListOfEnums query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<List<EnumWithReservedJavaKeywordAsValues>>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnListOfListOfEnumsWithBindValues(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<List<List<EnumWithReservedJavaKeywordAsValues>>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnListOfListOfEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<List<EnumWithReservedJavaKeywordAsValues>>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnListOfListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<List<EnumWithReservedJavaKeywordAsValues>>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnListOfListOfEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfListOfEnums subscription against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnListOfMandatoryEnums(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the returnListOfMandatoryEnums query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnListOfMandatoryEnums(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnListOfMandatoryEnums(String queryResponseDef, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnListOfMandatoryEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnListOfMandatoryEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the returnListOfMandatoryEnums query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnListOfMandatoryEnumsWithBindValues(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<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnListOfMandatoryEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnListOfMandatoryEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnListOfMandatoryEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfMandatoryEnums subscription against the GraphQL server.reactor.core.publisher.Mono<Optional<EnumWithReservedJavaKeywordAsValues>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnMandatoryEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<EnumWithReservedJavaKeywordAsValues>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnMandatoryEnum(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues _enum, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryEnum(String queryResponseDef, EnumWithReservedJavaKeywordAsValues _enum, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Mono<Optional<EnumWithReservedJavaKeywordAsValues>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues(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<EnumWithReservedJavaKeywordAsValues>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues _enum, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues _enum, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnMandatoryListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnMandatoryListOfEnums(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the returnMandatoryListOfEnums query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfEnums(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfEnums(String queryResponseDef, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnMandatoryListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnMandatoryListOfEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the returnMandatoryListOfEnums query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfEnumsWithBindValues(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<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryListOfEnums subscription against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnums(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the returnMandatoryListOfMandatoryEnums query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnums(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnums(String queryResponseDef, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the returnMandatoryListOfMandatoryEnums query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnumsWithBindValues(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<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<EnumWithReservedJavaKeywordAsValues>>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnumsWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryListOfMandatoryEnums subscription against the GraphQL server.Methods in org.allGraphQLCases.client2 with parameters of type EnumWithReservedJavaKeywordAsValuesModifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Object... paramsAndValues) This method executes a partial query on the listOfEnumWithReservedJavaKeywordAsValues query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Map<String, Object> parameters) This method executes a partial query on the listOfEnumWithReservedJavaKeywordAsValues query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, EnumWithReservedJavaKeywordAsValues _enum, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnum(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, EnumWithReservedJavaKeywordAsValues _enum, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues _enum, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryEnum(String queryResponseDef, EnumWithReservedJavaKeywordAsValues _enum, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, EnumWithReservedJavaKeywordAsValues _enum, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, EnumWithReservedJavaKeywordAsValues _enum, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues _enum, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<EnumWithReservedJavaKeywordAsValues>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues _enum, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.voidMyQueryType.setEnumWithReservedJavaKeywordAsValues(EnumWithReservedJavaKeywordAsValues enumWithReservedJavaKeywordAsValues) test for issue #139 (use of java reserved keyword)voidTheSubscriptionType.setEnumWithReservedJavaKeywordAsValues(EnumWithReservedJavaKeywordAsValues enumWithReservedJavaKeywordAsValues) test for issue #139 (use of java reserved keyword)voidMyQueryType.setReturnEnum(EnumWithReservedJavaKeywordAsValues returnEnum) voidTheSubscriptionType.setReturnEnum(EnumWithReservedJavaKeywordAsValues returnEnum) voidMyQueryType.setReturnMandatoryEnum(EnumWithReservedJavaKeywordAsValues returnMandatoryEnum) voidTheSubscriptionType.setReturnMandatoryEnum(EnumWithReservedJavaKeywordAsValues returnMandatoryEnum) MyQueryType.Builder.withEnumWithReservedJavaKeywordAsValues(EnumWithReservedJavaKeywordAsValues enumWithReservedJavaKeywordAsValuesParam) test for issue #139 (use of java reserved keyword)TheSubscriptionType.Builder.withEnumWithReservedJavaKeywordAsValues(EnumWithReservedJavaKeywordAsValues enumWithReservedJavaKeywordAsValuesParam) test for issue #139 (use of java reserved keyword)MyQueryType.Builder.withReturnEnum(EnumWithReservedJavaKeywordAsValues returnEnumParam) TheSubscriptionType.Builder.withReturnEnum(EnumWithReservedJavaKeywordAsValues returnEnumParam) MyQueryType.Builder.withReturnMandatoryEnum(EnumWithReservedJavaKeywordAsValues returnMandatoryEnumParam) TheSubscriptionType.Builder.withReturnMandatoryEnum(EnumWithReservedJavaKeywordAsValues returnMandatoryEnumParam) Method parameters in org.allGraphQLCases.client2 with type arguments of type EnumWithReservedJavaKeywordAsValuesModifier and TypeMethodDescriptioncom.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, Object... paramsAndValues) test for issue #139 (use of java reserved keyword)
This method registers a subscription, by executing a direct partial enumWithReservedJavaKeywordAsValues subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, Object... paramsAndValues) test for issue #139 (use of java reserved keyword)
This method registers a subscription, by executing a direct partial enumWithReservedJavaKeywordAsValues subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, Map<String, Object> parameters) test for issue #139 (use of java reserved keyword)
This method registers a subscription, by executing a direct partial enumWithReservedJavaKeywordAsValues subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, Map<String, Object> parameters) test for issue #139 (use of java reserved keyword)
This method registers a subscription, by executing a direct partial enumWithReservedJavaKeywordAsValues subscription against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Object... paramsAndValues) This method executes a partial query on the listOfEnumWithReservedJavaKeywordAsValues query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Object... paramsAndValues) This method executes a partial query against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial listOfEnumWithReservedJavaKeywordAsValues subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial listOfEnumWithReservedJavaKeywordAsValues subscription against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Map<String, Object> parameters) This method executes a partial query on the listOfEnumWithReservedJavaKeywordAsValues query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<EnumWithReservedJavaKeywordAsValues>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, EnumWithReservedJavaKeywordAsValues param1, List<EnumWithReservedJavaKeywordAsValues> param2, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial listOfEnumWithReservedJavaKeywordAsValues subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial listOfEnumWithReservedJavaKeywordAsValues subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnEnum subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnEnum(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnEnum subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnEnum subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnEnumWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnEnum subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnListOfEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfEnums(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnListOfEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfEnumsWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<List<List<EnumWithReservedJavaKeywordAsValues>>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnListOfListOfEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfListOfEnums(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<List<List<EnumWithReservedJavaKeywordAsValues>>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnListOfListOfEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<List<List<EnumWithReservedJavaKeywordAsValues>>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfListOfEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfListOfEnumsWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<List<List<EnumWithReservedJavaKeywordAsValues>>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfListOfEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnListOfMandatoryEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfMandatoryEnums(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnListOfMandatoryEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfMandatoryEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfMandatoryEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfMandatoryEnumsWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfMandatoryEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, EnumWithReservedJavaKeywordAsValues _enum, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnum(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, EnumWithReservedJavaKeywordAsValues _enum, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, EnumWithReservedJavaKeywordAsValues _enum, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, EnumWithReservedJavaKeywordAsValues _enum, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryListOfEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfEnums(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryListOfEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryListOfEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfEnumsWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryListOfEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnums(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryListOfMandatoryEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnums(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryListOfMandatoryEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnumsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryListOfMandatoryEnums subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnumsWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryListOfMandatoryEnums subscription against the GraphQL server.voidMyQueryType.setListOfEnumWithReservedJavaKeywordAsValues(List<EnumWithReservedJavaKeywordAsValues> listOfEnumWithReservedJavaKeywordAsValues) voidTheSubscriptionType.setListOfEnumWithReservedJavaKeywordAsValues(List<EnumWithReservedJavaKeywordAsValues> listOfEnumWithReservedJavaKeywordAsValues) voidMyQueryType.setReturnListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfEnums) voidTheSubscriptionType.setReturnListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfEnums) voidMyQueryType.setReturnListOfListOfEnums(List<List<EnumWithReservedJavaKeywordAsValues>> returnListOfListOfEnums) voidTheSubscriptionType.setReturnListOfListOfEnums(List<List<EnumWithReservedJavaKeywordAsValues>> returnListOfListOfEnums) voidMyQueryType.setReturnListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfMandatoryEnums) voidTheSubscriptionType.setReturnListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfMandatoryEnums) voidMyQueryType.setReturnMandatoryListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfEnums) voidTheSubscriptionType.setReturnMandatoryListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfEnums) voidMyQueryType.setReturnMandatoryListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfMandatoryEnums) voidTheSubscriptionType.setReturnMandatoryListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfMandatoryEnums) MyQueryType.Builder.withListOfEnumWithReservedJavaKeywordAsValues(List<EnumWithReservedJavaKeywordAsValues> listOfEnumWithReservedJavaKeywordAsValuesParam) TheSubscriptionType.Builder.withListOfEnumWithReservedJavaKeywordAsValues(List<EnumWithReservedJavaKeywordAsValues> listOfEnumWithReservedJavaKeywordAsValuesParam) MyQueryType.Builder.withReturnListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfEnumsParam) TheSubscriptionType.Builder.withReturnListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfEnumsParam) MyQueryType.Builder.withReturnListOfListOfEnums(List<List<EnumWithReservedJavaKeywordAsValues>> returnListOfListOfEnumsParam) TheSubscriptionType.Builder.withReturnListOfListOfEnums(List<List<EnumWithReservedJavaKeywordAsValues>> returnListOfListOfEnumsParam) MyQueryType.Builder.withReturnListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfMandatoryEnumsParam) TheSubscriptionType.Builder.withReturnListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfMandatoryEnumsParam) MyQueryType.Builder.withReturnMandatoryListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfEnumsParam) TheSubscriptionType.Builder.withReturnMandatoryListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfEnumsParam) MyQueryType.Builder.withReturnMandatoryListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfMandatoryEnumsParam) TheSubscriptionType.Builder.withReturnMandatoryListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfMandatoryEnumsParam)