Package io.weaviate.client.v1.schema.api
Class TenantsGetter
- java.lang.Object
-
- io.weaviate.client.base.BaseClient<Tenant[]>
-
- io.weaviate.client.v1.schema.api.TenantsGetter
-
- All Implemented Interfaces:
ClientResult<List<Tenant>>
public class TenantsGetter extends BaseClient<Tenant[]> implements ClientResult<List<Tenant>>
-
-
Constructor Summary
Constructors Constructor Description TenantsGetter(HttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result<List<Tenant>>run()TenantsGetterwithClassName(String className)-
Methods inherited from class io.weaviate.client.base.BaseClient
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequest
-
-
-
-
Constructor Detail
-
TenantsGetter
public TenantsGetter(HttpClient httpClient, Config config)
-
-
Method Detail
-
withClassName
public TenantsGetter withClassName(String className)
-
-