Uses of Enum
org.allGraphQLCases.client.CEP_Episode_CES
Package
Description
-
Uses of CEP_Episode_CES in org.allGraphQLCases.client
Modifier and TypeMethodDescriptionstatic CEP_Episode_CES
CEP_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_CES
Returns the enum constant of this type with the specified name.static CEP_Episode_CES[]
CEP_Episode_CES.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier 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()
Modifier and TypeMethodDescriptionvoid
CINP_InputWithJson_CINS.setEnum
(CEP_Episode_CES _enum) void
CINP_InputWithObject_CINS.setEnum
(CEP_Episode_CES _enum) void
CTP_TypeWithJson_CTS.setEnum
(CEP_Episode_CES _enum) void
CTP_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) Modifier and TypeMethodDescriptionvoid
CINP_CharacterInput_CINS.setAppearsIn
(List<CEP_Episode_CES> appearsIn) void
CINP_DroidInput_CINS.setAppearsIn
(List<CEP_Episode_CES> appearsIn) void
CINP_HumanInput_CINS.setAppearsIn
(List<CEP_Episode_CES> appearsIn) void
CIP_Character_CIS.setAppearsIn
(List<CEP_Episode_CES> appearsIn) void
CTP_Droid_CTS.setAppearsIn
(List<CEP_Episode_CES> appearsIn) void
CTP_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
Modifier and TypeMethodDescriptionCTP_MyQueryType_CTS.connectionOnHuman
(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
(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
(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
(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
(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
(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.CTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisode
(ObjectResponse objectResponse, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.CTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisode
(String queryResponseDef, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.TheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisode
(ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisode
(String queryResponseDef, 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
(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.CTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisodeWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.CTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.TheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisodeWithBindValues
(ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, 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
(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
(ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withEnum
(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withEnum
(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
(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
(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
(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
(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
-
Uses of CEP_Episode_CES in org.allGraphQLCases.demo.impl
Modifier 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)