java.lang.Object
com.s8.api.flow.repository.requests.DeleteRepositoryS8Request
A Request object to delete a repository.
- Author:
- Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Callback run upon failed request executionabstract void
onResponse
(DeleteRepositoryS8Request.Status status, long version) Callback run upon successful request execution
-
Field Details
-
repositoryAddress
the repository address
-
-
Constructor Details
-
DeleteRepositoryS8Request
Main constructor- Parameters:
repositoryAddress
- the address of the repository
-
-
Method Details
-
onResponse
Callback run upon successful request execution- Parameters:
status
- the status of the responseversion
- the reported version
-
onFailed
Callback run upon failed request execution- Parameters:
exception
- the exception raised during the request processing
-