Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.AllFieldCasesWithIdSubtype
Packages that use AllFieldCasesWithIdSubtype
-
Uses of AllFieldCasesWithIdSubtype in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return AllFieldCasesWithIdSubtypeModifier and TypeMethodDescriptionAllFieldCasesWithIdSubtype.Builder.build()AllFieldCases.getOneWithIdSubType()AllFieldCasesInterface.getOneWithIdSubType()AllFieldCasesInterfaceType.getOneWithIdSubType()AllFieldCases.getOneWithoutFieldParameter()Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return types with arguments of type AllFieldCasesWithIdSubtypeModifier and TypeMethodDescriptionAllFieldCases.getListWithIdSubTypes()AllFieldCasesInterface.getListWithIdSubTypes()AllFieldCasesInterfaceType.getListWithIdSubTypes()AllFieldCasesInterfaceType.getListWithIdSubTypesAllFieldCasesWithIdSubtype()Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with parameters of type AllFieldCasesWithIdSubtypeModifier and TypeMethodDescriptionvoidAllFieldCases.setOneWithIdSubType(AllFieldCasesWithIdSubtype oneWithIdSubType) voidAllFieldCasesInterface.setOneWithIdSubType(AllFieldCasesWithIdSubtype oneWithIdSubType) voidAllFieldCasesInterfaceType.setOneWithIdSubType(AllFieldCasesWithIdSubtype oneWithIdSubType) voidAllFieldCases.setOneWithoutFieldParameter(AllFieldCasesWithIdSubtype oneWithoutFieldParameter) AllFieldCases.Builder.withOneWithIdSubType(AllFieldCasesWithIdSubtype oneWithIdSubTypeParam) AllFieldCasesInterfaceType.Builder.withOneWithIdSubType(AllFieldCasesWithIdSubtype oneWithIdSubTypeParam) AllFieldCases.Builder.withOneWithoutFieldParameter(AllFieldCasesWithIdSubtype oneWithoutFieldParameterParam) Method parameters in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with type arguments of type AllFieldCasesWithIdSubtypeModifier and TypeMethodDescriptionvoidAllFieldCases.setListWithIdSubTypes(List<AllFieldCasesWithIdSubtype> listWithIdSubTypes) voidAllFieldCasesInterface.setListWithIdSubTypes(List<AllFieldCasesWithIdSubtype> listWithIdSubTypes) voidAllFieldCasesInterfaceType.setListWithIdSubTypes(List<AllFieldCasesWithIdSubtype> listWithIdSubTypes) AllFieldCases.Builder.withListWithIdSubTypes(List<AllFieldCasesWithIdSubtype> listWithIdSubTypesParam) AllFieldCasesInterfaceType.Builder.withListWithIdSubTypes(List<AllFieldCasesWithIdSubtype> listWithIdSubTypesParam)