Uses of Class
org.allGraphQLCases.client.CTP_Human_CTS
Packages that use CTP_Human_CTS
Package
Description
-
Uses of CTP_Human_CTS in org.allGraphQLCases.client
Methods in org.allGraphQLCases.client that return CTP_Human_CTSModifier and TypeMethodDescriptionCTP_Human_CTS.Builder.build()CTP_AnotherMutationType_CTS.getCreateHuman()CTP_ReservedJavaKeywordAsObjectField_CTS.getIf()CTP_ReservedJavaKeywordAsObjectField_CTS.getImplements()CTP_ReservedJavaKeywordAsObjectField_CTS.getImport()CTP_ReservedJavaKeywordAsObjectField_CTS.getInstanceof()CTP_ReservedJavaKeywordAllFieldCases_CTS.getInt()A field with a java reserved name which is an object typeCTP_ReservedJavaKeywordAsObjectField_CTS.getInt()CTP_ReservedJavaKeywordAsObjectField_CTS.getInterface()CTP_ReservedJavaKeywordAsObjectField_CTS.getLong()CTP_ReservedJavaKeywordAsObjectField_CTS.getNative()CTP_ReservedJavaKeywordAsObjectField_CTS.getNew()CTP_HumanEdge_CTS.getNode()CTP_ReservedJavaKeywordAsObjectField_CTS.getPackage()CTP_ReservedJavaKeywordAsObjectField_CTS.getPrivate()CTP_ReservedJavaKeywordAsObjectField_CTS.getProtected()CTP_ReservedJavaKeywordAsObjectField_CTS.getPublic()CTP_ReservedJavaKeywordAsObjectField_CTS.getReturn()CTP_ReservedJavaKeywordAsObjectField_CTS.getShort()CTP_ReservedJavaKeywordAsObjectField_CTS.getStatic()CTP_ReservedJavaKeywordAsObjectField_CTS.getStrictfp()CTP_TheSubscriptionType_CTS.getSubscribeNewHumanForEpisode()Will be notified for each Human added to this EpisodeCTP_ReservedJavaKeywordAsObjectField_CTS.getSuper()CTP_ReservedJavaKeywordAsObjectField_CTS.getSwitch()CTP_ReservedJavaKeywordAsObjectField_CTS.getSynchronized()CTP_ReservedJavaKeywordAsObjectField_CTS.getThis()CTP_ReservedJavaKeywordAsObjectField_CTS.getThrow()CTP_ReservedJavaKeywordAsObjectField_CTS.getThrows()CTP_ReservedJavaKeywordAsObjectField_CTS.getTransient()CTP_ReservedJavaKeywordAsObjectField_CTS.getTry()CTP_ReservedJavaKeywordAsObjectField_CTS.getVoid()CTP_ReservedJavaKeywordAsObjectField_CTS.getVolatile()CTP_ReservedJavaKeywordAsObjectField_CTS.getWhile()Methods in org.allGraphQLCases.client that return types with arguments of type CTP_Human_CTSMethods in org.allGraphQLCases.client with parameters of type CTP_Human_CTSModifier and TypeMethodDescriptionvoidCTP_AnotherMutationType_CTS.setCreateHuman(CTP_Human_CTS createHuman) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setIf(CTP_Human_CTS _if) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setImplements(CTP_Human_CTS _implements) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setImport(CTP_Human_CTS _import) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setInstanceof(CTP_Human_CTS _instanceof) voidCTP_ReservedJavaKeywordAllFieldCases_CTS.setInt(CTP_Human_CTS _int) A field with a java reserved name which is an object typevoidCTP_ReservedJavaKeywordAsObjectField_CTS.setInt(CTP_Human_CTS _int) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setInterface(CTP_Human_CTS _interface) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setLong(CTP_Human_CTS _long) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setNative(CTP_Human_CTS _native) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setNew(CTP_Human_CTS _new) voidCTP_HumanEdge_CTS.setNode(CTP_Human_CTS node) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setPackage(CTP_Human_CTS _package) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setPrivate(CTP_Human_CTS _private) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setProtected(CTP_Human_CTS _protected) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setPublic(CTP_Human_CTS _public) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setReturn(CTP_Human_CTS _return) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setShort(CTP_Human_CTS _short) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setStatic(CTP_Human_CTS _static) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setStrictfp(CTP_Human_CTS _strictfp) voidCTP_TheSubscriptionType_CTS.setSubscribeNewHumanForEpisode(CTP_Human_CTS subscribeNewHumanForEpisode) Will be notified for each Human added to this EpisodevoidCTP_ReservedJavaKeywordAsObjectField_CTS.setSuper(CTP_Human_CTS _super) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setSwitch(CTP_Human_CTS _switch) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setSynchronized(CTP_Human_CTS _synchronized) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setThis(CTP_Human_CTS _this) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setThrow(CTP_Human_CTS _throw) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setThrows(CTP_Human_CTS _throws) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setTransient(CTP_Human_CTS _transient) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setTry(CTP_Human_CTS _try) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setVoid(CTP_Human_CTS _void) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setVolatile(CTP_Human_CTS _volatile) voidCTP_ReservedJavaKeywordAsObjectField_CTS.setWhile(CTP_Human_CTS _while) CTP_AnotherMutationType_CTS.Builder.withCreateHuman(CTP_Human_CTS createHumanParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withIf(CTP_Human_CTS _ifParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withImplements(CTP_Human_CTS _implementsParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withImport(CTP_Human_CTS _importParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withInstanceof(CTP_Human_CTS _instanceofParam) CTP_ReservedJavaKeywordAllFieldCases_CTS.Builder.withInt(CTP_Human_CTS _intParam) A field with a java reserved name which is an object typeCTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withInt(CTP_Human_CTS _intParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withInterface(CTP_Human_CTS _interfaceParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withLong(CTP_Human_CTS _longParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withNative(CTP_Human_CTS _nativeParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withNew(CTP_Human_CTS _newParam) CTP_HumanEdge_CTS.Builder.withNode(CTP_Human_CTS nodeParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withPackage(CTP_Human_CTS _packageParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withPrivate(CTP_Human_CTS _privateParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withProtected(CTP_Human_CTS _protectedParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withPublic(CTP_Human_CTS _publicParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withReturn(CTP_Human_CTS _returnParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withShort(CTP_Human_CTS _shortParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withStatic(CTP_Human_CTS _staticParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withStrictfp(CTP_Human_CTS _strictfpParam) CTP_TheSubscriptionType_CTS.Builder.withSubscribeNewHumanForEpisode(CTP_Human_CTS subscribeNewHumanForEpisodeParam) Will be notified for each Human added to this EpisodeCTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withSuper(CTP_Human_CTS _superParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withSwitch(CTP_Human_CTS _switchParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withSynchronized(CTP_Human_CTS _synchronizedParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withThis(CTP_Human_CTS _thisParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withThrow(CTP_Human_CTS _throwParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withThrows(CTP_Human_CTS _throwsParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withTransient(CTP_Human_CTS _transientParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withTry(CTP_Human_CTS _tryParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withVoid(CTP_Human_CTS _voidParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withVolatile(CTP_Human_CTS _volatileParam) CTP_ReservedJavaKeywordAsObjectField_CTS.Builder.withWhile(CTP_Human_CTS _whileParam) Method parameters in org.allGraphQLCases.client with type arguments of type CTP_Human_CTSModifier and TypeMethodDescriptionvoidCTP_AllFieldCases_CTS.setFriends(List<CTP_Human_CTS> friends) CTP_AllFieldCases_CTS.Builder.withFriends(List<CTP_Human_CTS> friendsParam) -
Uses of CTP_Human_CTS in org.allGraphQLCases.client.util
Methods in org.allGraphQLCases.client.util that return CTP_Human_CTSModifier and TypeMethodDescriptionAnotherMutationTypeExecutorAllGraphQLCases.createHuman(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_HumanInput_CINS human, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases.createHuman(String queryResponseDef, CINP_HumanInput_CINS human, Object... paramsAndValues) This method executes a partial query on the createHuman mutation against the GraphQL server.CTP_AnotherMutationType_CTS.createHuman(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_HumanInput_CINS human, Object... paramsAndValues) Deprecated.CTP_AnotherMutationType_CTS.createHuman(String queryResponseDef, CINP_HumanInput_CINS human, Object... paramsAndValues) Deprecated.AnotherMutationTypeExecutorAllGraphQLCases.createHumanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_HumanInput_CINS human, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases.createHumanWithBindValues(String queryResponseDef, CINP_HumanInput_CINS human, Map<String, Object> parameters) This method executes a partial query on the createHuman mutation against the GraphQL server.CTP_AnotherMutationType_CTS.createHumanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_HumanInput_CINS human, Map<String, Object> parameters) Deprecated.CTP_AnotherMutationType_CTS.createHumanWithBindValues(String queryResponseDef, CINP_HumanInput_CINS human, Map<String, Object> parameters) Deprecated.Methods in org.allGraphQLCases.client.util that return types with arguments of type CTP_Human_CTSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CTP_Human_CTS>>AnotherMutationTypeReactiveExecutorAllGraphQLCases.createHuman(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_HumanInput_CINS human, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_Human_CTS>>AnotherMutationTypeReactiveExecutorAllGraphQLCases.createHuman(String queryResponseDef, CINP_HumanInput_CINS human, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_Human_CTS>>AnotherMutationTypeReactiveExecutorAllGraphQLCases.createHumanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_HumanInput_CINS human, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_Human_CTS>>AnotherMutationTypeReactiveExecutorAllGraphQLCases.createHumanWithBindValues(String queryResponseDef, CINP_HumanInput_CINS human, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_Human_CTS>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases.subscribeNewHumanForEpisode(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_Human_CTS>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases.subscribeNewHumanForEpisode(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_Human_CTS>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases.subscribeNewHumanForEpisodeWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_Human_CTS>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases.subscribeNewHumanForEpisodeWithBindValues(String queryResponseDef, CEP_Episode_CES episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.Method parameters in org.allGraphQLCases.client.util with type arguments of type CTP_Human_CTSModifier and TypeMethodDescriptioncom.graphql_java_generator.client.SubscriptionClientCTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisode(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.com.graphql_java_generator.client.SubscriptionClientCTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisode(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisode(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisode(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientCTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisodeWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.com.graphql_java_generator.client.SubscriptionClientCTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisodeWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisodeWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisodeWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Will be notified for each Human added to this Episode
This method registers a subscription, by executing a direct partial subscribeNewHumanForEpisode subscription against the GraphQL server. -
Uses of CTP_Human_CTS in org.allGraphQLCases.demo
Methods in org.allGraphQLCases.demo that return CTP_Human_CTS -
Uses of CTP_Human_CTS in org.allGraphQLCases.demo.impl
Methods in org.allGraphQLCases.demo.impl that return CTP_Human_CTSModifier and TypeMethodDescriptionPartialDirectQueries.createHuman(CINP_HumanInput_CINS human) PartialPreparedQueries.createHuman(CINP_HumanInput_CINS human) PartialPreparedQueriesDeprecatedWay.createHuman(CINP_HumanInput_CINS human) PartialRequestGraphQLRepository.createHuman(CINP_HumanInput_CINS human) Methods in org.allGraphQLCases.demo.impl that return types with arguments of type CTP_Human_CTSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CTP_Human_CTS>>PartialRequestGraphQLReactiveRepository.createHuman(CINP_HumanInput_CINS human)