Uses of Enum Class
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.Episode
Packages that use Episode
Package
Description
-
Uses of Episode in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return EpisodeModifier and TypeMethodDescriptionstatic Episode
Episode.fromGraphQlValue
(String graphQlValue) Returns the enum constant of this type with the specified name (as specified in the GraphQL schema).InputWithJson.getEnum()
InputWithObject.getEnum()
TypeWithJson.getEnum()
TypeWithObject.getEnum()
static Episode
Returns the enum constant of this class with the specified name.static Episode[]
Episode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return types with arguments of type EpisodeModifier and TypeMethodDescriptionCharacter.getAppearsIn()
CharacterInput.getAppearsIn()
Droid.getAppearsIn()
DroidInput.getAppearsIn()
Human.getAppearsIn()
HumanInput.getAppearsIn()
Droid.getAppearsInEpisode()
Human.getAppearsInEpisode()
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with parameters of type EpisodeModifier and TypeMethodDescriptionvoid
void
void
void
Method parameters in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with type arguments of type EpisodeModifier and TypeMethodDescriptionvoid
Character.setAppearsIn
(List<Episode> appearsIn) void
CharacterInput.setAppearsIn
(List<Episode> appearsIn) void
Droid.setAppearsIn
(List<Episode> appearsIn) void
DroidInput.setAppearsIn
(List<Episode> appearsIn) void
Human.setAppearsIn
(List<Episode> appearsIn) void
HumanInput.setAppearsIn
(List<Episode> appearsIn) CharacterInput.Builder.withAppearsIn
(List<Episode> appearsInParam) Droid.Builder.withAppearsIn
(List<Episode> appearsInParam) DroidInput.Builder.withAppearsIn
(List<Episode> appearsInParam) Human.Builder.withAppearsIn
(List<Episode> appearsInParam) HumanInput.Builder.withAppearsIn
(List<Episode> appearsInParam) -
Uses of Episode in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util with parameters of type EpisodeModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.connectionOnHuman
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.connectionOnHuman
(String queryResponseDef, String planet, Episode episode, Object... paramsAndValues) This method executes a partial query on the connectionOnHuman query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.connectionOnHuman
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.connectionOnHuman
(String queryResponseDef, String planet, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.connectionOnHumanWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, Episode episode, Map<String, Object> parameters) This method executes a partial query on the connectionOnHuman query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.connectionOnHumanWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisode
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode 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<Human> subscriptionCallback, Episode 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.TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisode
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode 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.TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisode
(String queryResponseDef, Episode 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.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode 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<Human> subscriptionCallback, Episode 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.TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode 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.TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, Episode 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.MyQueryTypeExecutorMySchema.withEnum
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withEnum
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query on the withEnum query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withEnum
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withEnum
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.withEnumWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withEnumWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the withEnum query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withEnumWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withEnumWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.