Uses of Enum
org.allGraphQLCases.server.SEP_Episode_SES
-
Uses of SEP_Episode_SES in org.allGraphQLCases.server
Modifier 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).SINP_InputWithJson_SINS.getEnum()
SINP_InputWithObject_SINS.getEnum()
STP_TypeWithJson_STS.getEnum()
STP_TypeWithObject_STS.getEnum()
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.Modifier and TypeMethodDescriptionSINP_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()
Modifier and TypeMethodDescriptionDataFetchersDelegateMyQueryType.connectionOnHuman
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String planet, SEP_Episode_SES episode) This method loads the data for MyQueryType.connectionOnHuman.void
SINP_InputWithJson_SINS.setEnum
(SEP_Episode_SES _enum) void
SINP_InputWithObject_SINS.setEnum
(SEP_Episode_SES _enum) void
STP_TypeWithJson_STS.setEnum
(SEP_Episode_SES _enum) void
STP_TypeWithObject_STS.setEnum
(SEP_Episode_SES _enum) 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.DataFetchersDelegateTypeWithJson.withArguments
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TypeWithJson_STS origin, String test, Date date, Long _long, Boolean _boolean, SEP_Episode_SES _enum, com.fasterxml.jackson.databind.node.ObjectNode json, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons) This method loads the data for TypeWithJson.withArguments.DataFetchersDelegateTypeWithObject.withArguments
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TypeWithObject_STS origin, String test, Date date, Long _long, Boolean _boolean, SEP_Episode_SES _enum, Object object, List<Object> objects) This method loads the data for TypeWithObject.withArguments.DataFetchersDelegateMyQueryType.withEnum
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SEP_Episode_SES episode) This method loads the data for MyQueryType.withEnum.SINP_InputWithJson_SINS.Builder.withEnum
(SEP_Episode_SES _enumParam) SINP_InputWithObject_SINS.Builder.withEnum
(SEP_Episode_SES _enumParam) STP_TypeWithJson_STS.Builder.withEnum
(SEP_Episode_SES _enumParam) STP_TypeWithObject_STS.Builder.withEnum
(SEP_Episode_SES _enumParam) Modifier 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
Modifier 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) Modifier 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) DataFetchersDelegateTypeWithJsonImpl.withArguments
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TypeWithJson_STS origin, String test, Date date, Long _long, Boolean _boolean, SEP_Episode_SES _enum, com.fasterxml.jackson.databind.node.ObjectNode json, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons) Custom field data fetchers are available since release 2.5DataFetchersDelegateTypeWithObjectImpl.withArguments
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TypeWithObject_STS origin, String test, Date date, Long _long, Boolean _boolean, SEP_Episode_SES _enum, Object object, List<Object> objects) DataFetchersDelegateMyQueryTypeImpl.withEnum
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SEP_Episode_SES SEP_Episode_SES)