Class AttachmentDetails

    • Constructor Detail

      • AttachmentDetails

        public AttachmentDetails()
    • Method Detail

      • setAttachmentId

        public void setAttachmentId​(String attachmentId)

        The ID of the attachment.

        Parameters:
        attachmentId - The ID of the attachment.
      • getAttachmentId

        public String getAttachmentId()

        The ID of the attachment.

        Returns:
        The ID of the attachment.
      • withAttachmentId

        public AttachmentDetails withAttachmentId​(String attachmentId)

        The ID of the attachment.

        Parameters:
        attachmentId - The ID of the attachment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFileName

        public void setFileName​(String fileName)

        The file name of the attachment.

        Parameters:
        fileName - The file name of the attachment.
      • getFileName

        public String getFileName()

        The file name of the attachment.

        Returns:
        The file name of the attachment.
      • withFileName

        public AttachmentDetails withFileName​(String fileName)

        The file name of the attachment.

        Parameters:
        fileName - The file name of the attachment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object