Attachment

public interface Attachment

Represents info about an uploaded attachment.

Functions

Link copied to clipboard
public abstract String getFriendlyName()

A friendly name to display to the user.

Link copied to clipboard
public abstract String getMimeType()

The mimeType for attachment.

Link copied to clipboard
public abstract String getUrl()

The URL where the attachment can be found.