microsoft.exchange.webservices.data.core.response
Class UpdateInboxRulesResponse
java.lang.Object
microsoft.exchange.webservices.data.core.response.ServiceResponse
microsoft.exchange.webservices.data.core.response.UpdateInboxRulesResponse
public final class UpdateInboxRulesResponse
- extends ServiceResponse
Represents the response to a UpdateInboxRulesResponse operation.
| Methods inherited from class microsoft.exchange.webservices.data.core.response.ServiceResponse |
getBatchProcessingStopped, getErrorCode, getErrorDetails, getErrorMessage, getErrorProperties, getResult, internalThrowIfNecessary, loaded, loadFromXml, mapErrorCodeToErrorMessage, parseMessageXml, readElementsFromXml, setErrorMessage, throwIfNecessary |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateInboxRulesResponse
public UpdateInboxRulesResponse()
- Initializes a new instance of the UpdateInboxRulesResponse class.
loadExtraErrorDetailsFromXml
protected boolean loadExtraErrorDetailsFromXml(EwsServiceXmlReader reader,
String xmlElementName)
throws Exception
- Loads extra error details from XML
- Overrides:
loadExtraErrorDetailsFromXml in class ServiceResponse
- Parameters:
reader - The reader.xmlElementName - The current element name of the extra error details.
- Returns:
- True if the expected extra details is loaded,
False if the element name does not match the expected element.
- Throws:
Exception
getErrors
public RuleOperationErrorCollection getErrors()
- Gets the rule operation errors in the response.
Copyright © 2012–2015 Microsoft. All rights reserved.