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

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

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






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












com.google.api.services.calendar.model

Class Event.ExtendedProperties

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


    public static final class Event.ExtendedProperties
    extends com.google.api.client.json.GenericJson
    Extended properties of the event.
    • Constructor Detail

      • ExtendedProperties

        public ExtendedProperties()
    • Method Detail

      • getPrivate

        public Map<String,String> getPrivate()
        Properties that are private to the copy of the event that appears on this calendar.
        Returns:
        value or null for none
      • setPrivate

        public Event.ExtendedProperties setPrivate(Map<String,String> private__)
        Properties that are private to the copy of the event that appears on this calendar.
        Parameters:
        private__ - private__ or null for none
      • getShared

        public Map<String,String> getShared()
        Properties that are shared between copies of the event on other attendees' calendars.
        Returns:
        value or null for none
      • setShared

        public Event.ExtendedProperties setShared(Map<String,String> shared)
        Properties that are shared between copies of the event on other attendees' calendars.
        Parameters:
        shared - shared or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy