public class RecordRecoveryClient
extends MindsphereAPIClient
Modifier and Type | Class and Description |
---|---|
static class |
RecordRecoveryClient.ClientBuilder |
Constructor and Description |
---|
RecordRecoveryClient(RecordRecoveryClient.ClientBuilder builder) |
Modifier and Type | Method and Description |
---|---|
static RecordRecoveryClient.ClientBuilder |
builder() |
PagedRecoverableRecords |
recoverableRecordsGet(RecoverableRecordsGetRequest requestObject)
Get all recoverable records
Gets all recoverable records
|
void |
recoverableRecordsIdDelete(RecoverableRecordsIdDeleteRequest requestObject)
Delete a recoverable record
Deletes a recoverable record.
|
String |
recoverableRecordsIdDownloadLinkGet(RecoverableRecordsIdDownloadLinkGetRequest requestObject)
Get download link of record payload.
|
void |
recoverableRecordsIdReplayPost(RecoverableRecordsIdReplayPostRequest requestObject)
Re-play a recoverable record
Re-play a recoverable record.
|
public RecordRecoveryClient(RecordRecoveryClient.ClientBuilder builder)
public static RecordRecoveryClient.ClientBuilder builder()
public PagedRecoverableRecords recoverableRecordsGet(RecoverableRecordsGetRequest requestObject) throws MindsphereException
200 - OK
400 - Bad Request
401 - unauthorized
403 - Forbidden
0 - unexpected error
requestObject
- - Object of type RecoverableRecordsGetRequest {Parameters are filter,size,page,sort}MindsphereException
- if an error occurs while attempting to invoke the APIpublic void recoverableRecordsIdDelete(RecoverableRecordsIdDeleteRequest requestObject) throws MindsphereException
204 - Deleted
400 - Bad Request
401 - unauthorized
403 - Forbidden
404 - Recoverable record not found
0 - unexpected error
requestObject
- - Object of type RecoverableRecordsIdDeleteRequest {Parameters are id*}MindsphereException
- if an error occurs while attempting to invoke the APIpublic String recoverableRecordsIdDownloadLinkGet(RecoverableRecordsIdDownloadLinkGetRequest requestObject) throws MindsphereException
200 - OK
400 - Bad Request
401 - Unauthorized
403 - Forbidden
404 - Not Found
0 - unexpected error
requestObject
- - Object of type RecoverableRecordsIdDownloadLinkGetRequest {Parameters are id*}MindsphereException
- if an error occurs while attempting to invoke the APIpublic void recoverableRecordsIdReplayPost(RecoverableRecordsIdReplayPostRequest requestObject) throws MindsphereException
200 - OK
400 - Bad Request
401 - Unauthorized
403 - Forbidden
404 - Not Found
0 - unexpected error
requestObject
- - Object of type RecoverableRecordsIdReplayPostRequest {Parameters are id*}MindsphereException
- if an error occurs while attempting to invoke the API