Class AttachmentItems

java.lang.Object
com.atlassian.jira.issue.attachment.AttachmentItems
All Implemented Interfaces:
Iterable<AttachmentItem>

public class AttachmentItems extends Object implements Iterable<AttachmentItem>
Deprecated.
Do not use, this is internal class and will be removed
This class represents an ordered sequence of AttachmentItem's.
Since:
v5.0
  • Constructor Details

  • Method Details

    • attachments

      public List<Attachment> attachments()
      Deprecated.
      Returns:
      a List of Attachment
    • iterator

      public Iterator<AttachmentItem> iterator()
      Deprecated.
      Specified by:
      iterator in interface Iterable<AttachmentItem>
      Returns:
      an iterator for iterating over this AttachmentItem's items
    • isEmpty

      public boolean isEmpty()
      Deprecated.
      Returns:
      true if this AttachmentItems does not contain any items
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object