DocumentDetail

public class DocumentDetail

A data structure class for holding the document attachment parameters.

Author:kcyee

Fields

contentType

public String contentType

The content type of the document.

stream

public InputStream stream

The input stream of the content of the document.

uri

public String uri

The URI of the document.