Class RestUtil.RequestContent

  • Enclosing interface:
    RestUtil

    public static class RestUtil.RequestContent
    extends Object
    • Field Detail

      • mimeType

        protected String mimeType
      • size

        protected long size
    • Constructor Detail

      • RequestContent

        public RequestContent()
    • Method Detail

      • getContentStream

        public InputStream getContentStream()
        Returns:
        the contentStream
      • getMimeType

        public String getMimeType()
        Returns:
        the mimeType
      • getSize

        public long getSize()
        Returns:
        the size