Uses of Class
org.allGraphQLCases.client2.Human
-
Uses of Human in org.allGraphQLCases.client2
Modifier and TypeMethodDescriptionHuman.Builder.build()
AnotherMutationTypeExecutorAllGraphQLCases2.createHuman
(ObjectResponse objectResponse, HumanInput human, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases2.createHuman
(String queryResponseDef, HumanInput human, Object... paramsAndValues) This method executes a partial query on the createHuman mutation against the GraphQL server.AnotherMutationTypeExecutorAllGraphQLCases2.createHumanWithBindValues
(ObjectResponse objectResponse, HumanInput human, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases2.createHumanWithBindValues
(String queryResponseDef, HumanInput human, Map<String, Object> parameters) This method executes a partial query on the createHuman mutation against the GraphQL server.AnotherMutationType.getCreateHuman()
ReservedJavaKeywordAsObjectField.getIf()
ReservedJavaKeywordAsObjectField.getImplements()
ReservedJavaKeywordAsObjectField.getImport()
ReservedJavaKeywordAsObjectField.getInstanceof()
ReservedJavaKeywordAllFieldCases.getInt()
A field with a java reserved name which is an object typeReservedJavaKeywordAsObjectField.getInt()
ReservedJavaKeywordAsObjectField.getInterface()
ReservedJavaKeywordAsObjectField.getLong()
ReservedJavaKeywordAsObjectField.getNative()
ReservedJavaKeywordAsObjectField.getNew()
HumanEdge.getNode()
ReservedJavaKeywordAsObjectField.getPackage()
ReservedJavaKeywordAsObjectField.getPrivate()
ReservedJavaKeywordAsObjectField.getProtected()
ReservedJavaKeywordAsObjectField.getPublic()
ReservedJavaKeywordAsObjectField.getReturn()
ReservedJavaKeywordAsObjectField.getShort()
ReservedJavaKeywordAsObjectField.getStatic()
ReservedJavaKeywordAsObjectField.getStrictfp()
TheSubscriptionType.getSubscribeNewHumanForEpisode()
Will be notified for each Human added to this EpisodeReservedJavaKeywordAsObjectField.getSuper()
ReservedJavaKeywordAsObjectField.getSwitch()
ReservedJavaKeywordAsObjectField.getSynchronized()
ReservedJavaKeywordAsObjectField.getThis()
ReservedJavaKeywordAsObjectField.getThrow()
ReservedJavaKeywordAsObjectField.getThrows()
ReservedJavaKeywordAsObjectField.getTransient()
ReservedJavaKeywordAsObjectField.getTry()
ReservedJavaKeywordAsObjectField.getVoid()
ReservedJavaKeywordAsObjectField.getVolatile()
ReservedJavaKeywordAsObjectField.getWhile()
Modifier and TypeMethodDescriptionAnotherMutationTypeReactiveExecutorAllGraphQLCases2.createHuman
(ObjectResponse objectResponse, HumanInput human, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createHuman
(String queryResponseDef, HumanInput human, Object... paramsAndValues) This method executes a partial query against the GraphQL server.AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createHumanWithBindValues
(ObjectResponse objectResponse, HumanInput human, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createHumanWithBindValues
(String queryResponseDef, HumanInput human, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.AllFieldCases.getFriends()
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscribeNewHumanForEpisode
(ObjectResponse objectResponse, Episode 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.TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscribeNewHumanForEpisode
(String queryResponseDef, Episode 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.TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscribeNewHumanForEpisodeWithBindValues
(ObjectResponse objectResponse, Episode 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.TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, Episode 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 TypeMethodDescriptionvoid
AnotherMutationType.setCreateHuman
(Human createHuman) void
void
ReservedJavaKeywordAsObjectField.setImplements
(Human _implements) void
void
ReservedJavaKeywordAsObjectField.setInstanceof
(Human _instanceof) void
A field with a java reserved name which is an object typevoid
void
ReservedJavaKeywordAsObjectField.setInterface
(Human _interface) void
void
void
void
void
ReservedJavaKeywordAsObjectField.setPackage
(Human _package) void
ReservedJavaKeywordAsObjectField.setPrivate
(Human _private) void
ReservedJavaKeywordAsObjectField.setProtected
(Human _protected) void
void
void
void
void
ReservedJavaKeywordAsObjectField.setStrictfp
(Human _strictfp) void
TheSubscriptionType.setSubscribeNewHumanForEpisode
(Human subscribeNewHumanForEpisode) Will be notified for each Human added to this Episodevoid
void
void
ReservedJavaKeywordAsObjectField.setSynchronized
(Human _synchronized) void
void
void
void
ReservedJavaKeywordAsObjectField.setTransient
(Human _transient) void
void
void
ReservedJavaKeywordAsObjectField.setVolatile
(Human _volatile) void
AnotherMutationType.Builder.withCreateHuman
(Human createHumanParam) ReservedJavaKeywordAsObjectField.Builder.withImplements
(Human _implementsParam) ReservedJavaKeywordAsObjectField.Builder.withImport
(Human _importParam) ReservedJavaKeywordAsObjectField.Builder.withInstanceof
(Human _instanceofParam) A field with a java reserved name which is an object typeReservedJavaKeywordAsObjectField.Builder.withInterface
(Human _interfaceParam) ReservedJavaKeywordAsObjectField.Builder.withNative
(Human _nativeParam) ReservedJavaKeywordAsObjectField.Builder.withPackage
(Human _packageParam) ReservedJavaKeywordAsObjectField.Builder.withPrivate
(Human _privateParam) ReservedJavaKeywordAsObjectField.Builder.withProtected
(Human _protectedParam) ReservedJavaKeywordAsObjectField.Builder.withPublic
(Human _publicParam) ReservedJavaKeywordAsObjectField.Builder.withReturn
(Human _returnParam) ReservedJavaKeywordAsObjectField.Builder.withStatic
(Human _staticParam) ReservedJavaKeywordAsObjectField.Builder.withStrictfp
(Human _strictfpParam) TheSubscriptionType.Builder.withSubscribeNewHumanForEpisode
(Human subscribeNewHumanForEpisodeParam) Will be notified for each Human added to this EpisodeReservedJavaKeywordAsObjectField.Builder.withSwitch
(Human _switchParam) ReservedJavaKeywordAsObjectField.Builder.withSynchronized
(Human _synchronizedParam) ReservedJavaKeywordAsObjectField.Builder.withThrows
(Human _throwsParam) ReservedJavaKeywordAsObjectField.Builder.withTransient
(Human _transientParam) ReservedJavaKeywordAsObjectField.Builder.withVolatile
(Human _volatileParam) Modifier and TypeMethodDescriptionvoid
AllFieldCases.setFriends
(List<Human> friends) TheSubscriptionTypeExecutorAllGraphQLCases2.subscribeNewHumanForEpisode
(ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode 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.TheSubscriptionTypeExecutorAllGraphQLCases2.subscribeNewHumanForEpisode
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode 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.TheSubscriptionTypeExecutorAllGraphQLCases2.subscribeNewHumanForEpisodeWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<Human> subscriptionCallback, Episode 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.TheSubscriptionTypeExecutorAllGraphQLCases2.subscribeNewHumanForEpisodeWithBindValues
(String queryResponseDef, SubscriptionCallback<Human> subscriptionCallback, Episode 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.AllFieldCases.Builder.withFriends
(List<Human> friendsParam)