Uses of Enum
org.starwars.server.Episode
Packages that use Episode
Package
Description
-
Uses of Episode in org.starwars.server
Methods in org.starwars.server 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 type with the specified name.static Episode[]
Episode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.starwars.server that return types with arguments of type EpisodeModifier and TypeMethodDescriptionCharacter.getAppearsIn()
Droid.getAppearsIn()
Human.getAppearsIn()
Droid.getAppearsInEpisode()
Human.getAppearsInEpisode()
Method parameters in org.starwars.server with type arguments of type EpisodeModifier and TypeMethodDescriptionvoid
Character.setAppearsIn
(List<Episode> appearsIn) void
Droid.setAppearsIn
(List<Episode> appearsIn) void
Human.setAppearsIn
(List<Episode> appearsIn) Droid.Builder.withAppearsIn
(List<Episode> appearsInParam) Human.Builder.withAppearsIn
(List<Episode> appearsInParam) -
Uses of Episode in org.starwars.server.datafetchersdelegate
Methods in org.starwars.server.datafetchersdelegate that return types with arguments of type EpisodeModifier and TypeMethodDescriptionDataFetchersDelegateCharacterImpl.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Character source) DataFetchersDelegateDroidImpl.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Droid source) DataFetchersDelegateHumanImpl.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Human source) CharacterHelper.findAppearsInById
(UUID id) Methods in org.starwars.server.datafetchersdelegate with parameters of type EpisodeModifier and TypeMethodDescriptionDataFetchersDelegateQueryTypeImpl.characters
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Episode episode) DataFetchersDelegateQueryTypeImpl.hero
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Episode episode) -
Uses of Episode in org.starwars.server.util
Methods in org.starwars.server.util with parameters of type EpisodeModifier and TypeMethodDescriptionDataFetchersDelegateQueryType.characters
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Episode episode) This method loads the data for QueryType.characters.DataFetchersDelegateQueryType.hero
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Episode episode) This method loads the data for QueryType.hero.