Uses of Enum Class
org.junittest.allgraphqlcases_client_springconfiguration.CEP_Episode_CES
Packages that use CEP_Episode_CES
-
Uses of CEP_Episode_CES in org.junittest.allgraphqlcases_client_springconfiguration
Methods in org.junittest.allgraphqlcases_client_springconfiguration that return CEP_Episode_CESModifier and TypeMethodDescriptionstatic CEP_Episode_CES
CEP_Episode_CES.fromGraphQlValue
(String graphQlValue) Returns the enum constant of this type with the specified name (as specified in the GraphQL schema).CINP_InputWithJson_CINS.getEnum()
CINP_InputWithObject_CINS.getEnum()
CTP_TypeWithJson_CTS.getEnum()
CTP_TypeWithObject_CTS.getEnum()
static CEP_Episode_CES
Returns the enum constant of this class with the specified name.static CEP_Episode_CES[]
CEP_Episode_CES.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junittest.allgraphqlcases_client_springconfiguration that return types with arguments of type CEP_Episode_CESModifier and TypeMethodDescriptionCINP_CharacterInput_CINS.getAppearsIn()
CINP_DroidInput_CINS.getAppearsIn()
CINP_HumanInput_CINS.getAppearsIn()
CIP_Character_CIS.getAppearsIn()
CTP_Droid_CTS.getAppearsIn()
CTP_Human_CTS.getAppearsIn()
CTP_Droid_CTS.getAppearsInEpisode()
CTP_Human_CTS.getAppearsInEpisode()
Methods in org.junittest.allgraphqlcases_client_springconfiguration with parameters of type CEP_Episode_CESModifier and TypeMethodDescriptionCTP_MyQueryType_CTS.connectionOnHuman
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.connectionOnHuman
(String queryResponseDef, String planet, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.connectionOnHuman
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.connectionOnHuman
(String queryResponseDef, String planet, CEP_Episode_CES episode, Object... paramsAndValues) This method executes a partial query on the connectionOnHuman query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<CTP_Human_CTS>>>
MyQueryTypeReactiveExecutorMySchema.connectionOnHuman
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CTP_Human_CTS>>>
MyQueryTypeReactiveExecutorMySchema.connectionOnHuman
(String queryResponseDef, String planet, CEP_Episode_CES episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.connectionOnHumanWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.connectionOnHumanWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, CEP_Episode_CES episode, Map<String, Object> parameters) This method executes a partial query on the connectionOnHuman query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<CTP_Human_CTS>>>
MyQueryTypeReactiveExecutorMySchema.connectionOnHumanWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CTP_Human_CTS>>>
MyQueryTypeReactiveExecutorMySchema.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, CEP_Episode_CES episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.void
CINP_InputWithJson_CINS.setEnum
(CEP_Episode_CES _enum) void
CINP_InputWithObject_CINS.setEnum
(CEP_Episode_CES _enum) void
CTP_TypeWithJson_CTS.setEnum
(CEP_Episode_CES _enum) void
CTP_TypeWithObject_CTS.setEnum
(CEP_Episode_CES _enum) CTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisode
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.CTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisode
(String queryResponseDef, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisode
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisode
(String queryResponseDef, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_Human_CTS>>
TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisode
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_Human_CTS>>
TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisode
(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial request against the GraphQL server.CTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisodeWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.CTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_Human_CTS>>
TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_Human_CTS>>
TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, CEP_Episode_CES episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.CINP_InputWithJson_CINS.Builder.withEnum
(CEP_Episode_CES _enumParam) CINP_InputWithObject_CINS.Builder.withEnum
(CEP_Episode_CES _enumParam) CTP_MyQueryType_CTS.withEnum
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withEnum
(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.CTP_TypeWithJson_CTS.Builder.withEnum
(CEP_Episode_CES _enumParam) CTP_TypeWithObject_CTS.Builder.withEnum
(CEP_Episode_CES _enumParam) MyQueryTypeExecutorMySchema.withEnum
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withEnum
(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) This method executes a partial query on the withEnum query against the GraphQL server.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>
MyQueryTypeReactiveExecutorMySchema.withEnum
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>
MyQueryTypeReactiveExecutorMySchema.withEnum
(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.withEnumWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.withEnumWithBindValues
(String queryResponseDef, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.withEnumWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withEnumWithBindValues
(String queryResponseDef, CEP_Episode_CES episode, Map<String, Object> parameters) This method executes a partial query on the withEnum query against the GraphQL server.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>
MyQueryTypeReactiveExecutorMySchema.withEnumWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>
MyQueryTypeReactiveExecutorMySchema.withEnumWithBindValues
(String queryResponseDef, CEP_Episode_CES episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Method parameters in org.junittest.allgraphqlcases_client_springconfiguration with type arguments of type CEP_Episode_CESModifier and TypeMethodDescriptionvoid
CINP_CharacterInput_CINS.setAppearsIn
(List<CEP_Episode_CES> appearsIn) void
CINP_DroidInput_CINS.setAppearsIn
(List<CEP_Episode_CES> appearsIn) void
CINP_HumanInput_CINS.setAppearsIn
(List<CEP_Episode_CES> appearsIn) void
CIP_Character_CIS.setAppearsIn
(List<CEP_Episode_CES> appearsIn) void
CTP_Droid_CTS.setAppearsIn
(List<CEP_Episode_CES> appearsIn) void
CTP_Human_CTS.setAppearsIn
(List<CEP_Episode_CES> appearsIn) CINP_CharacterInput_CINS.Builder.withAppearsIn
(List<CEP_Episode_CES> appearsInParam) CINP_DroidInput_CINS.Builder.withAppearsIn
(List<CEP_Episode_CES> appearsInParam) CINP_HumanInput_CINS.Builder.withAppearsIn
(List<CEP_Episode_CES> appearsInParam) CTP_Droid_CTS.Builder.withAppearsIn
(List<CEP_Episode_CES> appearsInParam) CTP_Human_CTS.Builder.withAppearsIn
(List<CEP_Episode_CES> appearsInParam)