|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.misc.DelegateInformation
public final class DelegateInformation
Represents the results of a GetDelegates operation.
| Constructor Summary | |
|---|---|
DelegateInformation(List<DelegateUserResponse> delegateUserResponses,
MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)
Initializes a DelegateInformation object. |
|
| Method Summary | |
|---|---|
Collection<DelegateUserResponse> |
getDelegateUserResponses()
Gets a list of response for each of the delegate users concerned by the operation. |
MeetingRequestsDeliveryScope |
getMeetingReqestsDeliveryScope()
Gets a value indicating if and how meeting request are delivered to delegates. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegateInformation(List<DelegateUserResponse> delegateUserResponses,
MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)
delegateUserResponses - the delegate user responsemeetingReqestsDeliveryScope - the meeting reqests delivery scope| Method Detail |
|---|
public Collection<DelegateUserResponse> getDelegateUserResponses()
public MeetingRequestsDeliveryScope getMeetingReqestsDeliveryScope()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||