microsoft.exchange.webservices.data.property.definition
Class AttachmentsPropertyDefinition

java.lang.Object
  extended by microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
      extended by microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition
          extended by microsoft.exchange.webservices.data.property.definition.PropertyDefinition
              extended by microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinitionBase
                  extended by microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinition<AttachmentCollection>
                      extended by microsoft.exchange.webservices.data.property.definition.AttachmentsPropertyDefinition

public final class AttachmentsPropertyDefinition
extends ComplexPropertyDefinition<AttachmentCollection>

Represents base Attachments property type.


Constructor Summary
AttachmentsPropertyDefinition()
           
 
Method Summary
 boolean hasFlag(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttachmentsPropertyDefinition

public AttachmentsPropertyDefinition()
Method Detail

hasFlag

public boolean hasFlag(PropertyDefinitionFlags flag,
                       ExchangeVersion version)
Determines whether the specified flag is set.

Overrides:
hasFlag in class PropertyDefinition
Parameters:
flag - The flag.
version - Requested version.
Returns:
true/false if the specified flag is set,otherwise false.


Copyright © 2012–2015 Microsoft. All rights reserved.