public class Aggregate extends BaseClient<GraphQLResponse> implements ClientResult<GraphQLResponse>
| Modifier and Type | Method and Description |
|---|---|
Result<GraphQLResponse> |
run() |
Aggregate |
withAsk(AskArgument ask) |
Aggregate |
withClassName(String className) |
Aggregate |
withFields(Field... fields) |
Aggregate |
withGroupBy(String propertyName) |
Aggregate |
withNearObject(NearObjectArgument withNearObjectFilter) |
Aggregate |
withNearText(NearTextArgument withNearTextFilter) |
Aggregate |
withNearVector(NearVectorArgument withNearVectorFilter) |
Aggregate |
withObjectLimit(Integer objectLimit) |
Aggregate |
withWhere(WhereFilter where) |
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequestpublic Aggregate(Config config)
public Aggregate withWhere(WhereFilter where)
public Aggregate withNearVector(NearVectorArgument withNearVectorFilter)
public Aggregate withNearObject(NearObjectArgument withNearObjectFilter)
public Aggregate withNearText(NearTextArgument withNearTextFilter)
public Aggregate withAsk(AskArgument ask)
public Result<GraphQLResponse> run()
run in interface ClientResult<GraphQLResponse>Copyright © 2022 SeMI Technologies B.V.. All rights reserved.