|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Revision | |
---|---|
ezvcard | |
ezvcard.io.scribe | |
ezvcard.property |
Uses of Revision in ezvcard |
---|
Methods in ezvcard that return Revision | |
---|---|
Revision |
VCard.getRevision()
Gets the time that the vCard was last modified. |
Revision |
VCard.setRevision(Date rev)
Sets the time that the vCard was last modified. |
Methods in ezvcard with parameters of type Revision | |
---|---|
void |
VCard.setRevision(Revision rev)
Sets the time that the vCard was last modified. |
Uses of Revision in ezvcard.io.scribe |
---|
Methods in ezvcard.io.scribe that return Revision | |
---|---|
protected Revision |
RevisionScribe._parseHtml(HCardElement element,
List<String> warnings)
|
protected Revision |
RevisionScribe._parseJson(JCardValue value,
VCardDataType dataType,
VCardParameters parameters,
List<String> warnings)
|
protected Revision |
RevisionScribe._parseText(String value,
VCardDataType dataType,
VCardVersion version,
VCardParameters parameters,
List<String> warnings)
|
protected Revision |
RevisionScribe._parseXml(XCardElement element,
VCardParameters parameters,
List<String> warnings)
|
Methods in ezvcard.io.scribe with parameters of type Revision | |
---|---|
protected JCardValue |
RevisionScribe._writeJson(Revision property)
|
protected String |
RevisionScribe._writeText(Revision property,
VCardVersion version)
|
protected void |
RevisionScribe._writeXml(Revision property,
XCardElement parent)
|
Uses of Revision in ezvcard.property |
---|
Methods in ezvcard.property that return Revision | |
---|---|
static Revision |
Revision.now()
Creates a REV property whose value is the current time. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |