Uses of Enum Class
org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse.Episode
Packages that use Episode
Package
Description
-
Uses of Episode in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse 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_server_springconfiguration_util_allfalse 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_server_springconfiguration_util_allfalse with parameters of type EpisodeModifier and TypeMethodDescriptionvoid
void
void
void
Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse 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_server_springconfiguration_util_allfalse.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse.util with parameters of type EpisodeModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryType.connectionOnHuman
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String planet, Episode episode) This method loads the data for MyQueryType.connectionOnHuman.DataFetchersDelegateTheSubscriptionType.subscribeNewHumanForEpisode
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Episode episode) Description for the subscribeNewHumanForEpisode field:
Will be notified for each Human added to this Episode
This method loads the data for TheSubscriptionType.subscribeNewHumanForEpisode.DataFetchersDelegateMyQueryType.withEnum
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Episode episode) This method loads the data for MyQueryType.withEnum.