|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.sse.Sync
public class Sync
Element within RSS
or OPML
.
Constructor Summary | |
---|---|
Sync()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Provides access to the sync id, a required, string attribute. |
int |
getVersion()
Provides access to a required, integer attribute. |
boolean |
isConflict()
Provides access to an optional, Boolean conflict attribute. |
boolean |
isDeleted()
Provide access to an optional, Boolean attribute. |
void |
setConflict(boolean conflict)
Set an indication of whether there was an update conflict detected when processing an update of this item. |
void |
setDeleted(boolean deleted)
Set an indication of whether this item has been deleted and is a tombstone. |
void |
setId(java.lang.String id)
Set the identifier for the item. |
void |
setVersion(int version)
Set the modification sequence number of the item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sync()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the identifier for the item.public int getVersion()
public void setVersion(int version)
version
- the modification sequence number of the item.public boolean isDeleted()
public void setDeleted(boolean deleted)
deleted
- an indication of whether this item has been deleted and is a tombstone.public boolean isConflict()
public void setConflict(boolean conflict)
conflict
- an indication of whether there was an update conflict detected when processing an update of this
item.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |