Class Getter
- java.lang.Object
-
- technology.semi.weaviate.client.base.BaseClient<Classification>
-
- technology.semi.weaviate.client.v1.classifications.api.Getter
-
- All Implemented Interfaces:
ClientResult<Classification>
public class Getter extends BaseClient<Classification> implements ClientResult<Classification>
-
-
Constructor Summary
Constructors Constructor Description Getter(HttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result<Classification>run()GetterwithID(String id)-
Methods inherited from class technology.semi.weaviate.client.base.BaseClient
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequest
-
-
-
-
Constructor Detail
-
Getter
public Getter(HttpClient httpClient, Config config)
-
-
Method Detail
-
run
public Result<Classification> run()
- Specified by:
runin interfaceClientResult<Classification>
-
-