public class GdAttributes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
GdAttributes() |
public static final AttributeKey<java.lang.String> ETAG
public static final AttributeKey<java.lang.String> KIND
public static final AttributeKey<java.lang.String> FIELDS