public class FolderId extends Option
Modifier and Type | Field and Description |
---|---|
protected String |
changeKey |
protected String |
mailbox |
Modifier | Constructor and Description |
---|---|
|
FolderId(EWSMethod.Item item)
Build Folder id from response item.
|
protected |
FolderId(String name,
String value,
String changeKey)
Create FolderId with specified tag name.
|
protected |
FolderId(String name,
String value,
String changeKey,
String mailbox)
Create FolderId with specified tag name.
|
protected FolderId(String name, String value, String changeKey, String mailbox)
name
- field tag namevalue
- id valuechangeKey
- folder change keymailbox
- shared mailbox nameprotected FolderId(String name, String value, String changeKey)
name
- field tag namevalue
- id valuechangeKey
- folder change keypublic FolderId(EWSMethod.Item item)
item
- response itempublic void write(Writer writer) throws IOException
Option
write
in class Option
writer
- writerIOException
- on errorCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.