Class GroupMemberPropertyDefinition
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
-
- microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition
-
- microsoft.exchange.webservices.data.property.definition.GroupMemberPropertyDefinition
-
public final class GroupMemberPropertyDefinition extends ServiceObjectPropertyDefinition
Represents the definition of the GroupMember property.
-
-
Constructor Summary
Constructors Constructor Description GroupMemberPropertyDefinition()Initializes a new instance of the GroupMemberPropertyDefinition class without key.GroupMemberPropertyDefinition(String key)Initializes a new instance of the GroupMemberPropertyDefinition class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Gets the key.StringgetPrintableName()Gets the property definition's printable name.Class<String>getType()Gets the property type.protected StringgetXmlElementName()Gets the name of the XML element.voidsetKey(String key)Sets the key.protected voidwriteAttributesToXml(EwsServiceXmlWriter writer)Writes the attribute to XML.-
Methods inherited from class microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition
getUri, getVersion
-
Methods inherited from class microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
toString, tryLoadFromXml, writeToXml
-
-
-
-
Constructor Detail
-
GroupMemberPropertyDefinition
public GroupMemberPropertyDefinition(String key)
Initializes a new instance of the GroupMemberPropertyDefinition class.- Parameters:
key- the key
-
GroupMemberPropertyDefinition
public GroupMemberPropertyDefinition()
Initializes a new instance of the GroupMemberPropertyDefinition class without key.
-
-
Method Detail
-
getXmlElementName
protected String getXmlElementName()
Gets the name of the XML element.- Overrides:
getXmlElementNamein classServiceObjectPropertyDefinition- Returns:
- XML element name.
-
writeAttributesToXml
protected void writeAttributesToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
Writes the attribute to XML.- Overrides:
writeAttributesToXmlin classServiceObjectPropertyDefinition- Parameters:
writer- the writer- Throws:
ServiceXmlSerializationException- the service xml serialization exception
-
getPrintableName
public String getPrintableName()
Gets the property definition's printable name.- Specified by:
getPrintableNamein classPropertyDefinitionBase- Returns:
- The property definition's printable name.
-
getType
public Class<String> getType()
Gets the property type.- Specified by:
getTypein classPropertyDefinitionBase
-
-