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

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

The newest version!






FreeBusyCalendar (Calendar API v3-rev20241101-2.0.0)












com.google.api.services.calendar.model

Class FreeBusyCalendar

    • Constructor Detail

      • FreeBusyCalendar

        public FreeBusyCalendar()
    • Method Detail

      • getBusy

        public List<TimePeriod> getBusy()
        List of time ranges during which this calendar should be regarded as busy.
        Returns:
        value or null for none
      • setBusy

        public FreeBusyCalendar setBusy(List<TimePeriod> busy)
        List of time ranges during which this calendar should be regarded as busy.
        Parameters:
        busy - busy or null for none
      • getErrors

        public List<Error> getErrors()
        Optional error(s) (if computation for the calendar failed).
        Returns:
        value or null for none
      • setErrors

        public FreeBusyCalendar setErrors(List<Error> errors)
        Optional error(s) (if computation for the calendar failed).
        Parameters:
        errors - errors or null for none
      • clone

        public FreeBusyCalendar 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