Uses of Enum Class
org.junittest.customtemplates_client_springconfiguration.Episode
Packages that use Episode
-
Uses of Episode in org.junittest.customtemplates_client_springconfiguration
Methods in org.junittest.customtemplates_client_springconfiguration that return EpisodeModifier and TypeMethodDescriptionstatic EpisodeEpisode.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 EpisodeReturns 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.customtemplates_client_springconfiguration that return types with arguments of type EpisodeModifier and TypeMethodDescriptionCharacter.getAppearsIn()CharacterInput.getAppearsIn()Droid.getAppearsIn()DroidInput.getAppearsIn()Human.getAppearsIn()HumanInput.getAppearsIn()Droid.getAppearsInEpisode()Human.getAppearsInEpisode()Methods in org.junittest.customtemplates_client_springconfiguration with parameters of type EpisodeModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.connectionOnHuman(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.connectionOnHuman(String queryResponseDef, String planet, Episode episode, Object... paramsAndValues) This method executes a partial query on the connectionOnHuman query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.connectionOnHuman(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.connectionOnHuman(String queryResponseDef, String planet, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.connectionOnHumanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.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.MyQueryTypeReactiveExecutorMySchema.connectionOnHumanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.connectionOnHumanWithBindValues(String queryResponseDef, String planet, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.voidvoidvoidvoidTheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisode(com.graphql_java_generator.client.request.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.TheSubscriptionTypeExecutorMySchema.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.TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisode(com.graphql_java_generator.client.request.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.TheSubscriptionTypeReactiveExecutorMySchema.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.TheSubscriptionTypeExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues(com.graphql_java_generator.client.request.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.TheSubscriptionTypeExecutorMySchema.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.TheSubscriptionTypeReactiveExecutorMySchema.subscribeNewHumanForEpisodeWithBindValues(com.graphql_java_generator.client.request.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.TheSubscriptionTypeReactiveExecutorMySchema.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.MyQueryTypeExecutorMySchema.withEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withEnum(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query on the withEnum query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withEnum(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.withEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withEnumWithBindValues(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the withEnum query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withEnumWithBindValues(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Method parameters in org.junittest.customtemplates_client_springconfiguration with type arguments of type EpisodeModifier and TypeMethodDescriptionvoidCharacter.setAppearsIn(List<Episode> appearsIn) voidCharacterInput.setAppearsIn(List<Episode> appearsIn) voidDroid.setAppearsIn(List<Episode> appearsIn) voidDroidInput.setAppearsIn(List<Episode> appearsIn) voidHuman.setAppearsIn(List<Episode> appearsIn) voidHumanInput.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)