Class StorageObjectRequest

  • Direct Known Subclasses:
    StoragePutRequest, StorageRemoveRequest

    public class StorageObjectRequest
    extends StorageRequest
    Holds minimal needed parameters that may be needed to send a request on an object on the distant storage offer : object informations.
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageObjectRequest​(java.lang.Integer tenantId, java.lang.String guid)  
      StorageObjectRequest​(java.lang.Integer tenantId, java.lang.String type, java.lang.String guid)
      Initialize the needed parameters for request on an object.
    • Constructor Detail

      • StorageObjectRequest

        public StorageObjectRequest​(java.lang.Integer tenantId,
                                    java.lang.String type,
                                    java.lang.String guid)
        Initialize the needed parameters for request on an object.
        Parameters:
        tenantId - The request tenantId
        type - the type The request type
        guid - the object guid
      • StorageObjectRequest

        public StorageObjectRequest​(java.lang.Integer tenantId,
                                    java.lang.String guid)
    • Method Detail

      • getGuid

        public java.lang.String getGuid()
        Gets the guid
        Returns:
        the guid