public class AlternatePublicFolderId extends SourceId
| Constructor and Description |
|---|
AlternatePublicFolderId()
Initializes a new instance of the AlternatePublicFolderId class.
|
AlternatePublicFolderId(IdFormat format,
java.lang.String folderId)
Initializes a new instance of the AlternatePublicFolderId class with the specified format and formatId.\
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFolderId()
Gets the public folder identifier to convert.
|
IdFormat |
getFormat()
Gets the format that describes the public folder identifier to convert.
|
void |
setFolderId(java.lang.String folderId)
Sets the public folder identifier to convert.
|
void |
setFormat(IdFormat format)
Sets the format that describes the public folder identifier to convert.
|
public AlternatePublicFolderId()
public AlternatePublicFolderId(IdFormat format, java.lang.String folderId)
format - the formatfolderId - the folder 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 id