Interface IAttachmentInfo


  • @Scriptable
    public interface IAttachmentInfo
    Provides information about an attachment.
    • Method Detail

      • getId

        String getId()
        Returns:
        The ID.
      • getDisplayName

        String getDisplayName()
        Returns:
        The display name.
      • getPosition

        int getPosition()
        Returns:
        The position.
      • getSize

        int getSize()
        Returns:
        The size.