|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AlternateIdBase in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core that return AlternateIdBase | |
|---|---|
AlternateIdBase |
ExchangeService.convertId(AlternateIdBase id,
IdFormat destinationFormat)
Converts Id from one format to another in a single call to EWS. |
| Methods in microsoft.exchange.webservices.data.core with parameters of type AlternateIdBase | |
|---|---|
AlternateIdBase |
ExchangeService.convertId(AlternateIdBase id,
IdFormat destinationFormat)
Converts Id from one format to another in a single call to EWS. |
| Method parameters in microsoft.exchange.webservices.data.core with type arguments of type AlternateIdBase | |
|---|---|
ServiceResponseCollection<ConvertIdResponse> |
ExchangeService.convertIds(Iterable<AlternateIdBase> ids,
IdFormat destinationFormat)
Converts multiple Ids from one format to another in a single call to EWS. |
| Uses of AlternateIdBase in microsoft.exchange.webservices.data.core.request |
|---|
| Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type AlternateIdBase | |
|---|---|
List<AlternateIdBase> |
ConvertIdRequest.getIds()
Gets the ids. |
| Uses of AlternateIdBase in microsoft.exchange.webservices.data.core.response |
|---|
| Methods in microsoft.exchange.webservices.data.core.response that return AlternateIdBase | |
|---|---|
AlternateIdBase |
ConvertIdResponse.getConvertedId()
Reads response elements from XML. |
| Uses of AlternateIdBase in microsoft.exchange.webservices.data.misc.id |
|---|
| Subclasses of AlternateIdBase in microsoft.exchange.webservices.data.misc.id | |
|---|---|
class |
AlternateId
Represents an Id expressed in a specific format. |
class |
AlternatePublicFolderId
Represents the Id of a public folder expressed in a specific format. |
class |
AlternatePublicFolderItemId
Represents the Id of a public folder item expressed in a specific format. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||