|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ImpersonatedUserId
public final class ImpersonatedUserId
Represents an impersonated user Id.
| Constructor Summary | |
|---|---|
ImpersonatedUserId()
Instantiates a new impersonated user id. |
|
ImpersonatedUserId(ConnectingIdType idType,
String id)
Initializes a new instance of ConnectingId. |
|
| Method Summary | |
|---|---|
String |
getId()
Gets the user Id. |
ConnectingIdType |
getIdType()
Gets the type of the Id. |
void |
setId(String id)
Sets the id. |
void |
setIdType(ConnectingIdType idType)
Sets the id type. |
protected void |
writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes to XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImpersonatedUserId()
public ImpersonatedUserId(ConnectingIdType idType,
String id)
idType - The type of this Id.id - The user Id.| Method Detail |
|---|
protected void writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws Exception
writer - The writer
Exception - the exceptionpublic ConnectingIdType getIdType()
public void setIdType(ConnectingIdType idType)
idType - the new id typepublic String getId()
public void setId(String id)
id - the new id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||