com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class FreebusyGroupInfo



  • public class FreebusyGroupInfo
    extends Object

    Specifies list of calendars that are members of the groups.

    • Constructor Detail

      • FreebusyGroupInfo

        public FreebusyGroupInfo()

        Initializes a new instance of the FreebusyGroupInfo class.

      • FreebusyGroupInfo

        public FreebusyGroupInfo(String groupId,
                         ErrorDetails[] errors)

        Initializes a new instance of the FreebusyGroupInfo class.

        Parameters:
        groupId - Group id
        errors - Optional error(s) (if computation for the group failed).
      • FreebusyGroupInfo

        public FreebusyGroupInfo(String groupId,
                         String[] calendars)

        Initializes a new instance of the FreebusyGroupInfo class.

        Parameters:
        groupId - Group id
        calendars - List of calendars' identifiers within a group.
      • FreebusyGroupInfo

        public FreebusyGroupInfo(String groupId,
                         Iterable<ErrorDetails> errors,
                         Iterable<String> calendars)

        Initializes a new instance of the FreebusyGroupInfo class.

        Parameters:
        groupId - Group id
        errors - Optional error(s) (if computation for the group failed).
        calendars - List of calendars' identifiers within a group.
    • Method Detail

      • getGroupId

        public final String getGroupId()

        Group id

      • setGroupId

        public final void setGroupId(String value)

        Group id

      • getErrors

        public final List<ErrorDetails> getErrors()

        Optional error(s) (if computation for the group failed).

      • getCalendars

        public final List<String> getCalendars()

        List of calendars' identifiers within a group.