|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.sync.Change
microsoft.exchange.webservices.data.sync.ItemChange
public final class ItemChange
Represents a change on an item as returned by a synchronization operation.
| Constructor Summary | |
|---|---|
ItemChange()
Initializes a new instance of ItemChange. |
|
| Method Summary | |
|---|---|
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. |
void |
setIsRead(boolean isRead)
Sets the checks if is read. |
| Methods inherited from class microsoft.exchange.webservices.data.sync.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 |
|---|
public ItemChange()
| Method Detail |
|---|
public ServiceId createId()
createId in class Changepublic Item getItem()
public boolean getIsRead()
public void setIsRead(boolean isRead)
isRead - the new checks if is read
public 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 | |||||||||