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, getVersion
toString, tryLoadFromXml, writeToXml
public GroupMemberPropertyDefinition(String key)
key
- the keypublic GroupMemberPropertyDefinition()
protected String getXmlElementName()
getXmlElementName
in class ServiceObjectPropertyDefinition
protected void writeAttributesToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml
in class ServiceObjectPropertyDefinition
writer
- the writerServiceXmlSerializationException
- the service xml serialization exceptionpublic String getPrintableName()
getPrintableName
in class PropertyDefinitionBase
public Class<String> getType()
getType
in class PropertyDefinitionBase
Copyright © 2012–2015 Microsoft. All rights reserved.