API Reference
| Classic JavaDoc |
AttachmentInfo.AttachmentInfo
public AttachmentInfo(String name)
public AttachmentInfo(String name, String contentId)
public AttachmentInfo(String name, String contentId, String contentType)
public AttachmentInfo(String name, String contentId, String contentType, String contentLocation)
Creates an information object for a new attachment with the specified parameters.Parameters:
name | the displayed name of the attachment. |
public AttachmentInfo(String name, String contentId)
Creates an information object for a new attachment with the specified parameters.Parameters:
name | the displayed name of the attachment. |
contentId | an application-specific identifier for the contents of an attachment. |
public AttachmentInfo(String name, String contentId, String contentType)
Creates an information object for a new attachment with the specified parameters.Parameters:
name | the displayed name of the attachment. |
contentId | an application-specific identifier for the contents of an attachment. |
contentType | the MIME type of the attachment content. |
public AttachmentInfo(String name, String contentId, String contentType, String contentLocation)
Creates an information object for a new attachment with the specified parameters.Parameters:
name | the displayed name of the attachment. |
contentId | an application-specific identifier for the contents of an attachment. |
contentType | the MIME type of the attachment content. |
contentLocation | the URI corresponding to the location of the content of the attachment. |
Community comments
Powered by JavaDocPlus