microsoft.exchange.webservices.data.property.complex
Class GenericItemAttachment<TItem extends Item>
java.lang.Object
microsoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.Attachment
microsoft.exchange.webservices.data.property.complex.ItemAttachment
microsoft.exchange.webservices.data.property.complex.GenericItemAttachment<TItem>
- Type Parameters:
TItem - Item type.
- All Implemented Interfaces:
- ISelfValidate, ComplexFunctionDelegate<EwsServiceXmlReader>, IServiceObjectChangedDelegate
public final class GenericItemAttachment<TItem extends Item>
- extends ItemAttachment
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.property.complex.ItemAttachment |
getItem, getXmlElementName, load, load, load, load, serviceObjectChanged, setItem, tryReadElementFromXml, tryReadElementFromXmlToPatch, validate, writeElementsToXml |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.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.property.complex.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 |
GenericItemAttachment
protected GenericItemAttachment(Item owner)
- Initializes a new instance of the GenericItemAttachment class.
- Parameters:
owner - the owner
getTItem
public TItem getTItem()
- Gets the item associated with the attachment.
- Returns:
- the t item
setTItem
protected void setTItem(TItem value)
- Sets the t item.
- Parameters:
value - the new t item
Copyright © 2012–2015 Microsoft. All rights reserved.