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
Constructors Modifier Constructor Description protectedGenericItemAttachment(Item owner)Initializes a new instance of the GenericItemAttachment class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TItemgetTItem()Gets the item associated with the attachment.protected voidsetTItem(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
-
-
-
-
Constructor Detail
-
GenericItemAttachment
protected GenericItemAttachment(Item owner)
Initializes a new instance of the GenericItemAttachment class.- Parameters:
owner- the owner
-
-