Uses of Class
io.weaviate.client.v1.graphql.model.GraphQLTypedResponse
Packages that use GraphQLTypedResponse
Package
Description
-
Uses of GraphQLTypedResponse in io.weaviate.client.base
Methods in io.weaviate.client.base that return GraphQLTypedResponseModifier and TypeMethodDescription<C> GraphQLTypedResponse<C>Serializer.toGraphQLTypedResponse(String response, Class<C> classOfT) Methods in io.weaviate.client.base that return types with arguments of type GraphQLTypedResponseModifier and TypeMethodDescriptionprotected <C> Future<Result<GraphQLTypedResponse<C>>>AsyncBaseGraphQLClient.sendGraphQLTypedRequest(Object payload, Class<C> classOfC, org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLTypedResponse<C>>> callback) protected <C> Response<GraphQLTypedResponse<C>>BaseGraphQLClient.sendGraphQLTypedRequest(Object payload, Class<C> classOfC) <C> Response<GraphQLTypedResponse<C>>Serializer.toGraphQLTypedResponse(int statusCode, String body, Class<C> classOfC) <C> Result<GraphQLTypedResponse<C>>Serializer.toGraphQLTypedResult(int statusCode, String body, Class<C> classOfC) Method parameters in io.weaviate.client.base with type arguments of type GraphQLTypedResponseModifier and TypeMethodDescriptionprotected <C> Future<Result<GraphQLTypedResponse<C>>>AsyncBaseGraphQLClient.sendGraphQLTypedRequest(Object payload, Class<C> classOfC, org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLTypedResponse<C>>> callback) -
Uses of GraphQLTypedResponse in io.weaviate.client.base.http.async
Methods in io.weaviate.client.base.http.async that return types with arguments of type GraphQLTypedResponseModifier and TypeMethodDescriptionprotected Result<GraphQLTypedResponse<C>>WeaviateGraphQLTypedResponseConsumer.buildResult(org.apache.hc.core5.http.HttpResponse response, byte[] entity, org.apache.hc.core5.http.ContentType contentType) -
Uses of GraphQLTypedResponse in io.weaviate.client.v1.async.graphql.api
Methods in io.weaviate.client.v1.async.graphql.api that return types with arguments of type GraphQLTypedResponseModifier and TypeMethodDescription<C> Future<Result<GraphQLTypedResponse<C>>>This method provides a better way of serializing a GraphQL response using one's defined classes.<C> Future<Result<GraphQLTypedResponse<C>>>Get.run(Class<C> classOfC, org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLTypedResponse<C>>> callback) This method provides a better way of serializing a GraphQL response using one's defined classes.Method parameters in io.weaviate.client.v1.async.graphql.api with type arguments of type GraphQLTypedResponseModifier and TypeMethodDescription<C> Future<Result<GraphQLTypedResponse<C>>>Get.run(Class<C> classOfC, org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLTypedResponse<C>>> callback) This method provides a better way of serializing a GraphQL response using one's defined classes. -
Uses of GraphQLTypedResponse in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query that return types with arguments of type GraphQLTypedResponseModifier and TypeMethodDescription<C> Result<GraphQLTypedResponse<C>>This method provides a better way of serializing a GraphQL response using one's defined classes.