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