|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.misc.availability.GetUserAvailabilityResults
public final class GetUserAvailabilityResults
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 |
|---|
public GetUserAvailabilityResults()
| Method Detail |
|---|
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 availability
public Collection<Suggestion> getSuggestions()
throws ServiceResponseException
ServiceResponseException - the service response exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||