|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<String,String>
davmail.exchange.ExchangeSession.Item
davmail.exchange.ExchangeSession.Event
davmail.exchange.ews.EwsExchangeSession.Event
protected class EwsExchangeSession.Event
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Field Summary |
|---|
| Fields inherited from class davmail.exchange.ExchangeSession.Event |
|---|
APPLICATION_ICS, contentClass, subject, TEXT_CALENDAR, vCalendar |
| Fields inherited from class davmail.exchange.ExchangeSession.Item |
|---|
displayName, etag, folderPath, itemName, noneMatch, permanentUrl |
| Constructor Summary | |
|---|---|
protected |
EwsExchangeSession.Event(EWSMethod.Item response)
|
protected |
EwsExchangeSession.Event(String folderPath,
String itemName,
String contentClass,
String itemBody,
String etag,
String noneMatch)
|
| Method Summary | |
|---|---|
ExchangeSession.ItemResult |
createOrUpdate()
Create or update item |
protected void |
fixAttendees(GetItemMethod getItemMethod,
VObject vEvent)
|
byte[] |
getEventContent()
Retrieve item body from Exchange |
| Methods inherited from class davmail.exchange.ExchangeSession.Event |
|---|
buildHttpException, createMimeContent, dumpICS, fixICS, getBody, getCalendarMimePart, getContentType, getICS, isCalendarContentType |
| Methods inherited from class davmail.exchange.ExchangeSession.Item |
|---|
getEtag, getHref, getName, setHref |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
protected EwsExchangeSession.Event(EWSMethod.Item response)
protected EwsExchangeSession.Event(String folderPath,
String itemName,
String contentClass,
String itemBody,
String etag,
String noneMatch)
throws IOException
IOException| Method Detail |
|---|
public ExchangeSession.ItemResult createOrUpdate()
throws IOException
ExchangeSession.Event
createOrUpdate in class ExchangeSession.EventIOException - on error
public byte[] getEventContent()
throws IOException
ExchangeSession.Event
getEventContent in class ExchangeSession.Eventorg.apache.commons.httpclient.HttpException - on error
IOException
protected void fixAttendees(GetItemMethod getItemMethod,
VObject vEvent)
throws EWSException
EWSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||