public class MailboxData
extends java.lang.Object
| Constructor and Description |
|---|
MailboxData()
Initializes a new instance of the MailboxData class.
|
MailboxData(EmailAddress emailAddress)
Initializes a new instance of the MailboxData class.
|
MailboxData(EmailAddress emailAddress,
MeetingAttendeeType attendeeType)
Initializes a new instance of the MailboxData class.
|
MailboxData(EmailAddress emailAddress,
MeetingAttendeeType attendeeType,
boolean excludeConflicts)
Initializes a new instance of the MailboxData class.
|
MailboxData(java.lang.String emailAddress)
Initializes a new instance of the MailboxData class.
|
MailboxData(java.lang.String emailAddress,
MeetingAttendeeType attendeeType)
Initializes a new instance of the MailboxData class.
|
MailboxData(java.lang.String emailAddress,
MeetingAttendeeType attendeeType,
boolean excludeConflicts)
Initializes a new instance of the MailboxData class.
|
| Modifier and Type | Method and Description |
|---|---|
MeetingAttendeeType |
getAttendeeType()
Gets the type of attendee identified in the Email element.
|
EmailAddress |
getEmailAddress()
Gets the mailbox user for a GetUserAvailability query.
|
boolean |
getExcludeConflicts()
Gets whether to return suggested times for calendar times that conflict among the attendees.
|
void |
setAttendeeType(MeetingAttendeeType attendeeType)
Sets the type of attendee identified in the Email element.
|
void |
setEmailAddress(EmailAddress emailAddress)
Sets the mailbox user for a GetUserAvailability query.
|
void |
setExcludeConflicts(boolean excludeConflicts)
Sets whether to return suggested times for calendar times that conflict among the attendees.
|
java.lang.String |
toString()
Converts the value of the current MailboxData object to its equivalent string representation.
|
public MailboxData()
public MailboxData(EmailAddress emailAddress)
emailAddress - the email addresspublic MailboxData(EmailAddress emailAddress, MeetingAttendeeType attendeeType)
emailAddress - the email addressattendeeType - the attendee typepublic MailboxData(EmailAddress emailAddress, MeetingAttendeeType attendeeType, boolean excludeConflicts)
emailAddress - the email addressattendeeType - the attendee typeexcludeConflicts - the exclude conflictspublic MailboxData(java.lang.String emailAddress)
emailAddress - the email addresspublic MailboxData(java.lang.String emailAddress,
MeetingAttendeeType attendeeType)
emailAddress - the email addressattendeeType - the attendee typepublic MailboxData(java.lang.String emailAddress,
MeetingAttendeeType attendeeType,
boolean excludeConflicts)
emailAddress - the email addressattendeeType - the attendee typeexcludeConflicts - the exclude conflictspublic java.lang.String toString()
toString in class java.lang.Objectpublic EmailAddress getEmailAddress()
public void setEmailAddress(EmailAddress emailAddress)
emailAddress - the new email addresspublic MeetingAttendeeType getAttendeeType()
public void setAttendeeType(MeetingAttendeeType attendeeType)
attendeeType - the new attendee typepublic boolean getExcludeConflicts()
public void setExcludeConflicts(boolean excludeConflicts)
excludeConflicts - the new exclude conflicts