public class AlternatePublicFolderItemId extends SourceId
| Constructor and Description |
|---|
AlternatePublicFolderItemId()
Initializes a new instance of the AlternatePublicFolderItemId class.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFolderId()
Gets the public folder that contains the public folder item.
|
IdFormat |
getFormat()
Gets the format that describes the public folder item identifier to convert.
|
java.lang.String |
getItemId()
Gets the public folder item to convert.
|
void |
setFolderId(java.lang.String folderId)
Sets the public folder that contains the public folder item.
|
void |
setFormat(IdFormat format)
Sets the format that describes the public folder item identifier to convert.
|
void |
setItemId(java.lang.String itemId)
Sets the public folder item to convert.
|
public AlternatePublicFolderItemId()
public AlternatePublicFolderItemId(IdFormat format, java.lang.String folderId, java.lang.String itemId)
format - the formatfolderId - the folder iditemId - the item idpublic IdFormat getFormat()
public void setFormat(IdFormat format)
format - the new formatpublic java.lang.String getFolderId()
public void setFolderId(java.lang.String folderId)
folderId - the new folder idpublic java.lang.String getItemId()
public void setItemId(java.lang.String itemId)
itemId - the new item id