public class

SendEventNotificationsProperty

extends ValueConstruct
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ValueConstruct
       ↳ com.google.gdata.data.calendar.SendEventNotificationsProperty

Class Overview

GData schema extension describing whether to send event notifications to other participants of the event or not.

Summary

Fields
public static final SendEventNotificationsProperty FALSE
public static final SendEventNotificationsProperty TRUE
[Expand]
Inherited Fields
From class com.google.gdata.data.ValueConstruct
From class com.google.gdata.data.AbstractExtension
Public Constructors
SendEventNotificationsProperty()
SendEventNotificationsProperty(String value)
Public Methods
static ExtensionDescription getDefaultDescription()
[Expand]
Inherited Methods
From class com.google.gdata.data.ValueConstruct
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension

Fields

public static final SendEventNotificationsProperty FALSE

public static final SendEventNotificationsProperty TRUE

Public Constructors

public SendEventNotificationsProperty ()

public SendEventNotificationsProperty (String value)

Parameters
value

Public Methods

public static ExtensionDescription getDefaultDescription ()