Class CopyRange


  • public class CopyRange
    extends java.lang.Object
    Container for the multi copy range request
    • Constructor Detail

      • CopyRange

        public CopyRange()
    • Method Detail

      • getContentType

        public java.lang.String getContentType()
      • setContentType

        public void setContentType​(java.lang.String contentType)
      • getSegments

        public Segments getSegments()
      • setSegments

        public void setSegments​(Segments segments)
      • withContentType

        public CopyRange withContentType​(java.lang.String contentType)