Class GraphQLError.GraphQLErrorBuilder
- java.lang.Object
-
- io.weaviate.client.v1.graphql.model.GraphQLError.GraphQLErrorBuilder
-
- Enclosing class:
- GraphQLError
public static class GraphQLError.GraphQLErrorBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphQLErrorbuild()GraphQLError.GraphQLErrorBuilderlocations(GraphQLErrorLocationsItems[] locations)GraphQLError.GraphQLErrorBuildermessage(String message)GraphQLError.GraphQLErrorBuilderpath(String[] path)StringtoString()
-
-
-
Method Detail
-
message
public GraphQLError.GraphQLErrorBuilder message(String message)
- Returns:
this.
-
path
public GraphQLError.GraphQLErrorBuilder path(String[] path)
- Returns:
this.
-
locations
public GraphQLError.GraphQLErrorBuilder locations(GraphQLErrorLocationsItems[] locations)
- Returns:
this.
-
build
public GraphQLError build()
-
-