public class AlternateId extends SourceId
| Constructor and Description |
|---|
AlternateId()
Initializes a new instance of the AlternateId class.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFolderId()
Gets the folder id.
|
IdFormat |
getFormat()
Gets the source format in a ConvertId Operation request and gets the destination format in a ConvertId Operation response.
|
java.lang.String |
getId()
Gets the source identifier in a ConvertId Operation request and gets the destination identifier in a ConvertId Operation response.
|
java.lang.String |
getItemId()
Gets the item id.
|
java.lang.String |
getMailbox()
Gets the mailbox primary Simple Mail Transfer Protocol (SMTP) address that contains the identifiers to translate.
|
void |
setFormat(IdFormat format)
Sets the source format in a ConvertId Operation request and sets the destination format in a ConvertId Operation response.
|
void |
setId(java.lang.String id)
Sets the source identifier in a ConvertId Operation request and sets the destination identifier in a ConvertId Operation response.
|
void |
setMailbox(java.lang.String mailbox)
Sets the mailbox primary Simple Mail Transfer Protocol (SMTP) address that contains the identifiers to translate.
|
public AlternateId()
public AlternateId(IdFormat format, java.lang.String id, java.lang.String mailbox)
format - the formatid - the idmailbox - the mailboxpublic IdFormat getFormat()
public void setFormat(IdFormat format)
format - the new formatpublic java.lang.String getId()
public void setId(java.lang.String id)
id - the new idpublic java.lang.String getFolderId()
public java.lang.String getItemId()
public java.lang.String getMailbox()
public void setMailbox(java.lang.String mailbox)
mailbox - the new mailbox