Uses of Enum Class
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_SESSEP_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_SESReturns the enum constant of this class with the specified name.static SEP_Episode_SES[]SEP_Episode_SES.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.allGraphQLCases.server that return types with arguments of type SEP_Episode_SESModifier 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()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.voidSINP_InputWithJson_SINS.setEnum(SEP_Episode_SES _enum) voidSINP_InputWithObject_SINS.setEnum(SEP_Episode_SES _enum) voidSTP_TypeWithJson_STS.setEnum(SEP_Episode_SES _enum) voidSTP_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) Method parameters in org.allGraphQLCases.server with type arguments of type SEP_Episode_SESModifier and TypeMethodDescriptionvoidSINP_CharacterInput_SINS.setAppearsIn(List<SEP_Episode_SES> appearsIn) voidSINP_DroidInput_SINS.setAppearsIn(List<SEP_Episode_SES> appearsIn) voidSINP_HumanInput_SINS.setAppearsIn(List<SEP_Episode_SES> appearsIn) voidSIP_Character_SIS.setAppearsIn(List<SEP_Episode_SES> appearsIn) voidSTP_Droid_STS.setAppearsIn(List<SEP_Episode_SES> appearsIn) voidSTP_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) 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)