Uses of Enum
com.generated.graphql.Episode
Packages that use Episode
Package
Description
-
Uses of Episode in com.generated.graphql
Methods in com.generated.graphql 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 com.generated.graphql that return types with arguments of type EpisodeModifier and TypeMethodDescriptionCharacter.getAppearsIn()
Droid.getAppearsIn()
Human.getAppearsIn()
Droid.getAppearsInEpisode()
Human.getAppearsInEpisode()
Method parameters in com.generated.graphql 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 com.generated.graphql.util
Methods in com.generated.graphql.util with parameters of type EpisodeModifier and TypeMethodDescriptionQueryTypeExecutor.characters
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutor.characters
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query on the characters query against the GraphQL server.QueryTypeReactiveExecutor.characters
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.characters
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.QueryTypeExecutor.charactersWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.charactersWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the characters query against the GraphQL server.QueryTypeReactiveExecutor.charactersWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.charactersWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeExecutor.hero
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the hero query against the GraphQL server.QueryTypeReactiveExecutor.hero
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query against the GraphQL server.QueryTypeExecutor.heroWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.heroWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the hero query against the GraphQL server.QueryTypeReactiveExecutor.heroWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.heroWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server. -
Uses of Episode in com.graphql_java_generator.samples.simple.client
Methods in com.graphql_java_generator.samples.simple.client with parameters of type EpisodeModifier and TypeMethodDescriptionQueries.heroFriendsFriendsFriends
(Episode episode) Queries.heroPartial
(Episode episode) -
Uses of Episode in com.graphql_java_generator.samples.simple.client.graphql
Methods in com.graphql_java_generator.samples.simple.client.graphql with parameters of type EpisodeModifier and TypeMethodDescriptionPartialDirectRequests.heroFriendsFriendsFriends
(Episode episode) PartialPreparedRequests.heroFriendsFriendsFriends
(Episode episode) PartialDirectRequests.heroPartial
(Episode episode) PartialPreparedRequests.heroPartial
(Episode episode)