Class ListPartsResult


  • public class ListPartsResult
    extends java.lang.Object
    List-Parts result with some hard-coded values as this is sufficient for now.
    • Constructor Summary

      Constructors 
      Constructor Description
      ListPartsResult​(java.lang.String bucketName, java.lang.String fileName, java.lang.String uploadId, java.util.List<Part> parts)
      Constructs a new ListPartsResult.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListPartsResult

        public ListPartsResult​(java.lang.String bucketName,
                               java.lang.String fileName,
                               java.lang.String uploadId,
                               java.util.List<Part> parts)
        Constructs a new ListPartsResult.
        Parameters:
        bucketName - of the bucket.
        fileName - of the file.
        uploadId - of the multipart upload.
        parts - bla