public final class GetUserAvailabilityResults extends Object
Constructor and Description |
---|
GetUserAvailabilityResults()
Initializes a new instance of the GetUserAvailabilityResults class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public GetUserAvailabilityResults()
public SuggestionsResponse getSuggestionsResponse()
public void setSuggestionsResponse(SuggestionsResponse value)
value
- the new suggestions responsepublic ServiceResponseCollection<AttendeeAvailability> getAttendeesAvailability()
public void setAttendeesAvailability(ServiceResponseCollection<AttendeeAvailability> value)
value
- the new attendees availabilitypublic Collection<Suggestion> getSuggestions() throws ServiceResponseException
ServiceResponseException
- the service response exceptionCopyright © 2012–2015 Microsoft. All rights reserved.