Uses of Enum
com.generated.graphql.Episode
Package
Description
-
Uses of Episode in com.generated.graphql
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 com.generated.graphql.util
Modifier 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
Modifier and TypeMethodDescriptionQueries.heroFriendsFriendsFriends
(Episode episode) Queries.heroPartial
(Episode episode) -
Uses of Episode in com.graphql_java_generator.samples.simple.client.graphql
Modifier and TypeMethodDescriptionPartialDirectRequests.heroFriendsFriendsFriends
(Episode episode) PartialPreparedRequests.heroFriendsFriendsFriends
(Episode episode) PartialDirectRequests.heroPartial
(Episode episode) PartialPreparedRequests.heroPartial
(Episode episode)