| Package | Description |
|---|---|
| com.google.gdata.model.atompub |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<String,Accept> |
Accept.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Accept |
Accept.lock() |
Accept |
Accept.setValue(String value)
Sets the value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Accept> |
Collection.getAccepts()
Returns the accept elements.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
Collection.addAccept(Accept accept)
Adds a new accept element.
|
boolean |
Collection.removeAccept(Accept accept)
Removes an accept element.
|
| Constructor and Description |
|---|
Accept(ElementKey<String,? extends Accept> key)
Subclass constructor, allows subclasses to supply their own element key.
|
Accept(ElementKey<String,? extends Accept> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.