|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.DelegateUser
public final class DelegateUser
Represents a delegate user.
| Constructor Summary | |
|---|---|
DelegateUser()
Initializes a new instance of the |
|
DelegateUser(StandardUser standardUser)
Initializes a new instance of the |
|
DelegateUser(String primarySmtpAddress)
Initializes a new instance of the |
|
| Method Summary | |
|---|---|
DelegatePermissions |
getPermissions()
Gets the list of delegate user's permissions. |
boolean |
getReceiveCopiesOfMeetingMessages()
Gets a value indicating if the delegate user should receive copies of meeting requests. |
UserId |
getUserId()
Gets the user Id of the delegate user. |
boolean |
getViewPrivateItems()
Gets a value indicating if the delegate user should be able to view the principal's private items. |
protected void |
internalValidate()
Validates this instance. |
void |
setReceiveCopiesOfMeetingMessages(boolean value)
Sets the receive copies of meeting messages. |
void |
setViewPrivateItems(boolean value)
Gets a value indicating if the delegate user should be able to view the principal's private items. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Tries to read element from XML. |
protected void |
validateAddDelegate()
Validates this instance for AddDelegate. |
protected void |
validateUpdateDelegate()
Validates this instance for UpdateDelegate. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeAttributesToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegateUser()
public DelegateUser(String primarySmtpAddress)
primarySmtpAddress - the primary smtp addresspublic DelegateUser(StandardUser standardUser)
standardUser - the standard user| Method Detail |
|---|
public UserId getUserId()
public DelegatePermissions getPermissions()
public boolean getReceiveCopiesOfMeetingMessages()
public void setReceiveCopiesOfMeetingMessages(boolean value)
value - the new receive copies of meeting messagespublic boolean getViewPrivateItems()
public void setViewPrivateItems(boolean value)
value - the new view private items
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exception
protected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ComplexPropertywriter - the writer
Exception - the exception
protected void internalValidate()
throws ServiceValidationException
internalValidate in class ComplexPropertyServiceValidationException - the service validation exception
protected void validateAddDelegate()
throws ServiceValidationException,
Exception
Exception
ServiceValidationException
protected void validateUpdateDelegate()
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||