com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class FreebusyResponse



  • public class FreebusyResponse
    extends Object

    Freebusy response

    • Field Detail

      • KIND

        public static final String KIND

        Type of the resource 'calendar#freeBusy'.

    • Constructor Detail

      • FreebusyResponse

        public FreebusyResponse()

        Initializes a new instance of the FreebusyResponse class.

      • FreebusyResponse

        public FreebusyResponse(Date timeMin,
                        Date timeMax)

        Initializes a new instance of the FreebusyResponse class.

        Parameters:
        timeMin - The start of the interval for the query.
        timeMax - The end of the interval for the query.
      • FreebusyResponse

        public FreebusyResponse(Date timeMin,
                        Date timeMax,
                        com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyGroupInfo> groups,
                        com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyCalendarInfo> calendars)

        Initializes a new instance of the FreebusyResponse class.

        Parameters:
        timeMin - The start of the interval for the query.
        timeMax - The end of the interval for the query.
        groups - Expansion of groups.
        calendars - List of free/busy information for calendars.
    • Method Detail

      • getTimeMin

        public final Date getTimeMin()

        The start of the interval for the query.

      • setTimeMin

        public final void setTimeMin(Date value)

        The start of the interval for the query.

      • getTimeMax

        public final Date getTimeMax()

        The end of the interval for the query.

      • setTimeMax

        public final void setTimeMax(Date value)

        The end of the interval for the query.

      • getGroups

        public final com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyGroupInfo> getGroups()

        Expansion of groups.

      • getCalendars

        public final com.aspose.ms.System.Collections.Generic.Dictionary<String,FreebusyCalendarInfo> getCalendars()

        List of free/busy information for calendars.