Class AttachmentItems
java.lang.Object
com.atlassian.jira.issue.attachment.AttachmentItems
- All Implemented Interfaces:
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
-
AttachmentItems
Deprecated.
-
-
Method Details
-
attachments
Deprecated.- Returns:
- a List of Attachment
-
iterator
Deprecated.- Specified by:
iterator
in interfaceIterable<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
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-