public class

GdAttributes

extends Object
java.lang.Object
   ↳ com.google.gdata.model.gd.GdAttributes

Class Overview

The GdAttributes class contains common mix-in attributes that are defined in the GD namespace but used to decorate elements in other namespaces.

Summary

Fields
public static final AttributeKey<String> ETAG The gd:etag attribute is placed on resources to return the entity tag associated with the resource that can be used for conditional retrieval and conditional update (if strong).
public static final AttributeKey<String> FIELDS The gd:fields attributes is placed on resources to indicate that the resource representation is a partial representation of the full resource.
public static final AttributeKey<String> KIND The gd:kind attribute is placed on resources to indicate the GData kind of the resource.
Public Constructors
GdAttributes()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final AttributeKey<String> ETAG

The gd:etag attribute is placed on resources to return the entity tag associated with the resource that can be used for conditional retrieval and conditional update (if strong). See RFC 2616, Section 3.11.

public static final AttributeKey<String> FIELDS

The gd:fields attributes is placed on resources to indicate that the resource representation is a partial representation of the full resource. The attribute value will contain the GData selection that describes the fields that are present in the resource.

public static final AttributeKey<String> KIND

The gd:kind attribute is placed on resources to indicate the GData kind of the resource. The attribute value contains the URI that identifies the kind and, by association, and expected extension model for the resource.

Public Constructors

public GdAttributes ()