|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.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 | |
---|---|
protected abstract ServiceId |
createId()
Initializes a new instance of Change. |
ChangeType |
getChangeType()
Gets the type of the change. |
protected ServiceId |
getId()
Gets the Id of the service object the change applies to. |
protected ServiceObject |
getServiceObject()
Gets the service object the change applies to. |
protected void |
setChangeType(ChangeType changeType)
sets the type of the change. |
protected void |
setId(ServiceId id)
Sets the id. |
protected 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 |
---|
protected abstract ServiceId createId()
public ChangeType getChangeType()
protected void setChangeType(ChangeType changeType)
changeType
- the new change typeprotected ServiceObject getServiceObject()
protected void setServiceObject(ServiceObject serviceObject)
serviceObject
- the new service objectprotected ServiceId getId() throws ServiceLocalException
ServiceLocalException
- the service local exceptionprotected void setId(ServiceId id)
id
- the new id
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |