Class GroupArgument
- java.lang.Object
-
- io.weaviate.client.v1.graphql.query.argument.GroupArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupArgument.GroupArgumentBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()static GroupArgument.GroupArgumentBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)FloatgetForce()GroupTypegetType()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static GroupArgument.GroupArgumentBuilder builder()
-
getType
public GroupType getType()
-
getForce
public Float getForce()
-
canEqual
protected boolean canEqual(Object other)
-
-