Uses of Enum Class
org.junittest.allgraphqlcases_clientpojo_springconfiguration.Episode
Packages that use Episode
-
Uses of Episode in org.junittest.allgraphqlcases_clientpojo_springconfiguration
Methods in org.junittest.allgraphqlcases_clientpojo_springconfiguration that return EpisodeModifier and TypeMethodDescriptionstatic EpisodeEpisode.fromGraphQlValue(String graphQlValue) Returns the enum constant of this type with the specified name (as specified in the GraphQL schema).InputWithJson.getEnum()InputWithObject.getEnum()TypeWithJson.getEnum()TypeWithObject.getEnum()static EpisodeReturns the enum constant of this class with the specified name.static Episode[]Episode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junittest.allgraphqlcases_clientpojo_springconfiguration that return types with arguments of type EpisodeModifier and TypeMethodDescriptionCharacter.getAppearsIn()CharacterInput.getAppearsIn()Droid.getAppearsIn()DroidInput.getAppearsIn()Human.getAppearsIn()HumanInput.getAppearsIn()Droid.getAppearsInEpisode()Human.getAppearsInEpisode()Methods in org.junittest.allgraphqlcases_clientpojo_springconfiguration with parameters of type EpisodeModifier and TypeMethodDescriptionvoidvoidvoidvoidMethod parameters in org.junittest.allgraphqlcases_clientpojo_springconfiguration with type arguments of type EpisodeModifier and TypeMethodDescriptionvoidCharacter.setAppearsIn(List<Episode> appearsIn) voidCharacterInput.setAppearsIn(List<Episode> appearsIn) voidDroid.setAppearsIn(List<Episode> appearsIn) voidDroidInput.setAppearsIn(List<Episode> appearsIn) voidHuman.setAppearsIn(List<Episode> appearsIn) voidHumanInput.setAppearsIn(List<Episode> appearsIn) CharacterInput.Builder.withAppearsIn(List<Episode> appearsInParam) Droid.Builder.withAppearsIn(List<Episode> appearsInParam) DroidInput.Builder.withAppearsIn(List<Episode> appearsInParam) Human.Builder.withAppearsIn(List<Episode> appearsInParam) HumanInput.Builder.withAppearsIn(List<Episode> appearsInParam)