|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.model.gd.GdAttributes
public class GdAttributes
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AttributeKey<java.lang.String> ETAG
public static final AttributeKey<java.lang.String> KIND
public static final AttributeKey<java.lang.String> FIELDS
Constructor Detail |
---|
public GdAttributes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |