Class AttachmentsPropertyDefinition
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
-
- microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition
-
- microsoft.exchange.webservices.data.property.definition.PropertyDefinition
-
- microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinitionBase
-
- microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinition<AttachmentCollection>
-
- microsoft.exchange.webservices.data.property.definition.AttachmentsPropertyDefinition
-
public final class AttachmentsPropertyDefinition extends ComplexPropertyDefinition<AttachmentCollection>
Represents base Attachments property type.
-
-
Constructor Summary
Constructors Constructor Description AttachmentsPropertyDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasFlag(PropertyDefinitionFlags flag, ExchangeVersion version)Determines whether the specified flag is set.-
Methods inherited from class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinition
createPropertyInstance, getType
-
Methods inherited from class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinitionBase
internalLoadFromXml, loadPropertyValueFromXml, writePropertyValueToXml
-
Methods inherited from class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
getAssociatedInternalProperties, getName, getPrintableName, getVersion, getXmlElement, hasFlag, isNullable, registerAssociatedInternalProperties, setName
-
Methods inherited from class microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition
getUri, getXmlElementName, writeAttributesToXml
-
Methods inherited from class microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
toString, tryLoadFromXml, writeToXml
-
-
-
-
Constructor Detail
-
AttachmentsPropertyDefinition
public AttachmentsPropertyDefinition()
-
-
Method Detail
-
hasFlag
public boolean hasFlag(PropertyDefinitionFlags flag, ExchangeVersion version)
Determines whether the specified flag is set.- Overrides:
hasFlagin classPropertyDefinition- Parameters:
flag- The flag.version- Requested version.- Returns:
- true/false if the specified flag is set,otherwise false.
-
-