Uses of Interface
org.allGraphQLCases.client2.Character
Packages that use Character
-
Uses of Character in org.allGraphQLCases.client2
Classes in org.allGraphQLCases.client2 that implement CharacterMethods in org.allGraphQLCases.client2 that return CharacterModifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.directiveOnField(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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.Methods in org.allGraphQLCases.client2 that return types with arguments of type CharacterModifier and TypeMethodDescriptionMyQueryTypeReactiveExecutorAllGraphQLCases2.directiveOnField(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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.Methods in org.allGraphQLCases.client2 with parameters of type CharacterModifier and TypeMethodDescriptionvoidHuman.setBestFriend(Character bestFriend) voidMyQueryType.setDirectiveOnField(Character directiveOnField) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryvoid################################################################################ # error always returns an error!voidvoidMyQueryType.setWithEnum(Character withEnum) voidMyQueryType.setWithOneMandatoryParam(Character withOneMandatoryParam) voidMyQueryType.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) Method parameters in org.allGraphQLCases.client2 with type arguments of type CharacterModifier and TypeMethodDescriptionvoidBatchMappingType.setFriends(List<Character> friends) voidCharacter.setFriends(List<Character> friends) voidDroid.setFriends(List<Character> friends) voidHuman.setFriends(List<Character> friends) voidMyQueryType.setWithList(List<Character> withList) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputvoidMyQueryType.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