microsoft.exchange.webservices.data
Class GetUserOofSettingsResponse

java.lang.Object
  extended by microsoft.exchange.webservices.data.ServiceResponse
      extended by microsoft.exchange.webservices.data.GetUserOofSettingsResponse

public class GetUserOofSettingsResponse
extends ServiceResponse

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

GetUserOofSettingsResponse

protected GetUserOofSettingsResponse()
Initializes a new instance of the class.

Method Detail

getOofSettings

public OofSettings getOofSettings()
Gets the OOF settings. The oof settings.

Returns:
the oof settings

setOofSettings

protected void setOofSettings(OofSettings value)
Sets the oof settings.

Parameters:
value - the new oof settings