Uses of Enum
org.starwars.server.Episode
Package
Description
-
Uses of Episode in org.starwars.server
Modifier 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.Modifier and TypeMethodDescriptionCharacter.getAppearsIn()
Droid.getAppearsIn()
Human.getAppearsIn()
Droid.getAppearsInEpisode()
Human.getAppearsInEpisode()
Modifier 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
Modifier 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) Modifier 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
Modifier 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.