Uses of Interface
org.allGraphQLCases.client2.Character
-
Uses of Character in org.allGraphQLCases.client2
Modifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.directiveOnField
(ObjectResponse objectResponse, Object... paramsAndValues)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeExecutorAllGraphQLCases2.directiveOnField
(String queryResponseDef, Object... paramsAndValues)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeExecutorAllGraphQLCases2.directiveOnFieldWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeExecutorAllGraphQLCases2.directiveOnFieldWithBindValues
(String queryResponseDef, Map<String, Object> parameters)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeExecutorAllGraphQLCases2.error
(ObjectResponse objectResponse, String errorLabel, Object... paramsAndValues)
################################################################################
# error always returns an error!MyQueryTypeExecutorAllGraphQLCases2.error
(String queryResponseDef, String errorLabel, Object... paramsAndValues)
################################################################################
# error always returns an error!MyQueryTypeExecutorAllGraphQLCases2.errorWithBindValues
(ObjectResponse objectResponse, String errorLabel, Map<String, Object> parameters)
################################################################################
# error always returns an error!MyQueryTypeExecutorAllGraphQLCases2.errorWithBindValues
(String queryResponseDef, String errorLabel, Map<String, Object> parameters)
################################################################################
# error always returns an error!Human.getBestFriend()
MyQueryType.getDirectiveOnField()
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryMyQueryType.getError()
################################################################################ # error always returns an error!CharacterEdge.getNode()
MyQueryType.getWithEnum()
MyQueryType.getWithOneMandatoryParam()
MyQueryType.getWithOneOptionalParam()
MyQueryTypeExecutorAllGraphQLCases2.withEnum
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withEnum
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query on the withEnum query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.withEnumWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withEnumWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the withEnum query against the GraphQL server.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.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.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.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.Modifier and TypeMethodDescriptionMyQueryTypeReactiveExecutorAllGraphQLCases2.directiveOnField
(ObjectResponse objectResponse, Object... paramsAndValues)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeReactiveExecutorAllGraphQLCases2.directiveOnField
(String queryResponseDef, Object... paramsAndValues)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeReactiveExecutorAllGraphQLCases2.directiveOnFieldWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeReactiveExecutorAllGraphQLCases2.directiveOnFieldWithBindValues
(String queryResponseDef, Map<String, Object> parameters) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryMyQueryTypeReactiveExecutorAllGraphQLCases2.error
(ObjectResponse objectResponse, String errorLabel, Object... paramsAndValues)
################################################################################
# error always returns an error!MyQueryTypeReactiveExecutorAllGraphQLCases2.error
(String queryResponseDef, String errorLabel, Object... paramsAndValues)
################################################################################
# error always returns an error!MyQueryTypeReactiveExecutorAllGraphQLCases2.errorWithBindValues
(ObjectResponse objectResponse, String errorLabel, Map<String, Object> parameters)
################################################################################
# error always returns an error!MyQueryTypeReactiveExecutorAllGraphQLCases2.errorWithBindValues
(String queryResponseDef, String errorLabel, Map<String, Object> parameters) ################################################################################ # error always returns an error!BatchMappingType.getFriends()
Character.getFriends()
Droid.getFriends()
Human.getFriends()
Droid.getFriendsCharacter()
Human.getFriendsCharacter()
MyQueryType.getWithList()
################################################################################ # withList return a list of Characters, matching the given list of CharacterInputMyQueryType.getWithoutParameters()
This is a description to describe the field withoutParameters on two linesMyQueryTypeReactiveExecutorAllGraphQLCases2.withEnum
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withEnum
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withEnumWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withEnumWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.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 CharacterInputMyQueryTypeReactiveExecutorAllGraphQLCases2.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.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.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.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.MyQueryTypeExecutorAllGraphQLCases2.withoutParameters
(ObjectResponse objectResponse, Object... paramsAndValues)
This is a description to describe the field withoutParameters
on two lines
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withoutParameters
(String queryResponseDef, Object... paramsAndValues)
This is a description to describe the field withoutParameters
on two lines
This method executes a partial query on the withoutParameters query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withoutParameters
(ObjectResponse objectResponse, Object... paramsAndValues)
This is a description to describe the field withoutParameters
on two lines
This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withoutParameters
(String queryResponseDef, Object... paramsAndValues)
This is a description to describe the field withoutParameters
on two lines
This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.withoutParametersWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters)
This is a description to describe the field withoutParameters
on two lines
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters)
This is a description to describe the field withoutParameters
on two lines
This method executes a partial query on the withoutParameters query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withoutParametersWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters)
This is a description to describe the field withoutParameters
on two lines
This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This is a description to describe the field withoutParameters on two lines This method executes a partial query against the GraphQL server.Modifier and TypeMethodDescriptionvoid
Human.setBestFriend
(Character bestFriend) void
MyQueryType.setDirectiveOnField
(Character directiveOnField) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryvoid
################################################################################ # error always returns an error!void
void
MyQueryType.setWithEnum
(Character withEnum) void
MyQueryType.setWithOneMandatoryParam
(Character withOneMandatoryParam) void
MyQueryType.setWithOneOptionalParam
(Character withOneOptionalParam) Human.Builder.withBestFriend
(Character bestFriendParam) MyQueryType.Builder.withDirectiveOnField
(Character directiveOnFieldParam) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery################################################################################ # error always returns an error!MyQueryType.Builder.withWithEnum
(Character withEnumParam) MyQueryType.Builder.withWithOneMandatoryParam
(Character withOneMandatoryParamParam) MyQueryType.Builder.withWithOneOptionalParam
(Character withOneOptionalParamParam) Modifier and TypeMethodDescriptionvoid
BatchMappingType.setFriends
(List<Character> friends) void
Character.setFriends
(List<Character> friends) void
Droid.setFriends
(List<Character> friends) void
Human.setFriends
(List<Character> friends) void
MyQueryType.setWithList
(List<Character> withList) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputvoid
MyQueryType.setWithoutParameters
(List<Character> withoutParameters) This is a description to describe the field withoutParameters on two linesBatchMappingType.Builder.withFriends
(List<Character> friendsParam) Droid.Builder.withFriends
(List<Character> friendsParam) Human.Builder.withFriends
(List<Character> friendsParam) MyQueryType.Builder.withWithList
(List<Character> withListParam) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputMyQueryType.Builder.withWithoutParameters
(List<Character> withoutParametersParam) This is a description to describe the field withoutParameters on two lines