Uses of Enum Class
org.junittest.allgraphqlcases_server_springconfiguration.SEP_Episode_SES
Packages that use SEP_Episode_SES
-
Uses of SEP_Episode_SES in org.junittest.allgraphqlcases_server_springconfiguration
Methods in org.junittest.allgraphqlcases_server_springconfiguration 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.junittest.allgraphqlcases_server_springconfiguration 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.junittest.allgraphqlcases_server_springconfiguration 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.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.junittest.allgraphqlcases_server_springconfiguration 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)