microsoft.exchange.webservices.data.misc.availability
Class GetUserAvailabilityResults

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

public final class GetUserAvailabilityResults
extends Object

Represents the results of a GetUserAvailability operation.


Constructor Summary
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.
 Collection<Suggestion> getSuggestions()
          Gets a collection of suggested meeting times for the specified time period.
 SuggestionsResponse getSuggestionsResponse()
          Gets the suggestions response for the requested meeting time.
 void setAttendeesAvailability(ServiceResponseCollection<AttendeeAvailability> value)
          Sets the attendees availability.
 void setSuggestionsResponse(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

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

Method Detail

getSuggestionsResponse

public SuggestionsResponse getSuggestionsResponse()
Gets the suggestions response for the requested meeting time.

Returns:
the suggestions response

setSuggestionsResponse

public void setSuggestionsResponse(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

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

Parameters:
value - the new attendees availability

getSuggestions

public 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


Copyright © 2012–2015 Microsoft. All rights reserved.