Uses of Enum
org.allGraphQLCases.server.SEP_Episode_SES
Packages that use SEP_Episode_SES
-
Uses of SEP_Episode_SES in org.allGraphQLCases.server
Methods in org.allGraphQLCases.server that return SEP_Episode_SESModifier and TypeMethodDescriptionstatic SEP_Episode_SES
SEP_Episode_SES.fromGraphQlValue
(String graphQlValue) Returns the enum constant of this type with the specified name (as specified in the GraphQL schema).static SEP_Episode_SES
Returns the enum constant of this type with the specified name.static SEP_Episode_SES[]
SEP_Episode_SES.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.allGraphQLCases.server that return types with arguments of type SEP_Episode_SESModifier and TypeMethodDescriptionDataFetchersDelegateCharacter.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS origin) This method loads the data for Character.appearsIn.DataFetchersDelegateDroid.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_Droid_STS origin) This method loads the data for Droid.appearsIn.DataFetchersDelegateHuman.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_Human_STS origin) This method loads the data for Human.appearsIn.SINP_CharacterInput_SINS.getAppearsIn()
SINP_DroidInput_SINS.getAppearsIn()
SINP_HumanInput_SINS.getAppearsIn()
SIP_Character_SIS.getAppearsIn()
STP_Droid_STS.getAppearsIn()
STP_Human_STS.getAppearsIn()
STP_Droid_STS.getAppearsInEpisode()
STP_Human_STS.getAppearsInEpisode()
Methods in org.allGraphQLCases.server with parameters of type SEP_Episode_SESModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryType.connectionOnHuman
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String planet, SEP_Episode_SES episode) This method loads the data for MyQueryType.connectionOnHuman.org.reactivestreams.Publisher<STP_Human_STS>
DataFetchersDelegateTheSubscriptionType.subscribeNewHumanForEpisode
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SEP_Episode_SES episode) Description for the subscribeNewHumanForEpisode field:
Will be notified for each Human added to this Episode
This method loads the data for TheSubscriptionType.subscribeNewHumanForEpisode.DataFetchersDelegateMyQueryType.withEnum
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SEP_Episode_SES episode) This method loads the data for MyQueryType.withEnum.Method parameters in org.allGraphQLCases.server with type arguments of type SEP_Episode_SESModifier and TypeMethodDescriptionvoid
SINP_CharacterInput_SINS.setAppearsIn
(List<SEP_Episode_SES> appearsIn) void
SINP_DroidInput_SINS.setAppearsIn
(List<SEP_Episode_SES> appearsIn) void
SINP_HumanInput_SINS.setAppearsIn
(List<SEP_Episode_SES> appearsIn) void
SIP_Character_SIS.setAppearsIn
(List<SEP_Episode_SES> appearsIn) void
STP_Droid_STS.setAppearsIn
(List<SEP_Episode_SES> appearsIn) void
STP_Human_STS.setAppearsIn
(List<SEP_Episode_SES> appearsIn) SINP_CharacterInput_SINS.Builder.withAppearsIn
(List<SEP_Episode_SES> appearsInParam) SINP_DroidInput_SINS.Builder.withAppearsIn
(List<SEP_Episode_SES> appearsInParam) SINP_HumanInput_SINS.Builder.withAppearsIn
(List<SEP_Episode_SES> appearsInParam) STP_Droid_STS.Builder.withAppearsIn
(List<SEP_Episode_SES> appearsInParam) STP_Human_STS.Builder.withAppearsIn
(List<SEP_Episode_SES> appearsInParam) -
Uses of SEP_Episode_SES in org.allGraphQLCases.server.impl
Methods in org.allGraphQLCases.server.impl that return types with arguments of type SEP_Episode_SESModifier and TypeMethodDescriptionDataFetchersDelegateCharacterImpl.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS source) DataFetchersDelegateDroidImpl.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_Droid_STS source) DataFetchersDelegateHumanImpl.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_Human_STS source) Methods in org.allGraphQLCases.server.impl with parameters of type SEP_Episode_SESModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.connectionOnHuman
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String planet, SEP_Episode_SES SEP_Episode_SES) reactor.core.publisher.Flux<STP_Human_STS>
DataFetchersDelegateTheSubscriptionTypeImpl.subscribeNewHumanForEpisode
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SEP_Episode_SES SEP_Episode_SES) DataFetchersDelegateMyQueryTypeImpl.withEnum
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SEP_Episode_SES SEP_Episode_SES)