Uses of Class
com.microsoft.exchange.types.NonEmptyArrayOfAttendeesType

Packages that use NonEmptyArrayOfAttendeesType
com.microsoft.exchange.types   
 

Uses of NonEmptyArrayOfAttendeesType in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as NonEmptyArrayOfAttendeesType
protected  NonEmptyArrayOfAttendeesType CalendarItemType.optionalAttendees
           
protected  NonEmptyArrayOfAttendeesType MeetingRequestMessageType.optionalAttendees
           
protected  NonEmptyArrayOfAttendeesType CalendarItemType.requiredAttendees
           
protected  NonEmptyArrayOfAttendeesType MeetingRequestMessageType.requiredAttendees
           
protected  NonEmptyArrayOfAttendeesType CalendarItemType.resources
           
protected  NonEmptyArrayOfAttendeesType MeetingRequestMessageType.resources
           
 

Methods in com.microsoft.exchange.types that return NonEmptyArrayOfAttendeesType
 NonEmptyArrayOfAttendeesType ObjectFactory.createNonEmptyArrayOfAttendeesType()
          Create an instance of NonEmptyArrayOfAttendeesType
 NonEmptyArrayOfAttendeesType CalendarItemType.getOptionalAttendees()
          Gets the value of the optionalAttendees property.
 NonEmptyArrayOfAttendeesType MeetingRequestMessageType.getOptionalAttendees()
          Gets the value of the optionalAttendees property.
 NonEmptyArrayOfAttendeesType CalendarItemType.getRequiredAttendees()
          Gets the value of the requiredAttendees property.
 NonEmptyArrayOfAttendeesType MeetingRequestMessageType.getRequiredAttendees()
          Gets the value of the requiredAttendees property.
 NonEmptyArrayOfAttendeesType CalendarItemType.getResources()
          Gets the value of the resources property.
 NonEmptyArrayOfAttendeesType MeetingRequestMessageType.getResources()
          Gets the value of the resources property.
 

Methods in com.microsoft.exchange.types with parameters of type NonEmptyArrayOfAttendeesType
 void CalendarItemType.setOptionalAttendees(NonEmptyArrayOfAttendeesType value)
          Sets the value of the optionalAttendees property.
 void MeetingRequestMessageType.setOptionalAttendees(NonEmptyArrayOfAttendeesType value)
          Sets the value of the optionalAttendees property.
 void CalendarItemType.setRequiredAttendees(NonEmptyArrayOfAttendeesType value)
          Sets the value of the requiredAttendees property.
 void MeetingRequestMessageType.setRequiredAttendees(NonEmptyArrayOfAttendeesType value)
          Sets the value of the requiredAttendees property.
 void CalendarItemType.setResources(NonEmptyArrayOfAttendeesType value)
          Sets the value of the resources property.
 void MeetingRequestMessageType.setResources(NonEmptyArrayOfAttendeesType value)
          Sets the value of the resources property.
 



Copyright © 2013 Jasig. All Rights Reserved.