public class

PresentationEntry

extends DocumentListEntry
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ExtensionPoint
       ↳ com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry>
         ↳ com.google.gdata.data.media.MediaEntry<E extends com.google.gdata.data.BaseEntry<E>>
           ↳ com.google.gdata.data.docs.DocumentListEntry
             ↳ com.google.gdata.data.docs.PresentationEntry

Class Overview

An entry representing a single presentation within a DocumentListFeed.

Summary

Constants
String KIND Kind category term used to label the entries which are of document type.
String LABEL Label for category.
[Expand]
Inherited Constants
From class com.google.gdata.data.docs.DocumentListEntry
Fields
public static final Category CATEGORY Category used to label entries which are of document type.
[Expand]
Inherited Fields
From class com.google.gdata.data.docs.DocumentListEntry
From class com.google.gdata.data.BaseEntry
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
Public Constructors
PresentationEntry()
Constructs a new uninitialized entry, to be populated by the GData parsers.
PresentationEntry(BaseEntry sourceEntry)
Constructs a new entry by doing a shallow copy from another BaseEntry instance.
[Expand]
Inherited Methods
From class com.google.gdata.data.docs.DocumentListEntry
From class com.google.gdata.data.media.MediaEntry
From class com.google.gdata.data.BaseEntry
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension
From interface com.google.gdata.data.IAtom
From interface com.google.gdata.data.IEntry
From interface com.google.gdata.data.Kind.Adaptable
From interface com.google.gdata.data.Kind.Adaptor
From interface com.google.gdata.data.media.IMediaEntry

Constants

public static final String KIND

Kind category term used to label the entries which are of document type.

Constant Value: "http://schemas.google.com/docs/2007#presentation"

public static final String LABEL

Label for category.

Constant Value: "presentation"

Fields

public static final Category CATEGORY

Category used to label entries which are of document type.

Public Constructors

public PresentationEntry ()

Constructs a new uninitialized entry, to be populated by the GData parsers.

public PresentationEntry (BaseEntry sourceEntry)

Constructs a new entry by doing a shallow copy from another BaseEntry instance.

Parameters
sourceEntry