Uses of Class
microsoft.exchange.webservices.data.misc.id.AlternateIdBase
-
-
Uses of AlternateIdBase in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return AlternateIdBase Modifier and Type Method Description AlternateIdBaseExchangeService. 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 Modifier and Type Method Description AlternateIdBaseExchangeService. 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description AlternateIdBaseConvertIdResponse. 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 Modifier and Type Class Description classAlternateIdRepresents an Id expressed in a specific format.classAlternatePublicFolderIdRepresents the Id of a public folder expressed in a specific format.classAlternatePublicFolderItemIdRepresents the Id of a public folder item expressed in a specific format.
-