Package | Description |
---|---|
microsoft.exchange.webservices.data.core.service | |
microsoft.exchange.webservices.data.property.complex | |
microsoft.exchange.webservices.data.sync |
Modifier and Type | Method and Description |
---|---|
ServiceId |
ServiceObject.getId()
Gets the id.
|
Modifier and Type | Class and Description |
---|---|
class |
AppointmentOccurrenceId
Represents the Id of an occurrence of a recurring appointment.
|
class |
ConversationId
Represents the Id of a Conversation.
|
class |
FolderId
Represents the Id of a folder.
|
class |
ItemId
Represents the Id of an Exchange item.
|
class |
RecurringAppointmentMasterId
Represents the Id of an occurrence of a recurring appointment.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceId.assign(ServiceId source)
Assigns from existing id.
|
boolean |
ServiceId.sameIdAndChangeKey(ServiceId other)
Determines whether two ServiceId instances are equal (including
ChangeKeys).
|
Modifier and Type | Method and Description |
---|---|
ServiceId |
ItemChange.createId()
Creates an ItemId instance.
|
ServiceId |
FolderChange.createId()
Creates a FolderId instance.
|
abstract ServiceId |
Change.createId()
Initializes a new instance of Change.
|
ServiceId |
Change.getId()
Gets the Id of the service object the change applies to.
|
Modifier and Type | Method and Description |
---|---|
void |
Change.setId(ServiceId id)
Sets the id.
|
Copyright © 2012–2015 Microsoft. All rights reserved.