| 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 |
|---|---|
Interest |
VCard.addInterest(String interest)
Adds an interest.
|
| Modifier and Type | Method and Description |
|---|---|
List<Interest> |
VCard.getInterests()
Gets the person's interests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.addInterest(Interest interest)
Adds an interest.
|
void |
VCard.addInterestAlt(Interest... altRepresentations)
Adds an interest.
|
| Modifier and Type | Method and Description |
|---|---|
protected Interest |
InterestScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Interest |
Interest.copy() |
| Constructor and Description |
|---|
Interest(Interest original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.