|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.sync.Change
public abstract class Change
Represents a change as returned by a synchronization operation.
| Constructor Summary | |
|---|---|
protected |
Change()
Initializes a new instance of Change. |
| Method Summary | |
|---|---|
abstract ServiceId |
createId()
Initializes a new instance of Change. |
ChangeType |
getChangeType()
Gets the type of the change. |
ServiceId |
getId()
Gets the Id of the service object the change applies to. |
ServiceObject |
getServiceObject()
Gets the service object the change applies to. |
void |
setChangeType(ChangeType changeType)
sets the type of the change. |
void |
setId(ServiceId id)
Sets the id. |
void |
setServiceObject(ServiceObject serviceObject)
Sets the service object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Change()
| Method Detail |
|---|
public abstract ServiceId createId()
public ChangeType getChangeType()
public void setChangeType(ChangeType changeType)
changeType - the new change typepublic ServiceObject getServiceObject()
public void setServiceObject(ServiceObject serviceObject)
serviceObject - the new service object
public ServiceId getId()
throws ServiceLocalException
ServiceLocalException - the service local exceptionpublic void setId(ServiceId id)
id - the new id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||