Uses of Enum Class
com.graphql_java_generator.domain.client.allGraphQLCases.Episode
Packages that use Episode
Package
Description
This package contains Spring repositories that will be dynamically discovered by the Spring test config
-
Uses of Episode in com.graphql_java_generator.client.graphqlrepository
Methods in com.graphql_java_generator.client.graphqlrepository with parameters of type EpisodeModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.subscribeNewHumanForEpisode
(SubscriptionCallback<Human> subscriptionCallback, Episode episode) Subscription -
Uses of Episode in com.graphql_java_generator.domain.client.allGraphQLCases
Methods in com.graphql_java_generator.domain.client.allGraphQLCases 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).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 com.graphql_java_generator.domain.client.allGraphQLCases 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 com.graphql_java_generator.domain.client.allGraphQLCases with parameters of type EpisodeModifier and TypeMethodDescriptionMyQueryType.connectionOnHuman
(ObjectResponse objectResponse, String planet, Episode episode, Object... paramsAndValues) Deprecated.MyQueryType.connectionOnHuman
(String queryResponseDef, String planet, Episode episode, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.connectionOnHuman
(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 against the GraphQL server.MyQueryType.connectionOnHumanWithBindValues
(ObjectResponse objectResponse, String planet, Episode episode, Map<String, Object> parameters) Deprecated.MyQueryType.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, Episode episode, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.connectionOnHumanWithBindValues
(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 against the GraphQL server.TheSubscriptionType.subscribeNewHumanForEpisode
(ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Object... paramsAndValues) Deprecated.TheSubscriptionType.subscribeNewHumanForEpisode
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Object... paramsAndValues) Deprecated.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisode
(ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Object... paramsAndValues) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisode
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Object... paramsAndValues) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionType.subscribeNewHumanForEpisodeWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Map<String, Object> parameters) Deprecated.TheSubscriptionType.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Map<String, Object> parameters) Deprecated.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Map<String, Object> parameters) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Map<String, Object> parameters) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryType.withEnum
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) Deprecated.Deprecated.MyQueryTypeExecutorMySchema.withEnum
(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 against the GraphQL server.MyQueryType.withEnumWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) Deprecated.MyQueryType.withEnumWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.withEnumWithBindValues
(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 against the GraphQL server.Method parameters in com.graphql_java_generator.domain.client.allGraphQLCases 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> appearsIn) Droid.Builder.withAppearsIn
(List<Episode> appearsIn) DroidInput.Builder.withAppearsIn
(List<Episode> appearsIn) Human.Builder.withAppearsIn
(List<Episode> appearsIn) HumanInput.Builder.withAppearsIn
(List<Episode> appearsIn) -
Uses of Episode in com.graphql_java_generator.it_tests.spring_graphql_one_graphql_repo
Methods in com.graphql_java_generator.it_tests.spring_graphql_one_graphql_repo with parameters of type EpisodeModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.subscribeNewHumanForEpisode
(SubscriptionCallback<Human> subscriptionCallback, Episode episode) A Subscription -
Uses of Episode in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ko_missing_queryExecutor
Methods in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ko_missing_queryExecutor with parameters of type EpisodeModifier and TypeMethodDescriptionGraphQLTwoRepositoriesMissingQueryExecutorTestCase.subscribeNewHumanForEpisode
(SubscriptionCallback<Human> subscriptionCallback, Episode episode) A Subscription -
Uses of Episode in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ok
Methods in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ok with parameters of type EpisodeModifier and TypeMethodDescriptionGraphQLTwoRepositoriesAllGraphQlCasesTestCase.subscribeNewHumanForEpisode
(SubscriptionCallback<Human> subscriptionCallback, Episode episode) A Subscription