Class ObjectExistsRequest


  • public class ObjectExistsRequest
    extends Object
    Class that holds parameters for ObjectExists request invocation.
    • Field Detail

      • path

        public String path
        File or folder path e.g. '/file.ext' or '/folder'
      • storageName

        public String storageName
        Storage name
      • versionId

        public String versionId
        File version ID
    • Constructor Detail

      • ObjectExistsRequest

        public ObjectExistsRequest​(String path,
                                   String storageName,
                                   String versionId)
        Initializes a new instance of the ObjectExistsRequest class.
        Parameters:
        path - File or folder path e.g. '/file.ext' or '/folder'
        storageName - Storage name
        versionId - File version ID