Uses of Class
org.allGraphQLCases.client.CTP_Human_CTS
Package
Description
-
Uses of CTP_Human_CTS in org.allGraphQLCases.client
Modifier 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()
Modifier and TypeMethodDescriptionvoid
CTP_AnotherMutationType_CTS.setCreateHuman
(CTP_Human_CTS createHuman) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setIf
(CTP_Human_CTS _if) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setImplements
(CTP_Human_CTS _implements) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setImport
(CTP_Human_CTS _import) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setInstanceof
(CTP_Human_CTS _instanceof) void
CTP_ReservedJavaKeywordAllFieldCases_CTS.setInt
(CTP_Human_CTS _int) A field with a java reserved name which is an object typevoid
CTP_ReservedJavaKeywordAsObjectField_CTS.setInt
(CTP_Human_CTS _int) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setInterface
(CTP_Human_CTS _interface) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setLong
(CTP_Human_CTS _long) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setNative
(CTP_Human_CTS _native) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setNew
(CTP_Human_CTS _new) void
CTP_HumanEdge_CTS.setNode
(CTP_Human_CTS node) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setPackage
(CTP_Human_CTS _package) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setPrivate
(CTP_Human_CTS _private) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setProtected
(CTP_Human_CTS _protected) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setPublic
(CTP_Human_CTS _public) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setReturn
(CTP_Human_CTS _return) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setShort
(CTP_Human_CTS _short) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setStatic
(CTP_Human_CTS _static) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setStrictfp
(CTP_Human_CTS _strictfp) void
CTP_TheSubscriptionType_CTS.setSubscribeNewHumanForEpisode
(CTP_Human_CTS subscribeNewHumanForEpisode) Will be notified for each Human added to this Episodevoid
CTP_ReservedJavaKeywordAsObjectField_CTS.setSuper
(CTP_Human_CTS _super) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setSwitch
(CTP_Human_CTS _switch) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setSynchronized
(CTP_Human_CTS _synchronized) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setThis
(CTP_Human_CTS _this) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setThrow
(CTP_Human_CTS _throw) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setThrows
(CTP_Human_CTS _throws) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setTransient
(CTP_Human_CTS _transient) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setTry
(CTP_Human_CTS _try) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setVoid
(CTP_Human_CTS _void) void
CTP_ReservedJavaKeywordAsObjectField_CTS.setVolatile
(CTP_Human_CTS _volatile) void
CTP_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) Modifier and TypeMethodDescriptionvoid
CTP_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
Modifier and TypeMethodDescriptionAnotherMutationTypeExecutorAllGraphQLCases.createHuman
(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
(ObjectResponse objectResponse, CINP_HumanInput_CINS human, Object... paramsAndValues) Deprecated.CTP_AnotherMutationType_CTS.createHuman
(String queryResponseDef, CINP_HumanInput_CINS human, Object... paramsAndValues) Deprecated.AnotherMutationTypeExecutorAllGraphQLCases.createHumanWithBindValues
(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
(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.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CTP_Human_CTS>>
AnotherMutationTypeReactiveExecutorAllGraphQLCases.createHuman
(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
(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
(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
(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.Modifier and TypeMethodDescriptionCTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisode
(ObjectResponse objectResponse, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.CTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisode
(String queryResponseDef, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.TheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisode
(ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisode
(String queryResponseDef, 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.CTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisodeWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.CTP_TheSubscriptionType_CTS.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, SubscriptionCallback<CTP_Human_CTS> subscriptionCallback, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.TheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisodeWithBindValues
(ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorAllGraphQLCases.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, 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
-
Uses of CTP_Human_CTS in org.allGraphQLCases.demo.impl
Modifier 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) Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CTP_Human_CTS>>
PartialRequestGraphQLReactiveRepository.createHuman
(CINP_HumanInput_CINS human)