Interface MutableContentMetadata

    • Method Detail

      • setContentLength

        void setContentLength​(@Nullable
                              Long contentLength)
      • setContentMD5

        void setContentMD5​(@Nullable
                           com.google.common.hash.HashCode md5)
      • setContentDisposition

        void setContentDisposition​(@Nullable
                                   String contentDisposition)
        Set Content Disposition of the payload

        Not all providers may support it

        Parameters:
        contentDisposition -
      • setContentLanguage

        void setContentLanguage​(@Nullable
                                String contentLanguage)
        Set Content Language of the payload

        Not all providers may support it

        Parameters:
        contentLanguage -
      • setContentEncoding

        void setContentEncoding​(@Nullable
                                String contentEncoding)
        Set Content Encoding of the payload

        Not all providers may support it

        Parameters:
        contentEncoding -