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