Class GetUserAvailabilityResults
- java.lang.Object
-
- microsoft.exchange.webservices.data.misc.availability.GetUserAvailabilityResults
-
public final class GetUserAvailabilityResults extends Object
Represents the results of a GetUserAvailability operation.
-
-
Constructor Summary
Constructors Constructor Description GetUserAvailabilityResults()Initializes a new instance of the GetUserAvailabilityResults class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.SuggestionsResponsegetSuggestionsResponse()Gets the suggestions response for the requested meeting time.voidsetAttendeesAvailability(ServiceResponseCollection<AttendeeAvailability> value)Sets the attendees availability.voidsetSuggestionsResponse(SuggestionsResponse value)Sets the suggestions response.
-
-
-
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
-
-