| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Class and Description |
|---|---|
class |
AlternateId
Describes an identifier to convert in a request and the results of a converted identifier in the response.
|
class |
AlternatePublicFolderId
Describes a public folder identifier to convert to another identifier format.
|
class |
AlternatePublicFolderItemId
Describes a public folder item identifier to convert to another identifier format.
|
| Modifier and Type | Method and Description |
|---|---|
ConvertIdResponse |
Service.convertId(SourceId sourceId,
IdFormat destinationFormat)
Converts an ID from one format to another format.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConvertIdResponse> |
Service.convertId(java.util.List<SourceId> sourceIds,
IdFormat destinationFormat)
Converts IDs from one format to another format.
|