|
||||||||||
| 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.PropertyDefinition
microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinitionBase
microsoft.exchange.webservices.data.property.definition.PermissionSetPropertyDefinition
public class PermissionSetPropertyDefinition
Represents permission set property definition.
| Constructor Summary | |
|---|---|
PermissionSetPropertyDefinition(String xmlElementName,
String uri,
EnumSet<PropertyDefinitionFlags> flags,
ExchangeVersion version)
Initializes a new instance of the PermissionSetPropertyDefinition class. |
|
| Method Summary | |
|---|---|
ComplexProperty |
createPropertyInstance(ServiceObject owner)
Creates the property instance. |
Class<FolderPermissionCollection> |
getType()
Gets the property type. |
| Methods inherited from class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinitionBase |
|---|
internalLoadFromXml, loadPropertyValueFromXml, writePropertyValueToXml |
| Methods inherited from class microsoft.exchange.webservices.data.property.definition.PropertyDefinition |
|---|
getAssociatedInternalProperties, getName, getPrintableName, getVersion, getXmlElement, hasFlag, hasFlag, isNullable, registerAssociatedInternalProperties, setName |
| Methods inherited from class microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition |
|---|
getUri, getXmlElementName, writeAttributesToXml |
| 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 PermissionSetPropertyDefinition(String xmlElementName,
String uri,
EnumSet<PropertyDefinitionFlags> flags,
ExchangeVersion version)
xmlElementName - Name of the XML element.uri - The URI.flags - The flags.version - The version.| Method Detail |
|---|
public ComplexProperty createPropertyInstance(ServiceObject owner)
createPropertyInstance in class ComplexPropertyDefinitionBaseowner - The owner.
public Class<FolderPermissionCollection> getType()
getType in class PropertyDefinitionBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||