public class Occurrence
extends java.lang.Object
| Constructor and Description |
|---|
Occurrence()
Initializes a new instance of the Occurrence class.
|
Occurrence(ItemId itemId)
Initializes a new instance of the Occurrence class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEndTime()
Sets the end time of a modified occurrence of a recurring calendar item.
|
ItemId |
getItemId()
Gets the unique identifier and change key of a modified occurrence of a recurring calendar item.
|
java.util.Date |
getOriginalStartTime()
Gets the original start time of a modified occurrence of a recurring calendar item.
|
java.util.Date |
getStartTime()
Gets the start time of a modified occurrence of a recurring calendar item.
|
void |
setItemId(ItemId itemId)
Sets the unique identifier and change key of a modified occurrence of a recurring calendar item.
|
java.lang.String |
toString()
Converts the value of the current Occurrence object to its equivalent string representation.
|
public Occurrence()
public Occurrence(ItemId itemId)
itemId - the item idpublic java.lang.String toString()
toString in class java.lang.Objectpublic ItemId getItemId()
public void setItemId(ItemId itemId)
itemId - the new item idpublic java.util.Date getStartTime()
public java.util.Date getEndTime()
public java.util.Date getOriginalStartTime()