public final class EffectiveRightsPropertyDefinition extends PropertyDefinition
| Constructor and Description | 
|---|
| EffectiveRightsPropertyDefinition(String xmlElementName,
                                 String uri,
                                 EnumSet<PropertyDefinitionFlags> flags,
                                 ExchangeVersion version)Initializes a new instance of the EffectiveRightsPropertyDefinition. | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<EffectiveRights> | getType()Gets the property type. | 
| void | loadPropertyValueFromXml(EwsServiceXmlReader reader,
                        PropertyBag propertyBag)Loads from XML. | 
| void | writePropertyValueToXml(EwsServiceXmlWriter writer,
                       PropertyBag propertyBag,
                       boolean isUpdateOperation)Writes to XML. | 
getAssociatedInternalProperties, getName, getPrintableName, getVersion, getXmlElement, hasFlag, hasFlag, isNullable, registerAssociatedInternalProperties, setNamegetUri, getXmlElementName, writeAttributesToXmltoString, tryLoadFromXml, writeToXmlpublic EffectiveRightsPropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
xmlElementName - the xml element nameuri - the uriflags - the flagsversion - the versionpublic void loadPropertyValueFromXml(EwsServiceXmlReader reader, PropertyBag propertyBag) throws Exception
loadPropertyValueFromXml in class PropertyDefinitionreader - the readerpropertyBag - the property bagException - the exceptionpublic void writePropertyValueToXml(EwsServiceXmlWriter writer, PropertyBag propertyBag, boolean isUpdateOperation)
writePropertyValueToXml in class PropertyDefinitionwriter - the writerpropertyBag - the property bagisUpdateOperation - the is update operationpublic Class<EffectiveRights> getType()
getType in class PropertyDefinitionBaseCopyright © 2012–2015 Microsoft. All rights reserved.