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

java.lang.Object
  extended by microsoft.exchange.webservices.data.core.response.ServiceResponse
      extended by 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.
 
Method Summary
 Collection<Suggestion> getSuggestions()
          Gets a list of suggested days.
 void loadSuggestedDaysFromXml(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2012–2015 Microsoft. All rights reserved.