Class Raw
- java.lang.Object
-
- technology.semi.weaviate.client.base.BaseClient<GraphQLResponse>
-
- technology.semi.weaviate.client.v1.graphql.query.Raw
-
- All Implemented Interfaces:
ClientResult<GraphQLResponse>
public class Raw extends BaseClient<GraphQLResponse> implements ClientResult<GraphQLResponse>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result<GraphQLResponse>run()RawwithQuery(String query)-
Methods inherited from class technology.semi.weaviate.client.base.BaseClient
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequest
-
-
-
-
Constructor Detail
-
Raw
public Raw(Config config)
-
-
Method Detail
-
run
public Result<GraphQLResponse> run()
- Specified by:
runin interfaceClientResult<GraphQLResponse>
-
-