|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ServiceResponse
microsoft.exchange.webservices.data.GetUserOofSettingsResponse
public class GetUserOofSettingsResponse
Represents response to GetUserOofSettings request.
Constructor Summary | |
---|---|
protected |
GetUserOofSettingsResponse()
Initializes a new instance of the class. |
Method Summary | |
---|---|
OofSettings |
getOofSettings()
Gets the OOF settings. |
protected void |
setOofSettings(OofSettings value)
Sets the oof settings. |
Methods inherited from class microsoft.exchange.webservices.data.ServiceResponse |
---|
getBatchProcessingStopped, getErrorCode, getErrorDetails, getErrorMessage, getErrorProperties, getResult, internalThrowIfNecessary, loaded, loadExtraErrorDetailsFromXml, loadFromXml, mapErrorCodeToErrorMessage, parseMessageXml, readElementsFromXml, setErrorMessage, throwIfNecessary |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GetUserOofSettingsResponse()
Method Detail |
---|
public OofSettings getOofSettings()
protected void setOofSettings(OofSettings value)
value
- the new oof settings
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |