Uses of Class
org.allGraphQLCases.client2.CharacterInput
Packages that use CharacterInput
-
Uses of CharacterInput in org.allGraphQLCases.client2
Methods in org.allGraphQLCases.client2 that return CharacterInputMethods in org.allGraphQLCases.client2 that return types with arguments of type CharacterInputModifier and TypeMethodDescriptionCharacterInput.getFriends()
DroidInput.getFriends()
HumanInput.getFriends()
Methods in org.allGraphQLCases.client2 with parameters of type CharacterInputModifier and TypeMethodDescriptionvoid
HumanInput.setBestFriend
(CharacterInput bestFriend) HumanInput.Builder.withBestFriend
(CharacterInput bestFriendParam) MyQueryTypeExecutorAllGraphQLCases2.withOneMandatoryParam
(ObjectResponse objectResponse, CharacterInput character, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withOneMandatoryParam
(String queryResponseDef, CharacterInput character, Object... paramsAndValues) This method executes a partial query on the withOneMandatoryParam query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withOneMandatoryParam
(ObjectResponse objectResponse, CharacterInput character, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withOneMandatoryParam
(String queryResponseDef, CharacterInput character, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.withOneMandatoryParamWithBindValues
(ObjectResponse objectResponse, CharacterInput character, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withOneMandatoryParamWithBindValues
(String queryResponseDef, CharacterInput character, Map<String, Object> parameters) This method executes a partial query on the withOneMandatoryParam query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withOneMandatoryParamWithBindValues
(ObjectResponse objectResponse, CharacterInput character, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withOneMandatoryParamWithBindValues
(String queryResponseDef, CharacterInput character, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.withOneOptionalParam
(ObjectResponse objectResponse, CharacterInput character, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withOneOptionalParam
(String queryResponseDef, CharacterInput character, Object... paramsAndValues) This method executes a partial query on the withOneOptionalParam query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withOneOptionalParam
(ObjectResponse objectResponse, CharacterInput character, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withOneOptionalParam
(String queryResponseDef, CharacterInput character, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.withOneOptionalParamWithBindValues
(ObjectResponse objectResponse, CharacterInput character, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withOneOptionalParamWithBindValues
(String queryResponseDef, CharacterInput character, Map<String, Object> parameters) This method executes a partial query on the withOneOptionalParam query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withOneOptionalParamWithBindValues
(ObjectResponse objectResponse, CharacterInput character, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withOneOptionalParamWithBindValues
(String queryResponseDef, CharacterInput character, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Method parameters in org.allGraphQLCases.client2 with type arguments of type CharacterInputModifier and TypeMethodDescriptionvoid
CharacterInput.setFriends
(List<CharacterInput> friends) void
DroidInput.setFriends
(List<CharacterInput> friends) void
HumanInput.setFriends
(List<CharacterInput> friends) CharacterInput.Builder.withFriends
(List<CharacterInput> friendsParam) DroidInput.Builder.withFriends
(List<CharacterInput> friendsParam) HumanInput.Builder.withFriends
(List<CharacterInput> friendsParam) MyQueryTypeExecutorAllGraphQLCases2.withList
(ObjectResponse objectResponse, String firstName, List<CharacterInput> characters, Object... paramsAndValues)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withList
(String queryResponseDef, String firstName, List<CharacterInput> characters, Object... paramsAndValues)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method executes a partial query on the withList query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withList
(ObjectResponse objectResponse, String firstName, List<CharacterInput> characters, Object... paramsAndValues)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withList
(String queryResponseDef, String firstName, List<CharacterInput> characters, Object... paramsAndValues)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.withListWithBindValues
(ObjectResponse objectResponse, String firstName, List<CharacterInput> characters, Map<String, Object> parameters)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withListWithBindValues
(String queryResponseDef, String firstName, List<CharacterInput> characters, Map<String, Object> parameters)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method executes a partial query on the withList query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withListWithBindValues
(ObjectResponse objectResponse, String firstName, List<CharacterInput> characters, Map<String, Object> parameters)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withListWithBindValues
(String queryResponseDef, String firstName, List<CharacterInput> characters, Map<String, Object> parameters) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput