|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.GetUserAvailabilityResults
public final class GetUserAvailabilityResults
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. |
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 |
|---|
protected GetUserAvailabilityResults()
| Method Detail |
|---|
protected microsoft.exchange.webservices.data.SuggestionsResponse getSuggestionsResponse()
protected void setSuggestionsResponse(microsoft.exchange.webservices.data.SuggestionsResponse value)
value - the new suggestions responsepublic ServiceResponseCollection<AttendeeAvailability> getAttendeesAvailability()
protected 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 | ||||||||