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 Summary

      Constructors 
      Constructor Description
      StorageRemoveResult​(java.lang.Integer tenantId, java.lang.String type, java.lang.String guid, boolean objectDeleted)
      Initialize the needed parameters for remove results
    • Constructor Detail

      • StorageRemoveResult

        public StorageRemoveResult​(java.lang.Integer tenantId,
                                   java.lang.String type,
                                   java.lang.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 Detail

      • isObjectDeleted

        public boolean isObjectDeleted()
        Returns:
        the objectDeleted