public class Get extends BaseClient<GraphQLResponse> implements ClientResult<GraphQLResponse>
| Modifier and Type | Method and Description |
|---|---|
Result<GraphQLResponse> |
run() |
Get |
withAsk(AskArgument ask) |
Get |
withClassName(String className) |
Get |
withFields(Field... fields) |
Get |
withGroup(GroupArgument group) |
Get |
withLimit(Integer limit) |
Get |
withNearImage(NearImageArgument nearImage) |
Get |
withNearObject(NearObjectArgument nearObject) |
Get |
withNearText(NearTextArgument nearText) |
Get |
withNearVector(NearVectorArgument nearVector) |
Get |
withOffset(Integer offset) |
Get |
withSort(SortArgument... sort) |
Get |
withWhere(WhereFilter where) |
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequestpublic Get(Config config)
public Get withWhere(WhereFilter where)
public Get withNearText(NearTextArgument nearText)
public Get withAsk(AskArgument ask)
public Get withNearImage(NearImageArgument nearImage)
public Get withNearVector(NearVectorArgument nearVector)
public Get withNearObject(NearObjectArgument nearObject)
public Get withGroup(GroupArgument group)
public Get withSort(SortArgument... sort)
public Result<GraphQLResponse> run()
run in interface ClientResult<GraphQLResponse>Copyright © 2022 SeMI Technologies B.V.. All rights reserved.