Uses of Enum
org.allGraphQLCases.client2.EnumWithReservedJavaKeywordAsValues
-
Uses of EnumWithReservedJavaKeywordAsValues in org.allGraphQLCases.client2
Modifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValues
(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
(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
(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
(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
(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
(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 type with the specified name.static EnumWithReservedJavaKeywordAsValues[]
EnumWithReservedJavaKeywordAsValues.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<EnumWithReservedJavaKeywordAsValues>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValues
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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.Modifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues
(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
(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
(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
(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.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnum
(ObjectResponse objectResponse, SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, EnumWithReservedJavaKeywordAsValues _enum, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnum
(String queryResponseDef, 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
(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.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues
(ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues
(String queryResponseDef, 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
(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.void
MyQueryType.setEnumWithReservedJavaKeywordAsValues
(EnumWithReservedJavaKeywordAsValues enumWithReservedJavaKeywordAsValues) test for issue #139 (use of java reserved keyword)void
TheSubscriptionType.setEnumWithReservedJavaKeywordAsValues
(EnumWithReservedJavaKeywordAsValues enumWithReservedJavaKeywordAsValues) test for issue #139 (use of java reserved keyword)void
MyQueryType.setReturnEnum
(EnumWithReservedJavaKeywordAsValues returnEnum) void
TheSubscriptionType.setReturnEnum
(EnumWithReservedJavaKeywordAsValues returnEnum) void
MyQueryType.setReturnMandatoryEnum
(EnumWithReservedJavaKeywordAsValues returnMandatoryEnum) void
TheSubscriptionType.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) Modifier and TypeMethodDescriptionTheSubscriptionTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValues
(ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValues
(String queryResponseDef, 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.TheSubscriptionTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValuesWithBindValues
(ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorAllGraphQLCases2.enumWithReservedJavaKeywordAsValuesWithBindValues
(String queryResponseDef, 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
(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
(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.TheSubscriptionTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues
(ObjectResponse objectResponse, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial listOfEnumWithReservedJavaKeywordAsValues subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValues
(String queryResponseDef, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial listOfEnumWithReservedJavaKeywordAsValues subscription against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues
(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
(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.TheSubscriptionTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial listOfEnumWithReservedJavaKeywordAsValues subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.listOfEnumWithReservedJavaKeywordAsValuesWithBindValues
(String queryResponseDef, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial listOfEnumWithReservedJavaKeywordAsValues subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnEnum
(ObjectResponse objectResponse, SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnEnum subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnEnum
(String queryResponseDef, SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnEnum subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnEnumWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnEnum subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnEnumWithBindValues
(String queryResponseDef, SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnEnum subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfEnums
(ObjectResponse objectResponse, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnListOfEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfEnums
(String queryResponseDef, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnListOfEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfEnumsWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfEnumsWithBindValues
(String queryResponseDef, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfListOfEnums
(ObjectResponse objectResponse, SubscriptionCallback<List<List<EnumWithReservedJavaKeywordAsValues>>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnListOfListOfEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfListOfEnums
(String queryResponseDef, SubscriptionCallback<List<List<EnumWithReservedJavaKeywordAsValues>>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnListOfListOfEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfListOfEnumsWithBindValues
(ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfListOfEnumsWithBindValues
(String queryResponseDef, 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.TheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfMandatoryEnums
(ObjectResponse objectResponse, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnListOfMandatoryEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfMandatoryEnums
(String queryResponseDef, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnListOfMandatoryEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfMandatoryEnumsWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfMandatoryEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnListOfMandatoryEnumsWithBindValues
(String queryResponseDef, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnListOfMandatoryEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnum
(ObjectResponse objectResponse, SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, EnumWithReservedJavaKeywordAsValues _enum, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnum
(String queryResponseDef, SubscriptionCallback<EnumWithReservedJavaKeywordAsValues> subscriptionCallback, EnumWithReservedJavaKeywordAsValues _enum, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryEnum subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues
(ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryEnumWithBindValues
(String queryResponseDef, 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.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfEnums
(ObjectResponse objectResponse, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryListOfEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfEnums
(String queryResponseDef, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryListOfEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfEnumsWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryListOfEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfEnumsWithBindValues
(String queryResponseDef, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryListOfEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnums
(ObjectResponse objectResponse, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryListOfMandatoryEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnums
(String queryResponseDef, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial returnMandatoryListOfMandatoryEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnumsWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryListOfMandatoryEnums subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.returnMandatoryListOfMandatoryEnumsWithBindValues
(String queryResponseDef, SubscriptionCallback<List<EnumWithReservedJavaKeywordAsValues>> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial returnMandatoryListOfMandatoryEnums subscription against the GraphQL server.void
MyQueryType.setListOfEnumWithReservedJavaKeywordAsValues
(List<EnumWithReservedJavaKeywordAsValues> listOfEnumWithReservedJavaKeywordAsValues) void
TheSubscriptionType.setListOfEnumWithReservedJavaKeywordAsValues
(List<EnumWithReservedJavaKeywordAsValues> listOfEnumWithReservedJavaKeywordAsValues) void
MyQueryType.setReturnListOfEnums
(List<EnumWithReservedJavaKeywordAsValues> returnListOfEnums) void
TheSubscriptionType.setReturnListOfEnums
(List<EnumWithReservedJavaKeywordAsValues> returnListOfEnums) void
MyQueryType.setReturnListOfListOfEnums
(List<List<EnumWithReservedJavaKeywordAsValues>> returnListOfListOfEnums) void
TheSubscriptionType.setReturnListOfListOfEnums
(List<List<EnumWithReservedJavaKeywordAsValues>> returnListOfListOfEnums) void
MyQueryType.setReturnListOfMandatoryEnums
(List<EnumWithReservedJavaKeywordAsValues> returnListOfMandatoryEnums) void
TheSubscriptionType.setReturnListOfMandatoryEnums
(List<EnumWithReservedJavaKeywordAsValues> returnListOfMandatoryEnums) void
MyQueryType.setReturnMandatoryListOfEnums
(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfEnums) void
TheSubscriptionType.setReturnMandatoryListOfEnums
(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfEnums) void
MyQueryType.setReturnMandatoryListOfMandatoryEnums
(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfMandatoryEnums) void
TheSubscriptionType.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)