com.google.gdata.model.gd
Class GdAttributes

java.lang.Object
  extended by com.google.gdata.model.gd.GdAttributes

public class GdAttributes
extends java.lang.Object

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


Field Summary
static AttributeKey<java.lang.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).
static AttributeKey<java.lang.String> FIELDS
          The gd:fields attributes is placed on resources to indicate that the resource representation is a partial representation of the full resource.
static AttributeKey<java.lang.String> KIND
          The gd:kind attribute is placed on resources to indicate the GData kind of the resource.
 
Constructor Summary
GdAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ETAG

public static final AttributeKey<java.lang.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.


KIND

public static final AttributeKey<java.lang.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.


FIELDS

public static final AttributeKey<java.lang.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.

Constructor Detail

GdAttributes

public GdAttributes()