Package io.weaviate.client.v1.schema.api
Class TenantsDeleter
- java.lang.Object
-
- io.weaviate.client.base.BaseClient<Object>
-
- io.weaviate.client.v1.schema.api.TenantsDeleter
-
- All Implemented Interfaces:
ClientResult<Boolean>
public class TenantsDeleter extends BaseClient<Object> implements ClientResult<Boolean>
-
-
Constructor Summary
Constructors Constructor Description TenantsDeleter(HttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result<Boolean>run()TenantsDeleterwithClassName(String className)TenantsDeleterwithTenants(String... tenants)-
Methods inherited from class io.weaviate.client.base.BaseClient
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequest
-
-
-
-
Constructor Detail
-
TenantsDeleter
public TenantsDeleter(HttpClient httpClient, Config config)
-
-
Method Detail
-
withClassName
public TenantsDeleter withClassName(String className)
-
withTenants
public TenantsDeleter withTenants(String... tenants)
-
run
public Result<Boolean> run()
- Specified by:
runin interfaceClientResult<Boolean>
-
-