Class GraphQLResponse
- java.lang.Object
-
- io.weaviate.client.v1.graphql.model.GraphQLResponse
-
public class GraphQLResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphQLResponse.GraphQLResponseBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphQLResponse.GraphQLResponseBuilderbuilder()ObjectgetData()GraphQLError[]getErrors()StringtoString()
-
-
-
Method Detail
-
builder
public static GraphQLResponse.GraphQLResponseBuilder builder()
-
getData
public Object getData()
-
getErrors
public GraphQLError[] getErrors()
-
-