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

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

There is a newer version: v3-rev20241101-2.0.0
Show newest version






Event.Reminders (Calendar API v3-rev20240927-2.0.0)












com.google.api.services.calendar.model

Class Event.Reminders

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>
    Enclosing class:
    Event


    public static final class Event.Reminders
    extends com.google.api.client.json.GenericJson
    Information about the event's reminders for the authenticated user. Note that changing reminders does not also change the updated property of the enclosing event.
    • Constructor Detail

      • Reminders

        public Reminders()
    • Method Detail

      • getOverrides

        public List<EventReminder> getOverrides()
        If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
        Returns:
        value or null for none
      • setOverrides

        public Event.Reminders setOverrides(List<EventReminder> overrides)
        If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
        Parameters:
        overrides - overrides or null for none
      • getUseDefault

        public Boolean getUseDefault()
        Whether the default reminders of the calendar apply to the event.
        Returns:
        value or null for none
      • setUseDefault

        public Event.Reminders setUseDefault(Boolean useDefault)
        Whether the default reminders of the calendar apply to the event.
        Parameters:
        useDefault - useDefault or null for none
      • clone

        public Event.Reminders 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