public class FolderId extends Id
| Constructor and Description |
|---|
FolderId()
Initializes a new instance of the FolderId class.
|
FolderId(java.lang.String id)
Initializes a new instance of the FolderId class.
|
FolderId(java.lang.String id,
java.lang.String changeKey)
Initializes a new instance of the FolderId class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets a string that identifies a folder in the Exchange store.
|
void |
setId(java.lang.String id)
Sets a string that identifies a folder in the Exchange store.
|
java.lang.String |
toString()
Converts the value of the current FolderId object to its equivalent string representation.
|
getChangeKey, setChangeKeypublic FolderId()
public FolderId(java.lang.String id)
id - the idpublic FolderId(java.lang.String id,
java.lang.String changeKey)
id - the idchangeKey - the change keypublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getId()
public void setId(java.lang.String id)
id - the new id