Class GetUserOofSettingsResponse
- java.lang.Object
-
- microsoft.exchange.webservices.data.core.response.ServiceResponse
-
- microsoft.exchange.webservices.data.core.response.GetUserOofSettingsResponse
-
public class GetUserOofSettingsResponse extends ServiceResponse
Represents response to GetUserOofSettings request.
-
-
Constructor Summary
Constructors Constructor Description GetUserOofSettingsResponse()Initializes a new instance of the class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OofSettingsgetOofSettings()Gets the OOF settings.voidsetOofSettings(OofSettings value)Sets the oof settings.-
Methods inherited from class microsoft.exchange.webservices.data.core.response.ServiceResponse
getBatchProcessingStopped, getErrorCode, getErrorDetails, getErrorMessage, getErrorProperties, getResult, internalThrowIfNecessary, loaded, loadExtraErrorDetailsFromXml, loadFromXml, mapErrorCodeToErrorMessage, parseMessageXml, readElementsFromXml, setErrorMessage, throwIfNecessary
-
-
-
-
Constructor Detail
-
GetUserOofSettingsResponse
public GetUserOofSettingsResponse()
Initializes a new instance of the class.
-
-
Method Detail
-
getOofSettings
public OofSettings getOofSettings()
Gets the OOF settings.- Returns:
- the oof settings
-
setOofSettings
public void setOofSettings(OofSettings value)
Sets the oof settings.- Parameters:
value- the new oof settings
-
-