Class StorageRemoveResult


public class StorageRemoveResult extends StorageObjectResult
Holds result data that come as a result of a request to remove an object on the distant storage offer
  • Constructor Details

    • StorageRemoveResult

      public StorageRemoveResult(Integer tenantId, String type, String guid, boolean objectDeleted)
      Initialize the needed parameters for remove results
      Parameters:
      tenantId - The request tenantId
      type - the type The request type
      guid -
      objectDeleted - true if the object has been deleted
  • Method Details

    • isObjectDeleted

      public boolean isObjectDeleted()
      Returns:
      the objectDeleted