All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.calendar.model.FreeBusyResponse.html Maven / Gradle / Ivy

The newest version!






FreeBusyResponse (Calendar API v3-rev20241101-2.0.0)












com.google.api.services.calendar.model

Class FreeBusyResponse

    • Constructor Detail

      • FreeBusyResponse

        public FreeBusyResponse()
    • Method Detail

      • getCalendars

        public Map<String,FreeBusyCalendar> getCalendars()
        List of free/busy information for calendars.
        Returns:
        value or null for none
      • getGroups

        public Map<String,FreeBusyGroup> getGroups()
        Expansion of groups.
        Returns:
        value or null for none
      • getKind

        public String getKind()
        Type of the resource ("calendar#freeBusy").
        Returns:
        value or null for none
      • setKind

        public FreeBusyResponse setKind(String kind)
        Type of the resource ("calendar#freeBusy").
        Parameters:
        kind - kind or null for none
      • getTimeMax

        public com.google.api.client.util.DateTime getTimeMax()
        The end of the interval.
        Returns:
        value or null for none
      • setTimeMax

        public FreeBusyResponse setTimeMax(com.google.api.client.util.DateTime timeMax)
        The end of the interval.
        Parameters:
        timeMax - timeMax or null for none
      • getTimeMin

        public com.google.api.client.util.DateTime getTimeMin()
        The start of the interval.
        Returns:
        value or null for none
      • setTimeMin

        public FreeBusyResponse setTimeMin(com.google.api.client.util.DateTime timeMin)
        The start of the interval.
        Parameters:
        timeMin - timeMin or null for none
      • clone

        public FreeBusyResponse clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy