microsoft.exchange.webservices.data.core.response
Class UpdateInboxRulesResponse

java.lang.Object
  extended by microsoft.exchange.webservices.data.core.response.ServiceResponse
      extended by microsoft.exchange.webservices.data.core.response.UpdateInboxRulesResponse

public final class UpdateInboxRulesResponse
extends ServiceResponse

Represents the response to a UpdateInboxRulesResponse operation.


Constructor Summary
UpdateInboxRulesResponse()
          Initializes a new instance of the UpdateInboxRulesResponse class.
 
Method Summary
 RuleOperationErrorCollection getErrors()
          Gets the rule operation errors in the response.
protected  boolean loadExtraErrorDetailsFromXml(EwsServiceXmlReader reader, String xmlElementName)
          Loads extra error details from XML
 
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
 

Constructor Detail

UpdateInboxRulesResponse

public UpdateInboxRulesResponse()
Initializes a new instance of the UpdateInboxRulesResponse class.

Method Detail

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.