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
Constructors Constructor Description SuggestionsResponse()Initializes a new instance of the SuggestionsResponse class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Suggestion>getSuggestions()Gets a list of suggested days.voidloadSuggestedDaysFromXml(EwsServiceXmlReader reader)Loads the suggested days from XML.-
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
-
SuggestionsResponse
public SuggestionsResponse()
Initializes a new instance of the SuggestionsResponse class.
-
-
Method Detail
-
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
-
-