microsoft.exchange.webservices.data
Class DelegateInformation

java.lang.Object
  extended by microsoft.exchange.webservices.data.DelegateInformation

public final class DelegateInformation
extends java.lang.Object

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

DelegateInformation

protected DelegateInformation(java.util.List<DelegateUserResponse> delegateUserResponses,
                              MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)
* Initializes a DelegateInformation object.

Parameters:
delegateUserResponses - the delegate user responses
meetingReqestsDeliveryScope - the meeting reqests delivery scope
Method Detail

getDelegateUserResponses

public java.util.Collection<DelegateUserResponse> getDelegateUserResponses()
Gets a list of responses for each of the delegate users concerned by the operation.

Returns:
the delegate user responses

getMeetingReqestsDeliveryScope

public MeetingRequestsDeliveryScope getMeetingReqestsDeliveryScope()
Gets a value indicating if and how meeting requests are delivered to delegates.

Returns:
the meeting reqests delivery scope