| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
IdFormat |
AlternatePublicFolderItemId.getFormat()
Gets the format that describes the public folder item identifier to convert.
|
IdFormat |
AlternatePublicFolderId.getFormat()
Gets the format that describes the public folder identifier to convert.
|
IdFormat |
AlternateId.getFormat()
Gets the source format in a ConvertId Operation request and gets the destination format in a ConvertId Operation response.
|
static IdFormat |
IdFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdFormat[] |
IdFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
ConvertIdResponse |
Service.convertId(SourceId sourceId,
IdFormat destinationFormat)
Converts an ID from one format to another format.
|
void |
AlternatePublicFolderItemId.setFormat(IdFormat format)
Sets the format that describes the public folder item identifier to convert.
|
void |
AlternatePublicFolderId.setFormat(IdFormat format)
Sets the format that describes the public folder identifier to convert.
|
void |
AlternateId.setFormat(IdFormat format)
Sets the source format in a ConvertId Operation request and sets the destination format in a ConvertId Operation response.
|
| Constructor and Description |
|---|
AlternateId(IdFormat format,
java.lang.String id,
java.lang.String mailbox)
Initializes a new instance of the AlternateId class with the specified format, id and mailbox.
|
AlternatePublicFolderId(IdFormat format,
java.lang.String folderId)
Initializes a new instance of the AlternatePublicFolderId class with the specified format and formatId.\
|
AlternatePublicFolderItemId(IdFormat format,
java.lang.String folderId,
java.lang.String itemId)
Initializes a new instance of the AlternatePublicFolderItemId class with the specified format, folderId and itemId.
|