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.
-
-
Constructor Summary
Constructors Constructor Description UpdateInboxRulesResponse()Initializes a new instance of the UpdateInboxRulesResponse class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleOperationErrorCollectiongetErrors()Gets the rule operation errors in the response.protected booleanloadExtraErrorDetailsFromXml(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
-
-
-
-
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:
loadExtraErrorDetailsFromXmlin classServiceResponse- 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.
-
-