| java.lang.Object | |
| ↳ | com.google.gdata.model.gd.GdAttributes |
The GdAttributes class contains common mix-in attributes that are defined in the GD namespace but used to decorate elements in other namespaces.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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). | ||||||||||
| FIELDS | The gd:fields attributes is placed on resources to indicate that the resource representation is a partial representation of the full resource. | ||||||||||
| KIND | The gd:kind attribute is placed on resources to indicate the GData kind of the resource. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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.
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.
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.