|
||||||||||
| 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.ews.EWSMethod.Item
public static class EWSMethod.Item
Item
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Field Summary | |
|---|---|
protected List<FileAttachment> |
attachments
|
protected List<EWSMethod.Attendee> |
attendees
|
protected List<String> |
fieldNames
|
protected List<FieldUpdate> |
fieldUpdates
|
protected byte[] |
mimeContent
|
protected List<EWSMethod.Occurrence> |
occurrences
|
protected ItemId |
referenceItemId
|
String |
type
Item type. |
| Constructor Summary | |
|---|---|
EWSMethod.Item()
|
|
| Method Summary | |
|---|---|
void |
addAttendee(EWSMethod.Attendee attendee)
Add attendee. |
void |
addOccurrence(EWSMethod.Occurrence occurrence)
Add occurrence. |
FileAttachment |
getAttachmentByName(String attachmentName)
Get file attachment by file name |
List<EWSMethod.Attendee> |
getAttendees()
Get all attendees. |
boolean |
getBoolean(String key)
Get property value as boolean |
int |
getInt(String key)
Get property value as int |
long |
getLong(String key)
Get property value as long |
List<EWSMethod.Occurrence> |
getOccurrences()
Get occurences. |
String |
put(String key,
String value)
|
void |
setFieldUpdates(List<FieldUpdate> fieldUpdates)
Field updates. |
String |
toString()
|
void |
write(Writer writer)
Write XML content to writer. |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
public String type
protected byte[] mimeContent
protected List<FieldUpdate> fieldUpdates
protected List<FileAttachment> attachments
protected List<EWSMethod.Attendee> attendees
protected final List<String> fieldNames
protected List<EWSMethod.Occurrence> occurrences
protected ItemId referenceItemId
| Constructor Detail |
|---|
public EWSMethod.Item()
| Method Detail |
|---|
public String toString()
toString in class AbstractMap<String,String>
public String put(String key,
String value)
put in interface Map<String,String>put in class HashMap<String,String>
public void write(Writer writer)
throws IOException
writer - writer
IOException - on errorpublic void setFieldUpdates(List<FieldUpdate> fieldUpdates)
fieldUpdates - field updatespublic int getInt(String key)
key - property response name
public long getLong(String key)
key - property response name
public boolean getBoolean(String key)
key - property response name
public FileAttachment getAttachmentByName(String attachmentName)
attachmentName - attachment name
public List<EWSMethod.Attendee> getAttendees()
public void addAttendee(EWSMethod.Attendee attendee)
attendee - attendee objectpublic void addOccurrence(EWSMethod.Occurrence occurrence)
occurrence - event occurencepublic List<EWSMethod.Occurrence> getOccurrences()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||