Class ContentConfig


  • public class ContentConfig
    extends Object
    Content config.
    • Field Detail

      • uploadSize

        private long uploadSize
        The maximum size an upload can be in bytes. Clients SHOULD use this as a guide when uploading content. If not listed or null, the size limit should be treated as unknown.
    • Constructor Detail

      • ContentConfig

        public ContentConfig()
    • Method Detail

      • getUploadSize

        public long getUploadSize()
      • setUploadSize

        public void setUploadSize​(long uploadSize)