Class GroupByArgument
- java.lang.Object
-
- io.weaviate.client.v1.graphql.query.argument.GroupByArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupByArgument.GroupByArgumentBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()static GroupByArgument.GroupByArgumentBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IntegergetGroups()IntegergetObjectsPerGroup()String[]getPath()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static GroupByArgument.GroupByArgumentBuilder builder()
-
getPath
public String[] getPath()
-
getGroups
public Integer getGroups()
-
getObjectsPerGroup
public Integer getObjectsPerGroup()
-
canEqual
protected boolean canEqual(Object other)
-
-