public class

SyncEventProperty

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

Class Overview

GData schema extension describing whether this is a sync scenario where the Ical UID and Sequence number are honored during inserts and updates.

Summary

Fields
public static final SyncEventProperty FALSE
public static final SyncEventProperty TRUE
[Expand]
Inherited Fields
From class com.google.gdata.data.ValueConstruct
From class com.google.gdata.data.AbstractExtension
Public Constructors
SyncEventProperty()
SyncEventProperty(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 SyncEventProperty FALSE

public static final SyncEventProperty TRUE

Public Constructors

public SyncEventProperty ()

public SyncEventProperty (String value)

Parameters
value

Public Methods

public static ExtensionDescription getDefaultDescription ()