microsoft.exchange.webservices.data
Class GetUserOofSettingsResponse
java.lang.Object
microsoft.exchange.webservices.data.ServiceResponse
microsoft.exchange.webservices.data.GetUserOofSettingsResponse
public class GetUserOofSettingsResponse
- extends ServiceResponse
Represents response to GetUserOofSettings request.
| 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 |
GetUserOofSettingsResponse
protected GetUserOofSettingsResponse()
- Initializes a new instance of the class.
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
Copyright © 2012. All Rights Reserved.