| 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 |
|---|---|
List<Member> |
VCard.getMembers()
Gets the members of the group that this vCard represents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.addMember(Member member)
Adds a member to the group that this vCard represents.
|
void |
VCard.addMemberAlt(Member... altRepresentations)
Adds a member to the group that this vCard represents.
|
| Modifier and Type | Method and Description |
|---|---|
protected Member |
MemberScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Member |
Member.copy() |
static Member |
Member.email(String email)
Creates a member property whose value is an email address.
|
static Member |
Member.im(String protocol,
String handle)
Creates a member property whose value is an instant messenger handle.
|
static Member |
Member.telephone(TelUri telUri)
Creates a member property whose value is a telephone number.
|
| Constructor and Description |
|---|
Member(Member original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.