Class Field
- java.lang.Object
-
- io.weaviate.client.v1.graphql.query.fields.Field
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classField.FieldBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()static Field.FieldBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Field[]getFields()StringgetName()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static Field.FieldBuilder builder()
-
getName
public String getName()
-
getFields
public Field[] getFields()
-
canEqual
protected boolean canEqual(Object other)
-
-