Module com.s8.api

Class DeleteRepositoryS8Request

java.lang.Object
com.s8.api.flow.repository.requests.DeleteRepositoryS8Request

public abstract class DeleteRepositoryS8Request extends Object
A Request object to delete a repository.
Author:
Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
  • Field Details

    • repositoryAddress

      public final String repositoryAddress
      the repository address
  • Constructor Details

    • DeleteRepositoryS8Request

      public DeleteRepositoryS8Request(String repositoryAddress)
      Main constructor
      Parameters:
      repositoryAddress - the address of the repository
  • Method Details

    • onResponse

      public abstract void onResponse(DeleteRepositoryS8Request.Status status, long version)
      Callback run upon successful request execution
      Parameters:
      status - the status of the response
      version - the reported version
    • onFailed

      public abstract void onFailed(Exception exception)
      Callback run upon failed request execution
      Parameters:
      exception - the exception raised during the request processing