public final class GroupMemberPropertyDefinition extends ServiceObjectPropertyDefinition
| Constructor and Description |
|---|
GroupMemberPropertyDefinition()
Initializes a new instance of the GroupMemberPropertyDefinition class
without key.
|
GroupMemberPropertyDefinition(String key)
Initializes a new instance of the GroupMemberPropertyDefinition class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the key.
|
String |
getPrintableName()
Gets the property definition's printable name.
|
Class<String> |
getType()
Gets the property type.
|
protected String |
getXmlElementName()
Gets the name of the XML element.
|
void |
setKey(String key)
Sets the key.
|
protected void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes the attribute to XML.
|
getUri, getVersiontoString, tryLoadFromXml, writeToXmlpublic GroupMemberPropertyDefinition(String key)
key - the keypublic GroupMemberPropertyDefinition()
protected String getXmlElementName()
getXmlElementName in class ServiceObjectPropertyDefinitionprotected void writeAttributesToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml in class ServiceObjectPropertyDefinitionwriter - the writerServiceXmlSerializationException - the service xml serialization exceptionpublic String getPrintableName()
getPrintableName in class PropertyDefinitionBasepublic Class<String> getType()
getType in class PropertyDefinitionBaseCopyright © 2012–2015 Microsoft. All rights reserved.