|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.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 request. |
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 item. |
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 item. |
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML. |
protected void |
validateAddDelegate()
Validates this instance for AddDelegate. |
void |
validateUpdateDelegate()
Validates this instance for UpdateDelegate. |
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, 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 item
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exception
public void writeElementsToXml(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
public void validateUpdateDelegate()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||