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