Class DelegateInformation
- java.lang.Object
-
- microsoft.exchange.webservices.data.misc.DelegateInformation
-
public final class DelegateInformation extends Object
Represents the results of a GetDelegates operation.
-
-
Constructor Summary
Constructors Constructor Description DelegateInformation(List<DelegateUserResponse> delegateUserResponses, MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)Initializes a DelegateInformation object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<DelegateUserResponse>getDelegateUserResponses()Gets a list of response for each of the delegate users concerned by the operation.MeetingRequestsDeliveryScopegetMeetingReqestsDeliveryScope()Gets a value indicating if and how meeting request are delivered to delegates.
-
-
-
Constructor Detail
-
DelegateInformation
public DelegateInformation(List<DelegateUserResponse> delegateUserResponses, MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)
Initializes a DelegateInformation object.- Parameters:
delegateUserResponses- the delegate user responsemeetingReqestsDeliveryScope- the meeting reqests delivery scope
-
-
Method Detail
-
getDelegateUserResponses
public Collection<DelegateUserResponse> getDelegateUserResponses()
Gets a list of response for each of the delegate users concerned by the operation.- Returns:
- the delegate user response
-
getMeetingReqestsDeliveryScope
public MeetingRequestsDeliveryScope getMeetingReqestsDeliveryScope()
Gets a value indicating if and how meeting request are delivered to delegates.- Returns:
- the meeting reqests delivery scope
-
-