Class DownloadOptionalParameters


  • public class DownloadOptionalParameters
    extends java.lang.Object
    Set of optional parameters for Download service.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getETag()
      Get HTTP 1.1 entity tag that can be set for download request.
      void setETag​(java.lang.String eTag)
      Set HTTP 1.1 entity tag that can be set for download request.
      • Methods inherited from class java.lang.Object

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

      • DownloadOptionalParameters

        public DownloadOptionalParameters()
    • Method Detail

      • getETag

        public java.lang.String getETag()
        Get HTTP 1.1 entity tag that can be set for download request.
        Returns:
        the HTTP 1.1 entity tag that can be set for download request.
      • setETag

        public void setETag​(java.lang.String eTag)
        Set HTTP 1.1 entity tag that can be set for download request. Use value returned by DownloadWithParametersCompletionHandler or empty string.
        Parameters:
        eTag - HTTP 1.1 entity tag that can be set for download request.