Class AttendeeInfo

    • Constructor Detail

      • AttendeeInfo

        public AttendeeInfo()
        Initializes a new instance of the AttendeeInfo class.
      • AttendeeInfo

        public AttendeeInfo​(String smtpAddress,
                            MeetingAttendeeType attendeeType,
                            boolean excludeConflicts)
        Initializes a new instance of the AttendeeInfo class.
        Parameters:
        smtpAddress - the smtp address
        attendeeType - the attendee type
        excludeConflicts - the exclude conflicts
      • AttendeeInfo

        public AttendeeInfo​(String smtpAddress)
        Initializes a new instance of the AttendeeInfo class.
        Parameters:
        smtpAddress - the smtp address
    • Method Detail

      • getAttendeeInfoFromString

        public static AttendeeInfo getAttendeeInfoFromString​(String smtpAddress)
        Defines an implicit conversion between a string representing an SMTP address and AttendeeInfo.
        Parameters:
        smtpAddress - the smtp address
        Returns:
        An AttendeeInfo initialized with the specified SMTP address.
      • getSmtpAddress

        public String getSmtpAddress()
        Gets the SMTP address of this attendee.
        Returns:
        the smtp address
      • setSmtpAddress

        public void setSmtpAddress​(String smtpAddress)
        Sets the smtp address.
        Parameters:
        smtpAddress - the new smtp address
      • isExcludeConflicts

        public boolean isExcludeConflicts()
        Gets a value indicating whether times when this attendee is not available should be returned.
        Returns:
        true, if is exclude conflicts
      • setExcludeConflicts

        public void setExcludeConflicts​(boolean excludeConflicts)
        Sets the exclude conflicts.
        Parameters:
        excludeConflicts - the new exclude conflicts