Class GraphQLQuery
- java.lang.Object
-
- io.weaviate.client.v1.graphql.model.GraphQLQuery
-
public class GraphQLQuery extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphQLQuery.GraphQLQueryBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphQLQuery.GraphQLQueryBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetOperationName()StringgetQuery()ObjectgetVariables()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static GraphQLQuery.GraphQLQueryBuilder builder()
-
getOperationName
public String getOperationName()
-
getQuery
public String getQuery()
-
getVariables
public Object getVariables()
-
canEqual
protected boolean canEqual(Object other)
-
-