Class Attachments


  • public class Attachments
    extends Object
    Attachments
    • Constructor Detail

      • Attachments

        public Attachments()
    • Method Detail

      • attachments

        public Attachments attachments​(List<Attachment> attachments)
        attachments
        Parameters:
        attachments - List<Attachment>
        Returns:
        Attachments
      • addAttachmentsItem

        public Attachments addAttachmentsItem​(Attachment attachmentsItem)
        attachments
        Parameters:
        attachmentsItem - Attachment
        Returns:
        Attachments
      • getAttachments

        public List<Attachment> getAttachments()
        Get attachments
        Returns:
        attachments
      • setAttachments

        public void setAttachments​(List<Attachment> attachments)
        attachments
        Parameters:
        attachments - List<Attachment>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object