public final class DelegateInformation extends Object
| Constructor and Description | 
|---|
| DelegateInformation(List<DelegateUserResponse> delegateUserResponses,
                   MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)Initializes a DelegateInformation object. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public DelegateInformation(List<DelegateUserResponse> delegateUserResponses, MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)
delegateUserResponses - the delegate user responsemeetingReqestsDeliveryScope - the meeting reqests delivery scopepublic Collection<DelegateUserResponse> getDelegateUserResponses()
public MeetingRequestsDeliveryScope getMeetingReqestsDeliveryScope()
Copyright © 2012–2015 Microsoft. All rights reserved.