microsoft.exchange.webservices.data.core.response
Class SuggestionsResponse
java.lang.Object
microsoft.exchange.webservices.data.core.response.ServiceResponse
microsoft.exchange.webservices.data.core.response.SuggestionsResponse
public final class SuggestionsResponse
- extends ServiceResponse
Represents the base response class to subscription creation operations.
|
Constructor Summary |
SuggestionsResponse()
Initializes a new instance of the SuggestionsResponse class. |
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuggestionsResponse
public SuggestionsResponse()
- Initializes a new instance of the SuggestionsResponse class.
loadSuggestedDaysFromXml
public void loadSuggestedDaysFromXml(EwsServiceXmlReader reader)
throws Exception
- Loads the suggested days from XML.
- Parameters:
reader - the reader
- Throws:
Exception - the exception
getSuggestions
public Collection<Suggestion> getSuggestions()
- Gets a list of suggested days.
- Returns:
- the suggestions
Copyright © 2012–2015 Microsoft. All rights reserved.