|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition
microsoft.exchange.webservices.data.property.definition.GroupMemberPropertyDefinition
public final class GroupMemberPropertyDefinition
Represents the definition of the GroupMember property.
| Constructor Summary | |
|---|---|
GroupMemberPropertyDefinition()
Initializes a new instance of the GroupMemberPropertyDefinition class without key. |
|
GroupMemberPropertyDefinition(String key)
Initializes a new instance of the GroupMemberPropertyDefinition class. |
|
| Method Summary | |
|---|---|
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. |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GroupMemberPropertyDefinition(String key)
key - the keypublic GroupMemberPropertyDefinition()
| Method Detail |
|---|
public String getKey()
public void setKey(String key)
key - the new keyprotected String getXmlElementName()
getXmlElementName in class ServiceObjectPropertyDefinition
protected void writeAttributesToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ServiceObjectPropertyDefinitionwriter - the writer
ServiceXmlSerializationException - the service xml serialization exceptionpublic String getPrintableName()
getPrintableName in class PropertyDefinitionBasepublic Class<String> getType()
getType in class PropertyDefinitionBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||