Uses of Enum
org.allGraphQLCases.client2.Episode
-
Uses of Episode in org.allGraphQLCases.client2
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).InputWithJson.getEnum()
InputWithObject.getEnum()
TypeWithJson.getEnum()
TypeWithObject.getEnum()
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()
CharacterInput.getAppearsIn()
Droid.getAppearsIn()
DroidInput.getAppearsIn()
Human.getAppearsIn()
HumanInput.getAppearsIn()
Droid.getAppearsInEpisode()
Human.getAppearsInEpisode()
Modifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.connectionOnHuman
(ObjectResponse objectResponse, String planet, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.connectionOnHuman
(String queryResponseDef, String planet, Episode episode, Object... paramsAndValues) This method executes a partial query on the connectionOnHuman query against the GraphQL server.reactor.core.publisher.Mono<Optional<HumanConnection>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionOnHuman
(ObjectResponse objectResponse, String planet, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<HumanConnection>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionOnHuman
(String queryResponseDef, String planet, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.connectionOnHumanWithBindValues
(ObjectResponse objectResponse, String planet, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, Episode episode, Map<String, Object> parameters) This method executes a partial query on the connectionOnHuman query against the GraphQL server.reactor.core.publisher.Mono<Optional<HumanConnection>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionOnHumanWithBindValues
(ObjectResponse objectResponse, String planet, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<HumanConnection>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.connectionOnHumanWithBindValues
(String queryResponseDef, String planet, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.void
void
void
void
TheSubscriptionTypeExecutorAllGraphQLCases2.subscribeNewHumanForEpisode
(ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.subscribeNewHumanForEpisode
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscribeNewHumanForEpisode
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscribeNewHumanForEpisode
(String queryResponseDef, Episode episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.subscribeNewHumanForEpisodeWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscribeNewHumanForEpisodeWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.withEnum
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withEnum
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query on the withEnum query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withEnum
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withEnum
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.withEnumWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withEnumWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the withEnum query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withEnumWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withEnumWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Modifier 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)