|
||||||||
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(java.lang.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, 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(java.lang.String primarySmtpAddress)
primarySmtpAddress
- the primary smtp addresspublic DelegateUser(StandardUser standardUser)
standardUser
- the standard userMethod 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 itemsprotected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- the reader
java.lang.Exception
- the exceptionprotected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws java.lang.Exception
writeElementsToXml
in class ComplexProperty
writer
- the writer
java.lang.Exception
- the exceptionprotected void internalValidate() throws ServiceValidationException
internalValidate
in class ComplexProperty
ServiceValidationException
- the service validation exceptionprotected void validateAddDelegate() throws ServiceValidationException, java.lang.Exception
java.lang.Exception
ServiceValidationException
protected void validateUpdateDelegate() throws java.lang.Exception
java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |