public class CopiedEvent extends Event
| Constructor and Description |
|---|
CopiedEvent()
Initializes a new instance of the CopiedEvent class.
|
| Modifier and Type | Method and Description |
|---|---|
Id |
getId()
Gets the identifier of the item or folder.
|
Id |
getOldId()
Gets the unique identifier of the original item or folder before it was copied.
|
FolderId |
getOldParentFolderId()
Gets the identifier of the original parent folder of an item or folder that was copied.
|
FolderId |
getParentFolderId()
Gets the identifier of the folder that contains the copy.
|
java.util.Date |
getTimeStamp()
Gets the timestamp of a copy item/folder mailbox event.
|
getWatermarkpublic CopiedEvent()
public java.util.Date getTimeStamp()
public Id getId()
public FolderId getParentFolderId()
public Id getOldId()
public FolderId getOldParentFolderId()