| Package | Description |
|---|---|
| ezvcard | |
| ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
| ezvcard.property |
Contains the DTO class for each property.
|
| Modifier and Type | Method and Description |
|---|---|
Revision |
VCard.getRevision()
Gets the time that the vCard was last modified.
|
Revision |
VCard.setRevision(Temporal rev)
Sets the time that the vCard was last modified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.setRevision(Revision revision)
Sets the time that the vCard was last modified.
|
| Modifier and Type | Method and Description |
|---|---|
protected Revision |
RevisionScribe._parseHtml(HCardElement element,
ParseContext context) |
protected Revision |
RevisionScribe._parseJson(JCardValue value,
VCardDataType dataType,
VCardParameters parameters,
ParseContext context) |
protected Revision |
RevisionScribe._parseText(String value,
VCardDataType dataType,
VCardParameters parameters,
ParseContext context) |
protected Revision |
RevisionScribe._parseXml(XCardElement element,
VCardParameters parameters,
ParseContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected JCardValue |
RevisionScribe._writeJson(Revision property) |
protected String |
RevisionScribe._writeText(Revision property,
WriteContext context) |
protected void |
RevisionScribe._writeXml(Revision property,
XCardElement parent) |
| Modifier and Type | Method and Description |
|---|---|
Revision |
Revision.copy() |
static Revision |
Revision.now()
Creates a revision property whose value is the current time.
|
| Constructor and Description |
|---|
Revision(Revision original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.