public class VCard extends Object
| Modifier and Type | Method and Description |
|---|---|
VCard |
setAddress(String address) |
VCard |
setCompany(String company) |
VCard |
setEmail(String email) |
VCard |
setName(String name) |
VCard |
setPhoneNumber(String phoneNumber) |
VCard |
setTitle(String title) |
VCard |
setWebsite(String website) |
String |
toString()
Returns the textual representation of this vcard of the form
BEGIN:VCARD N:John Doe ORG:Company TITLE:Title TEL:1234 URL:www.example.org EMAIL:john.doe@example.org ADR:Street
END:VCARD
|
public VCard()
public VCard(String name)
Copyright © 2014. All Rights Reserved.