Uses of Enum Class
org.allGraphQLCases.client.CEP_Episode_CES
Packages that use CEP_Episode_CES
Package
Description
-
Uses of CEP_Episode_CES in org.allGraphQLCases.client
Methods in org.allGraphQLCases.client that return CEP_Episode_CESModifier and TypeMethodDescriptionstatic CEP_Episode_CESCEP_Episode_CES.fromGraphQlValue(String graphQlValue) Returns the enum constant of this type with the specified name (as specified in the GraphQL schema).CINP_InputWithJson_CINS.getEnum()CINP_InputWithObject_CINS.getEnum()CTP_TypeWithJson_CTS.getEnum()CTP_TypeWithObject_CTS.getEnum()static CEP_Episode_CESReturns the enum constant of this class with the specified name.static CEP_Episode_CES[]CEP_Episode_CES.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.allGraphQLCases.client that return types with arguments of type CEP_Episode_CESModifier and TypeMethodDescriptionCINP_CharacterInput_CINS.getAppearsIn()CINP_DroidInput_CINS.getAppearsIn()CINP_HumanInput_CINS.getAppearsIn()CIP_Character_CIS.getAppearsIn()CTP_Droid_CTS.getAppearsIn()CTP_Human_CTS.getAppearsIn()CTP_Droid_CTS.getAppearsInEpisode()CTP_Human_CTS.getAppearsInEpisode()Methods in org.allGraphQLCases.client with parameters of type CEP_Episode_CESModifier and TypeMethodDescriptionvoidCINP_InputWithJson_CINS.setEnum(CEP_Episode_CES _enum) voidCINP_InputWithObject_CINS.setEnum(CEP_Episode_CES _enum) voidCTP_TypeWithJson_CTS.setEnum(CEP_Episode_CES _enum) voidCTP_TypeWithObject_CTS.setEnum(CEP_Episode_CES _enum) CINP_InputWithJson_CINS.Builder.withEnum(CEP_Episode_CES _enumParam) CINP_InputWithObject_CINS.Builder.withEnum(CEP_Episode_CES _enumParam) CTP_TypeWithJson_CTS.Builder.withEnum(CEP_Episode_CES _enumParam) CTP_TypeWithObject_CTS.Builder.withEnum(CEP_Episode_CES _enumParam) Method parameters in org.allGraphQLCases.client with type arguments of type CEP_Episode_CESModifier and TypeMethodDescriptionvoidCINP_CharacterInput_CINS.setAppearsIn(List<CEP_Episode_CES> appearsIn) voidCINP_DroidInput_CINS.setAppearsIn(List<CEP_Episode_CES> appearsIn) voidCINP_HumanInput_CINS.setAppearsIn(List<CEP_Episode_CES> appearsIn) voidCIP_Character_CIS.setAppearsIn(List<CEP_Episode_CES> appearsIn) voidCTP_Droid_CTS.setAppearsIn(List<CEP_Episode_CES> appearsIn) voidCTP_Human_CTS.setAppearsIn(List<CEP_Episode_CES> appearsIn) CINP_CharacterInput_CINS.Builder.withAppearsIn(List<CEP_Episode_CES> appearsInParam) CINP_DroidInput_CINS.Builder.withAppearsIn(List<CEP_Episode_CES> appearsInParam) CINP_HumanInput_CINS.Builder.withAppearsIn(List<CEP_Episode_CES> appearsInParam) CTP_Droid_CTS.Builder.withAppearsIn(List<CEP_Episode_CES> appearsInParam) CTP_Human_CTS.Builder.withAppearsIn(List<CEP_Episode_CES> appearsInParam) -
Uses of CEP_Episode_CES in org.allGraphQLCases.client.util
Methods in org.allGraphQLCases.client.util with parameters of type CEP_Episode_CESModifier and TypeMethodDescriptionCTP_MyQueryType_CTS.connectionOnHuman(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.connectionOnHuman(String queryResponseDef, String planet, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.connectionOnHuman(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.connectionOnHuman(String queryResponseDef, String planet, CEP_Episode_CES episode, Object... paramsAndValues) This method executes a partial query on the connectionOnHuman query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_HumanConnection_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.connectionOnHuman(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_HumanConnection_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.connectionOnHuman(String queryResponseDef, String planet, CEP_Episode_CES episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.connectionOnHumanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.connectionOnHumanWithBindValues(String queryResponseDef, String planet, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.connectionOnHumanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.connectionOnHumanWithBindValues(String queryResponseDef, String planet, CEP_Episode_CES episode, Map<String, Object> parameters) This method executes a partial query on the connectionOnHuman query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_HumanConnection_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.connectionOnHumanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String planet, CEP_Episode_CES episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_HumanConnection_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.connectionOnHumanWithBindValues(String queryResponseDef, String planet, CEP_Episode_CES episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientCTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisode(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.com.graphql_java_generator.client.SubscriptionClientCTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisode(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisode(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES 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.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisode(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES 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.reactor.core.publisher.Flux<Optional<CTP_Human_CTS>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases.subscribeNewHumanForEpisode(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES 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.reactor.core.publisher.Flux<Optional<CTP_Human_CTS>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases.subscribeNewHumanForEpisode(String queryResponseDef, CEP_Episode_CES 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.com.graphql_java_generator.client.SubscriptionClientCTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisodeWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.com.graphql_java_generator.client.SubscriptionClientCTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisodeWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisodeWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES 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.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisodeWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES 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.reactor.core.publisher.Flux<Optional<CTP_Human_CTS>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases.subscribeNewHumanForEpisodeWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES 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.reactor.core.publisher.Flux<Optional<CTP_Human_CTS>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases.subscribeNewHumanForEpisodeWithBindValues(String queryResponseDef, CEP_Episode_CES 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.CTP_MyQueryType_CTS.withEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withEnum(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withEnum(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) This method executes a partial query on the withEnum query against the GraphQL server.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withEnum(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.withEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.withEnumWithBindValues(String queryResponseDef, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withEnumWithBindValues(String queryResponseDef, CEP_Episode_CES episode, Map<String, Object> parameters) This method executes a partial query on the withEnum query against the GraphQL server.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withEnumWithBindValues(String queryResponseDef, CEP_Episode_CES episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server. -
Uses of CEP_Episode_CES in org.allGraphQLCases.demo
Methods in org.allGraphQLCases.demo with parameters of type CEP_Episode_CES -
Uses of CEP_Episode_CES in org.allGraphQLCases.demo.impl
Methods in org.allGraphQLCases.demo.impl with parameters of type CEP_Episode_CESModifier and TypeMethodDescriptionPartialDirectQueries.withEnum(CEP_Episode_CES episode) PartialPreparedQueries.withEnum(CEP_Episode_CES episode) PartialPreparedQueriesDeprecatedWay.withEnum(CEP_Episode_CES episode) reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>PartialRequestGraphQLReactiveRepository.withEnum(CEP_Episode_CES episode) PartialRequestGraphQLRepository.withEnum(CEP_Episode_CES episode)