|
||||||||
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,
java.lang.String id)
Initializes a new instance of ConnectingId. |
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the user Id. |
ConnectingIdType |
getIdType()
Gets the type of the Id. |
void |
setId(java.lang.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, java.lang.String id)
idType
- The type of this Id.id
- The user Id.Method Detail |
---|
protected void writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws java.lang.Exception
writer
- The writer
java.lang.Exception
- the exceptionpublic ConnectingIdType getIdType()
public void setIdType(ConnectingIdType idType)
idType
- the new id typepublic java.lang.String getId()
public void setId(java.lang.String id)
id
- the new id
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |