Package | Description |
---|---|
com.hcl.domino.data | |
com.hcl.domino.mime |
Modifier and Type | Method and Description |
---|---|
Optional<MimeEntity> |
Item.getMimeEntity()
Retrieves the item content as a MIME entity, if this is a MIME item.
|
Modifier and Type | Method and Description |
---|---|
MimeEntity |
MimeEntity.createChildEntity()
Creates a child entity beneath this entity, with an auto-generated boundary.
|
MimeEntity |
MimeEntity.createChildEntity(MimeEntity sibling)
Creates a child entity beneath this entity and placed immediately before the provided
entity, with an auto-generated boundary.
|
MimeEntity |
MimeHeader.getEntity()
Retrieves the entity that contains this header.
|
Modifier and Type | Method and Description |
---|---|
Optional<Iterable<MimeEntity>> |
MimeEntity.getChildren()
Returns a mutable
Iterable view of the children of this multipart entity's
children. |
Optional<MimeEntity> |
MimeEntity.getParent()
Retrieves the parent of this entity, if it is part of a multipart tree.
|
Modifier and Type | Method and Description |
---|---|
void |
MimeEntity.appendChildEntity(MimeEntity entity)
Append a child entity beneath this entity, with an auto-generated boundary.
|
MimeEntity |
MimeEntity.createChildEntity(MimeEntity sibling)
Creates a child entity beneath this entity and placed immediately before the provided
entity, with an auto-generated boundary.
|
void |
MimeEntity.removeChildEntity(MimeEntity child)
Removes the provided child entity from this multipart entity.
|
Copyright © 2019–2021 HCL. All rights reserved.