Class GraphQLResponse<T>
java.lang.Object
io.weaviate.client.v1.graphql.model.GraphQLResponse<T>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> GraphQLResponse.GraphQLResponseBuilder<T>
builder()
protected boolean
boolean
Extract the 'message' portion of every error in the response, omitting 'path' and 'location'.getData()
int
hashCode()
toString()
-
Method Details
-
errorMessages
Extract the 'message' portion of every error in the response, omitting 'path' and 'location'.- Returns:
- Non-throwable WeaviateErrorMessages
-
builder
-
getData
-
getErrors
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-