|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.Change
microsoft.exchange.webservices.data.ItemChange
public final class ItemChange
Represents a change on an item as returned by a synchronization operation.
Constructor Summary | |
---|---|
protected |
ItemChange()
Initializes a new instance of ItemChange. |
Method Summary | |
---|---|
protected ServiceId |
createId()
Creates an ItemId instance. |
boolean |
getIsRead()
* Gets the IsRead property for the item that the change applies to. |
Item |
getItem()
* Gets the item the change applies to. |
ItemId |
getItemId()
* Gets the Id of the item the change applies to. |
protected void |
setIsRead(boolean isRead)
Sets the checks if is read. |
Methods inherited from class microsoft.exchange.webservices.data.Change |
---|
getChangeType, getId, getServiceObject, setChangeType, setId, setServiceObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ItemChange()
Method Detail |
---|
protected ServiceId createId()
createId
in class Change
public Item getItem()
public boolean getIsRead()
protected void setIsRead(boolean isRead)
isRead
- the new checks if is readpublic ItemId getItemId() throws ServiceLocalException
ServiceLocalException
- the service local exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |