Uses of Enum Class
org.junittest.starwars_client_springconfiguration.Episode
Packages that use Episode
-
Uses of Episode in org.junittest.starwars_client_springconfiguration
Methods in org.junittest.starwars_client_springconfiguration 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 class with the specified name.static Episode[]
Episode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junittest.starwars_client_springconfiguration that return types with arguments of type EpisodeModifier and TypeMethodDescriptionCharacter.getAppearsIn()
Droid.getAppearsIn()
Human.getAppearsIn()
Droid.getAppearsInEpisode()
Human.getAppearsInEpisode()
Methods in org.junittest.starwars_client_springconfiguration with parameters of type EpisodeModifier and TypeMethodDescriptionQueryTypeExecutorMySchema.characters
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutorMySchema.characters
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query on the characters query against the GraphQL server.QueryTypeReactiveExecutorMySchema.characters
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutorMySchema.characters
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.QueryTypeExecutorMySchema.charactersWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutorMySchema.charactersWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the characters query against the GraphQL server.QueryTypeReactiveExecutorMySchema.charactersWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutorMySchema.charactersWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeExecutorMySchema.hero
(com.graphql_java_generator.client.request.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.QueryTypeReactiveExecutorMySchema.hero
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutorMySchema.hero
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.QueryTypeExecutorMySchema.heroWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutorMySchema.heroWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the hero query against the GraphQL server.QueryTypeReactiveExecutorMySchema.heroWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutorMySchema.heroWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Method parameters in org.junittest.starwars_client_springconfiguration 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)