microsoft.exchange.webservices.data
Class GetUserAvailabilityResults

java.lang.Object
  extended by microsoft.exchange.webservices.data.GetUserAvailabilityResults

public final class GetUserAvailabilityResults
extends java.lang.Object

Represents the results of a GetUserAvailability operation.


Constructor Summary
protected GetUserAvailabilityResults()
          Initializes a new instance of the GetUserAvailabilityResults class.
 
Method Summary
 ServiceResponseCollection<AttendeeAvailability> getAttendeesAvailability()
          Gets a collection of AttendeeAvailability objects representing availability information for each of the specified attendees.
 java.util.Collection<Suggestion> getSuggestions()
          Gets a collection of suggested meeting times for the specified time period.
protected  microsoft.exchange.webservices.data.SuggestionsResponse getSuggestionsResponse()
          Gets the suggestions response for the requested meeting time.
protected  void setAttendeesAvailability(ServiceResponseCollection<AttendeeAvailability> value)
          Sets the attendees availability.
protected  void setSuggestionsResponse(microsoft.exchange.webservices.data.SuggestionsResponse value)
          Sets the suggestions response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetUserAvailabilityResults

protected GetUserAvailabilityResults()
Initializes a new instance of the GetUserAvailabilityResults class.

Method Detail

getSuggestionsResponse

protected microsoft.exchange.webservices.data.SuggestionsResponse getSuggestionsResponse()
Gets the suggestions response for the requested meeting time.

Returns:
the suggestions response

setSuggestionsResponse

protected void setSuggestionsResponse(microsoft.exchange.webservices.data.SuggestionsResponse value)
Sets the suggestions response.

Parameters:
value - the new suggestions response

getAttendeesAvailability

public ServiceResponseCollection<AttendeeAvailability> getAttendeesAvailability()
Gets a collection of AttendeeAvailability objects representing availability information for each of the specified attendees.

Returns:
the attendees availability

setAttendeesAvailability

protected void setAttendeesAvailability(ServiceResponseCollection<AttendeeAvailability> value)
Sets the attendees availability.

Parameters:
value - the new attendees availability

getSuggestions

public java.util.Collection<Suggestion> getSuggestions()
                                                throws ServiceResponseException
Gets a collection of suggested meeting times for the specified time period.

Returns:
the suggestions
Throws:
ServiceResponseException - the service response exception