|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.Attachment
microsoft.exchange.webservices.data.ItemAttachment
microsoft.exchange.webservices.data.GenericItemAttachment<TItem>
TItem
- Item type.public final class GenericItemAttachment<TItem extends Item>
Represents a strongly typed item attachment.
Constructor Summary | |
---|---|
protected |
GenericItemAttachment(Item owner)
* Initializes a new instance of the GenericItemAttachment class. |
Method Summary | |
---|---|
TItem |
getTItem()
* Gets the item associated with the attachment. |
protected void |
setTItem(TItem value)
Sets the t item. |
Methods inherited from class microsoft.exchange.webservices.data.ItemAttachment |
---|
getItem, getXmlElementName, load, load, load, load, serviceObjectChanged, setItem, tryReadElementFromXml, tryReadElementFromXmlToPatch, validate, writeElementsToXml |
Methods inherited from class microsoft.exchange.webservices.data.Attachment |
---|
canSetFieldValue, getContentId, getContentLocation, getContentType, getId, getIsInline, getLastModifiedTime, getName, getOwner, getSize, internalLoad, isNew, load, setContentId, setContentLocation, setContentType, setIsInline, setName, throwIfThisIsNotNew |
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
---|
addOnChangeEvent, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GenericItemAttachment(Item owner)
owner
- the ownerMethod Detail |
---|
public TItem getTItem()
protected void setTItem(TItem value)
value
- the new t item
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |